T
T
timtimIT2015-05-06 00:02:06
css
timtimIT, 2015-05-06 00:02:06

How to remove border (or shadow) in input type="text" placeholder="search" in active state?

Good time of the day. Please tell me how to remove the input type="text" placeholder="search" border in the active state, I use bootstrap 3 , removed it in the normal state, but for some reason it is not removed in the active and hover states. Why and how to remove?
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dima Pautov, 2015-05-06
@timtimIT

outline: none

V
Valentine, 2015-05-06
@Tpona

outline:0; it will be more true none in W3C it is not described.

A
Alexander, 2015-05-06
@pchelovek

It's not very clear what the problem is.. If you mean the :focus pseudo-class, then you need to remove the box-shadow when focusing on the form field (input:focus).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question