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

修改input框默认黄色背景

时间:2016-11-30 23:27:47      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:input   背景颜色   默认颜色   表单   

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。

本文出自 “小叙前端” 博客,请务必保留此出处http://beileixinqing.blog.51cto.com/7540036/1878292

修改input框默认黄色背景

标签:input   背景颜色   默认颜色   表单   

原文地址:http://beileixinqing.blog.51cto.com/7540036/1878292

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