Is it possible to change the default orange background-color of :-webkit-autofill
? If so, how?
:-webkit-autofill, input:-webkit-autofill {
background-color: #fff !important;
}
Unfortunately, the above code did not produce the desired result.