1

i've a problem with webkit user agent stylesheet.

here's the css i'm trying to override:

input:-webkit-autofill — user agent stylesheet

background-color: rgb(250, 255, 189) !important; background-image: none !important; color: rgb(0, 0, 0) !important;

here's mine

input:-webkit-autofill background-color: rgba(250, 255, 189, 0.5)!important; color: #000!important;

here's the fiddle jsfiddle.net/Rx27s

i need it to avoid the "background-image:none on my login"

thanks in advance for all

0 Answers0