When I select an input text box, does the default android browser draw a border around the input text box?
I tried this but does nothing.
input[type="text"]:focus { border: none; outline: none;}
Is it possible to have a border around an input text field when the text field is selected in the Android browser?
source
share