skipzero
3/5/2015 - 11:46 PM

Override Chrome Autocomplete input styles.

Override Chrome Autocomplete input styles.

input:-webkit-autofill {
    -webkit-text-fill-color : #fff;
    box-shadow              : 0 0 0px 1000px #333 inset;
}