码迷,mamicode.com
首页 > 其他好文 > 详细

修改input框默认黄色背景

时间:2016-11-30 22:32:32      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:style   port   rgba   highlight   fill   代码   select   web   text   

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}

正常情况下直接写这段代码不写!important,如果项目不能生效,需要加!important。

修改input框默认黄色背景

标签:style   port   rgba   highlight   fill   代码   select   web   text   

原文地址:http://www.cnblogs.com/beileixinqing/p/6119690.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!