Last active
August 29, 2015 13:55
-
-
Save EdPoole/8740898 to your computer and use it in GitHub Desktop.
On autofill inputs, Google Chrome adds a yellow background to the user agent stylesheet that *cannot* be unset by custom styles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input:-webkit-autofill { | |
-webkit-text-fill-color: white; | |
-webkit-box-shadow: 0 0 0 100px red inset; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment