Possible Duplicate:
How do I stop Chrome from yellowing my site's input boxes?
I know there are exact duplicates, but none of the answers on them solved my issue (for example How do I stop Chrome from yellowing my site's input boxes?).
When chrome autofills a field it becomes yellow, for some reason. Example picture here: http://nclabs.org/screenshots/1295269850.png
What I want:
- A CSS or Javascript (even jQuery) solution that prevents the background (not :focus outline!) to become yellow on autofill.
- That solution must leave the autofill feature intact.
Does anyone know a solution? Thanks!