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

2023-12-24  本文已影响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;

}

上一篇 下一篇

猜你喜欢

热点阅读