※赤字の部分を変更しています。

【修正前】
input[type="checkbox"], input[type="radio"] {
-webkit-appearance: button;
appearance: button;
width: 20px;
height: 20px;
margin: 1px 0.5em 1px 0;
border: 0;
background-size: contain;
vertical-align: -5px;
}
input[type="checkbox"] {
background: url("未選択チェックボックス画像URL") no-repeat center;
}
input[type="checkbox"]:checked {
background: url("選択中チェックボックス画像URL") no-repeat center;
}
input[type="radio"] {
background: url("未選択ラジオボタン画像URL") no-repeat center;
}
input[type="radio"]:checked {
background: url("選択中ラジオボタン画像URL") no-repeat center;
}


【修正後】
input[type="checkbox"], input[type="radio"] {
-webkit-appearance: button;
appearance: button;
width: 20px;
height: 20px;
margin: 1px 0.5em 1px 0;
border: 0;
vertical-align: -5px;
}
input[type="checkbox"] {
background: url("未選択チェックボックス画像URL") no-repeat center;
background-size: contain;
}
input[type="checkbox"]:checked {
background: url("選択中チェックボックス画像URL") no-repeat center;
background-size: contain;
}
input[type="radio"] {
background: url("未選択ラジオボタン画像URL") no-repeat center;
background-size: contain;
}
input[type="radio"]:checked {
background: url("選択中ラジオボタン画像URL") no-repeat center;
background-size: contain;
}
「#エロ」のBL小説を読む
BL小説 BLove
- ナノ -