Answers for "Removing input background colour for Chrome autocomplet"

1

Removing input background colour for Chrome autocomplete?

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

// https://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete
Posted by: Guest on January-01-2021

Code answers related to "Removing input background colour for Chrome autocomplet"

Browse Popular Code Answers by Language