Skip to content

Instantly share code, notes, and snippets.

@mcat
Created October 6, 2015 18:20
Show Gist options
  • Save mcat/2f77448791bf81058125 to your computer and use it in GitHub Desktop.
Save mcat/2f77448791bf81058125 to your computer and use it in GitHub Desktop.
Chrome Autocomplete Styling
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
-webkit-text-fill-color: #000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment