How I can remove an ugly input background who wildly appears only when the form is autocompleted?
Asked
Active
Viewed 25 times
1 Answers
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