Is there any way how to setup background image on input auto fill? I need cross-browser version and mobile as well.
I found some answers, but nothing really works for me, see Add background image to input fields with Autofill in mobile browsers - default yellow background removes them or Chrome hiding background image with autofills
this is my for select
background-image: url(img.png);
and for select:-webkit-autofill i got same code
background-image: url(img.png) !important;
But on autofill I get default look, with yellow background...but if I look on user-agent style, the background-image: none; is overwritten by my image. I tried to set background: transparent; for select, but that did nothinig.