📜  自动完成背景颜色 css 代码示例

📅  最后修改于: 2022-03-11 14:47:54.080000             🧑  作者: Mango

代码示例2
/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: yellow !important;
}