When i select a input text field the android default browser draw a border around the input text field?
I tried this, but it does nothing.
input[type="text"]:focus { border: none; outline: none;}
Is it possible to have no border around the input text field when the text field is selected in the android browser?
No comments:
Post a Comment