📜  自动完成时的reactstrap输入背景颜色 - Html代码示例
📅  最后修改于: 2022-03-11 14:53:09.401000             🧑  作者: Mango
代码示例2
/*Change text in autofill textbox*/
input:-webkit-autofill {
-webkit-text-fill-color: yellow !important;
}