S
S
savage_me2018-02-20 18:18:39
css
savage_me, 2018-02-20 18:18:39

How and is it possible to remove the blinking cursor in input type="text" at all?

Either remove it altogether or make it white/invisible. Is it possible somehow?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
0
0xD34F, 2018-02-20
@savage_me

you can :

input {
  color: transparent;
  text-shadow: 0 0 0 black;
}

N
Nikita, 2018-02-20
@Rema1ns

In theory, by replacing the cursor with a transparent image, you can dig in the direction of the css cursor property

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question