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.
すべてのラベル コントロールに適用されるクラス属性がありますが、ソリューション内のいくつかのラベルの属性を変更する必要があります。
これは私の現在のクラスです。これを維持したいのですが、別の指定されたクラスが必要です
.form-container fieldset label{}
変更したいラベルに移動すると、次のようになります。
<label class="someclass">stuff</label>
さらに1つのクラスを追加します
<label class="someclass someotherclass">stuff</label>
そして、.someclass{/*stuff*/}追加後のcssファイルに
.someclass{/*stuff*/}
.someotherclass{/*stuff*/}