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.
::-webkit-input-placeholder{ color: #9A1B1E;}
これをある種のIDで使用して、ページ全体ではなく、いくつかの要素に適用したいと考えています。これをグループの下に置くことができないようです。
少なくとも、jquery を使用してクラスとして追加します。
ありがとう。
.class::-webkit-input-placeholder{ color: #9A1B1E; } #id::-webkit-input-placeholder{ color: #9A1B1E; }
フィドル