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

去掉谷歌浏览器input默认填充时的黄色背景

时间:2021-06-02 14:21:55      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:out   car   delay   port   ant   put   div   填充   text   

 
/*去掉input默认填充黄色背景*/
 
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none;
  -webkit-transition-delay: 50000s;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
}

去掉谷歌浏览器input默认填充时的黄色背景

标签:out   car   delay   port   ant   put   div   填充   text   

原文地址:https://www.cnblogs.com/chunyanliu/p/14821856.html

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