zoukankan      html  css  js  c++  java
  • 去掉谷歌浏览器输入框默认的黄色背景

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

    谷歌浏览器的设置如下:

    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);
  • 相关阅读:
    Go strings.Builder
    httprouter使用pprof
    大规模分布式系统的跟踪系统
    Yearning 介绍(SQL审核平台)
    Inception介绍(MySQL自动化运维工具)
    go 学习资源和GitHub库
    go 命令
    Redash 安装部署
    systemd 编写
    查看mysql 版本
  • 原文地址:https://www.cnblogs.com/yehx/p/5687676.html
Copyright © 2011-2022 走看看