Possible Duplicate:
How do I stop Chrome from yellowing my site's input boxes?
i have a web form that when i see from Chrome it makes a yellow highlight on the text fields and i dont like it. I eliminate the border highlight with outline: none; but when i go back to my form and Chrome autocomplete the fields it makes the fields background yellow, and that is not good for my theme. This is an example of the autocomplete that changes the background from my original transparent to yellow:
alt text http://img716.imageshack.us/img716/2231/yellowmal.png
What can i do?
It is pretty straightforward- go to accessibility settings and turn off the “Show a quick highlight on the focused object” option, and the features will be disabled for you.
2. Deleted text is highlighted in red and formatted as strikethrough (strikethrough). 3. Comments to the author are highlighted in yellow.
Google lets you select a word, sentence or paragraph from a web page then right-click and select “copy link to highlight”. Now when you share the link, the same web page will open but that specific text will be highlighted.
As far as I know there is no real good solution out there at the moment since this style is marked as !important
by Chrome. A known workaround means to disable autocomplete like this:
<form autocomplete="off">
<input type="text" name="fieldname" />
</form>
There are several issues raised in the chromium google code project where you could vote on but this issue seems to be a never ending story (first issue was started in 2008):
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With