Skip to content

Instantly share code, notes, and snippets.

@rahulsivalenka
Created February 21, 2016 07:27
Show Gist options
  • Save rahulsivalenka/c8a683878236aa0c96f5 to your computer and use it in GitHub Desktop.
Save rahulsivalenka/c8a683878236aa0c96f5 to your computer and use it in GitHub Desktop.
To customize default autofill colors of a browser
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #466f92 inset;
transition: background-color 5000s ease-in-out 0s;
}
input[type=text],
input[type=password] {
background: #466f93 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment