yellow

Remove new Firefox autofill color

旧时模样 提交于 2020-01-22 14:55:46
问题 A few days ago my Firefox Developer Edition updated to version 67.0b2 (64 bit). Since then all autofilled input fields have a yellow background, on literally every website. How can I get rid of the yellow autofill color? Changing inset box-shadow color doesn't seem to work like it does in Chrome. 回答1: After few sleepless nights I've finally figured out how to get rid of the autofill colors! It's really simple, all you have to do is to add this to your css: input { filter: none; } It's because

Remove new Firefox autofill color

只愿长相守 提交于 2019-12-01 01:00:01
A few days ago my Firefox Developer Edition updated to version 67.0b2 (64 bit). Since then all autofilled input fields have a yellow background, on literally every website. How can I get rid of the yellow autofill color? Changing inset box-shadow color doesn't seem to work like it does in Chrome. After few sleepless nights I've finally figured out how to get rid of the autofill colors! It's really simple, all you have to do is to add this to your css: input { filter: none; } It's because at the bottom of view-source:resource://gre-resources/forms.css we can see this: :-moz-autofill, :-moz