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.
テキストフィールドのスタイルを設定しようとしていますが、すべてが機能しているようです-Safariがテキストフィールドを自動入力する場合を除いて、変更したい本当に醜いマスタードイエローで表示されます-ログインフォームでばかげているように見えます. その色を変更するには、どのプロパティをスタイルしますか?
テキスト フィールドは、Safari のインスペクターでは次のようになります。
<input id="username" name="username" type="text">
次のようなものを使用できます。
これは基本的にsafariやchromeに使われていますが、
@media screen and (-webkit-min-device-pixel-ratio:0) { #u { color:green; /* Safari only */ } }