This commit is contained in:
parent
00a3dc0031
commit
50dc4178a2
@ -1638,7 +1638,7 @@ dl.bb-dl > dd > li {
|
|||||||
|
|
||||||
.onoffswitch-inner:before, .onoffswitch-inner:after {
|
.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;
|
-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);
|
content: attr(data-on);
|
||||||
padding-right: 21px;
|
padding-right: 21px;
|
||||||
background-color: #A4AFFF;
|
background-color: #A4AFFF;
|
||||||
color: $font_colour;
|
color: rgba(255, 255, 255, 0);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onoffswitch-inner:after {
|
.onoffswitch-inner:after {
|
||||||
content: attr(data-off);
|
content: attr(data-off);
|
||||||
padding-left: 21px;
|
padding-left: 21px;
|
||||||
background-color: #FFF; color: #ccc;
|
background-color: #FFF; color: rgba(255, 255, 255, 0);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1663,7 +1663,7 @@ dl.bb-dl > dd > li {
|
|||||||
display: block; width: 20px; height: 20px;margin:4px;
|
display: block; width: 20px; height: 20px;margin:4px;
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
border-radius: 50%;
|
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;
|
-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;
|
-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));
|
filter: drop-shadow(0px 0px 2px rgba(42, 42, 42, 0.94));
|
||||||
|
Reference in New Issue
Block a user