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 のようなブラウザが、値を記憶しているフィールドに薄い黄色の背景色を挿入するのを止めるにはどうすればよいですか?
Chrome がユーザー名とパスワードを記憶している場合、非常に見苦しいログイン フォームがあります。
この CSS を使用します。
input:-webkit-autofill { color: #fff !important; }