【发布时间】:2019-09-13 20:20:42
【问题描述】:
我已经在我的 chrome 浏览器中存储了地址,所以当我填写表格时,我会看到这样的弹出窗口:
如何更改 CSS,使输入字段不会变蓝。 我已经尝试了下面的代码,但没有用:
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
background-color: transparent;
}
【问题讨论】:
标签: html css google-chrome autofill