Skip to content

Instantly share code, notes, and snippets.

@uitk23009
Last active December 5, 2017 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uitk23009/d9ce953fa7b90462c9ed605e13a8dd9f to your computer and use it in GitHub Desktop.
Save uitk23009/d9ce953fa7b90462c9ed605e13a8dd9f to your computer and use it in GitHub Desktop.
Adjust google chrome auto fill input background color
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px white inset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment