Google Chrome form autofill and its yellow background
Change “white” to any color you want. input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset !important; }
Change “white” to any color you want. input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset !important; }
Apr 2022: autocomplete=”off” still does not work in Chrome, and I don’t believe it ever has after looking through the Chromium bugs related to the issue (maybe only for password fields). I see issues reported in 2014 that were closed as “WontFix”, and issues still open and under discussion [1][2]. From what I gather the … Read more