This commit is contained in:
harukin 2018-11-08 23:56:11 +09:00
parent 50dc4178a2
commit 4eee35f96b

View File

@ -1654,7 +1654,7 @@ dl.bb-dl > dd > li {
.onoffswitch-inner:after { .onoffswitch-inner:after {
content: attr(data-off); content: attr(data-off);
padding-left: 21px; padding-left: 21px;
background-color: #FFF; color: rgba(255, 255, 255, 0); background-color: #D5CECE; color: rgba(255, 255, 255, 0);
text-align: left; text-align: left;
} }
@ -1680,8 +1680,9 @@ dl.bb-dl > dd > li {
.form-group.checkbox > div > input:disabled + label .onoffswitch-switch { .form-group.checkbox > div > input:disabled + label .onoffswitch-switch {
background-color: red; /*カスタマイズ*/
opacity: 0.3; background-color: #898989;
/*opacity: 0.3;*/
filter:alpha(opacity=30); filter:alpha(opacity=30);
} }