Answers for "text color in input on autofill"

CSS
1

input autocomplete css color

/*Change text in autofill textbox*/
input:-webkit-autofill
{
 -webkit-text-fill-color: yellow !important;
}
Posted by: Guest on May-20-2021

Code answers related to "text color in input on autofill"

Browse Popular Code Answers by Language