You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the -webkit-autofill background and colour to something different than the standard yellow. Because I can't change the shadow dom input tag I am unable to style this element with the following codes
I want to change the -webkit-autofill background and colour to something different than the standard yellow. Because I can't change the shadow dom input tag I am unable to style this element with the following codes
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
I've tried this on paper-input as well but that doesn't work either.
This is where I got my information on how to change it:
https://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete
Browsers Affected
The text was updated successfully, but these errors were encountered: