0

enter image description here

How I can remove an ugly input background who wildly appears only when the form is autocompleted?

TheUnreal
  • 23,434
  • 46
  • 157
  • 277

1 Answers1

1

input:-webkit-autofill (with/without pseudo classes) will select autocompleted inputs.

-webkit-text-fill-color: color !important; will set the text color

4dgaurav
  • 11,360
  • 4
  • 32
  • 59