Chrome applies weird autofill yellow color using a shadow DOM style.
✔ Fix
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}
💡 Works for:
-
light themes
-
dark themes
-
password inputs
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Chrome applies weird autofill yellow color using a shadow DOM style.
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}
light themes
dark themes
password inputs