I just tried out the jQuery Validation Plugin and when I click in a textbox it gets highlighted with a brownish/beige color, how can I change this to another color?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe that the outline is applied by the plugin. The light yellow color on focused inputs is part of Chrome’s default stylesheet. If you want to remove the outline, use this CSS rule:
The syntax for this is the same as that for the
borderproperty. However, you should still try to give focused elements some sort of highlighting, for accessibility.