0

I'm trying to delete autofill background from input with this css:

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  background-color: #fff !important;
}

Styles are giving to the input, but background don't change. How to fix this problem?

JSON Derulo
  • 6,229
  • 3
  • 30
  • 39
  • 1
    seems like [duplicated](https://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete) – giveerr Aug 27 '21 at 12:04

0 Answers0