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?
As far as I know there is no real good solution out there at the moment since this style is marked as
!importantby Chrome. A known workaround means to disable autocomplete like this: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):