Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理的每个网站突然在 Chrome 中都有一个黑色的输入框。我的研究指出这可能是一个 webkit 问题。但我说不出来,也不知道该怎么办。有人遇到过这种情况么?
我没有注意到这一点。总是有简单的卸载和重新安装 Chrome,但您也可以使用以下 CSS:
input[type="text"] { background-color:white; /* or whatever colour you choose */ }
好吧,当然是个傻瓜,我不小心在 Chrome 中点击了“高对比度”扩展。