79281953

Date: 2024-12-15 07:23:16
Score: 1
Natty:
Report link

I needed to override the background, and it was this solution that helped. It works in all modern browsers:

input:-webkit-autofill {
    /* some other styles */
    /* background-color: white !important; */
    /* -webkit-text-fill-color: black !important; */
    box-shadow: 0 0 0px 1000px white inset !important;
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maxim Tsatsura