美文网首页
浏览器记住密码输入框样式修改

浏览器记住密码输入框样式修改

作者: 喜欢走弯路的人 | 来源:发表于2023-12-24 18:54 被阅读0次

浏览器记住密码输入框样式修改

input:输入框

textarea:多行文本输入框

select:下拉框

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {

  color: powderblue !important;

  -webkit-text-fill-color: powderblue !important;

  background-image: none;

  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;

  background-color:transparent;

  transition: background-color 50000s ease-in-out 0s;

}

相关文章

网友评论

      本文标题:浏览器记住密码输入框样式修改

      本文链接:https://www.haomeiwen.com/subject/grtywdtx.html