You might have noticed that once installed, google toolbar will automatically fill with yellow the e-mail inputs in your nicely developed website. Now this might be ruining your design and functionality when you’ve got a dark background and a light color for the inputed text ( white or yellow ).

You can easily get rid of this so called “feature” by adding the following in the css style for your input:

background: #(your own color code) !important;

Adding “!important” will force the browser to use your code instead of the google toolbar color.

Enjoy !