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?
asked 43 secs ago
Why does input[type="text"] change size on focus?
Aucun commentaire:
Enregistrer un commentaire