点击input消除默认背景颜色

Posted huanghuali

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了点击input消除默认背景颜色相关的知识,希望对你有一定的参考价值。

在谷歌浏览器会出现默认点击input框黄色背景,如何去除?

//消除google浏览器黄色框
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow:0 0 0 60px #eee inset;
-webkit-text-fill-color: #878787;
}

 

以上是关于点击input消除默认背景颜色的主要内容,如果未能解决你的问题,请参考以下文章

word文档的底色怎么消除?

画布不透明 - 更改默认背景颜色

iphone中input按钮设置disabled属性出现灰色背景没有显示问题

怎样改变checkbox的默认蓝色

input标签设置背景颜色

AlertDialog 更改片段中的背景颜色 [重复]