Skip to content

Instantly share code, notes, and snippets.

@andreascarpello
Created January 27, 2015 09:14
Show Gist options
  • Save andreascarpello/54e538f77f432e5130f8 to your computer and use it in GitHub Desktop.
Save andreascarpello/54e538f77f432e5130f8 to your computer and use it in GitHub Desktop.
Removing input background color for Chrome autocomplete
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
-webkit-text-fill-color: #6e110d !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment