This commit is contained in:
harukin 2018-11-08 23:50:18 +09:00
parent 00a3dc0031
commit 50dc4178a2

View File

@ -1638,7 +1638,7 @@ dl.bb-dl > dd > li {
.onoffswitch-inner:before, .onoffswitch-inner:after {
/*カスタマイズ*/
display: none; float: left; width: 50%; height: 20px; padding: 0; line-height:20px;
display: flex; float: left; width: 50%; height: 20px; padding: 0; line-height:20px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
@ -1647,14 +1647,14 @@ dl.bb-dl > dd > li {
content: attr(data-on);
padding-right: 21px;
background-color: #A4AFFF;
color: $font_colour;
color: rgba(255, 255, 255, 0);
text-align: right;
}
.onoffswitch-inner:after {
content: attr(data-off);
padding-left: 21px;
background-color: #FFF; color: #ccc;
background-color: #FFF; color: rgba(255, 255, 255, 0);
text-align: left;
}
@ -1663,7 +1663,7 @@ dl.bb-dl > dd > li {
display: block; width: 20px; height: 20px;margin:4px;
background: #ccc;
border-radius: 50%;
position: absolute; top: -6px; bottom: 0; right: 18px;
position: absolute; top: -8px; bottom: 0; right: 18px;
-moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s;
-o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s;
filter: drop-shadow(0px 0px 2px rgba(42, 42, 42, 0.94));