yyman001 / blog

日常疑问记录解答
5 stars 0 forks source link

去掉Chrome 自动填充的表单背景色 #47

Open yyman001 opened 6 years ago

yyman001 commented 6 years ago
input:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
   -webkit-box-shadow: 0 0 0px 1000px white inset;
}

https://segmentfault.com/q/1010000000671971