A
A
ArtJH2021-06-07 11:09:02
css
ArtJH, 2021-06-07 11:09:02

How to remove or customize background fields after using autocomplete?

60bdd401eeb65178602522.png
This is in chrome browser

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ArtJH, 2021-06-08
@ArtJH

Solution
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s;
-webkit-text-fill-color: #fff !important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question