Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

autocomplete background color css

/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: yellow !important;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #autocomplete #background #color #css
ADD COMMENT
Topic
Name
3+1 =