Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove auto focus selected background color

input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #auto #focus #selected #background #color
ADD COMMENT
Topic
Name
3+4 =