Skip to content

Instantly share code, notes, and snippets.

@nqthqn
Created December 25, 2017 17:16
Show Gist options
  • Save nqthqn/a5b343f4e7fb59859ca4b6599b3c74f0 to your computer and use it in GitHub Desktop.
Save nqthqn/a5b343f4e7fb59859ca4b6599b3c74f0 to your computer and use it in GitHub Desktop.
Remove yellow autofill from webkit form inputs
input:-webkit-autofill {
-webkit-box-shadow: inset 0 0 0px 9999px white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment