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);
  • 相关阅读:
    servlet(二)
    servlet(一)
    static、final、static final的区别
    java基础知识(一)
    IntelliJ IDEA中Debug的使用技巧
    IDEA从SVN中导入多模块项目
    Java实现MD5加密
    冒泡排序
    ulimit: core file size: cannot modify limit: Operation not permitted
    Linux 禁用摄像头
  • 原文地址:https://www.cnblogs.com/yehx/p/5687676.html
Copyright © 2011-2022 走看看