ショコラ
Fomantic-UI 入力必須のマークを変えるには?
* ではなく「必須」の方が良いらしいです。
もっさん先輩
/* 入力必須 */
.required.field > :first-child:after {
font-size:10px;
content: "*必須"!important;
color: red;
}
以上
Fomantic-UI 入力必須のマークを変えるには?
* ではなく「必須」の方が良いらしいです。
/* 入力必須 */
.required.field > :first-child:after {
font-size:10px;
content: "*必須"!important;
color: red;
}
以上