yehx

谷歌浏览器登录页记住密码后下次登录会自动填充,并且有黄色背景。

谷歌浏览器的设置如下:

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  1. background-color: rgb(250, 255, 189);
  2. background-image: none;
  3. color: rgb(0, 0, 0);

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-27
  • 2021-07-01
  • 2022-02-20
  • 2021-05-30
  • 2021-06-13
猜你喜欢
  • 2021-10-24
  • 2021-10-18
  • 2022-12-23
  • 2021-11-20
  • 2021-11-30
  • 2022-02-07
相关资源
相似解决方案