Skip to content

Instantly share code, notes, and snippets.

@ozknozsrt
Last active June 23, 2017 08:26
Show Gist options
  • Save ozknozsrt/1b2b91ae7788238307b32af36ddda96f to your computer and use it in GitHub Desktop.
Save ozknozsrt/1b2b91ae7788238307b32af36ddda96f to your computer and use it in GitHub Desktop.
webkit-autofill
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px red inset!important;
-webkit-text-fill-color: white!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment