Published
- 1 min read
input autocomplete css color
The solution for this is noted below
input autocomplete css color
Solution
/*Change text in autofill textbox*/
input:-webkit-autofill {
-webkit-text-fill-color: yellow !important;
}
Try other methods by searching on the site. That is if this doesn’t work