/ Published in: CSS
Expand |
Embed | Plain Text
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ outline: none; }
You need to login to post a comment.
alexandrepayet on 06/24/10
input safari Formulaire focus textarea webkit supprimer contour bleu halo enlever champs selectionn
1 person have marked this snippet as a favorite
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ outline: none; }
You need to login to post a comment.