samedi 7 mars 2015

Why does input[type="text"] change size on focus?


Vote count:

0




Say I have an input.


html



<input type="text">


css:



input, input:focus {
border: none;
outline: solid 1px grey;
box-shadow: none;
}


When clicked, the input changes size. How do I stop this?


http://ift.tt/1DW1zQc



asked 43 secs ago







Why does input[type="text"] change size on focus?

Aucun commentaire:

Enregistrer un commentaire