Certain browsers highlight selected text input fields. For example, Safari and Chrome highlight the selected text input field with a thin, light blue line. After making some minor CSS modifications to my form, this highlight is no longer appearing on selected fields. Just to be clear, I am not referring to "form li.highlighted". I think this is a great usability feature and would like to have it work on my forms. Is this a CSS property or a JS property?
Appnitro Software Forums » MachForm
text input field highlight
(3 posts)-
Posted 3 years ago #
-
Hmm.. did you add any "outline" attribute?
I think outline: none; removes that light blue line.
Or perhaps let me know the URL to your form so we can see it?Posted 3 years ago # -
Thanks Yuniar! That was it. I had the "outline" attribute set to "0". This was removing the blue line.
I appreciate your help!
Posted 3 years ago #
Reply
You must log in to post.