|
@@ -28,8 +28,8 @@
|
|
|
.@{bootstrap-switch-base}-label {
|
|
|
.box-sizing(border-box);
|
|
|
cursor: pointer;
|
|
|
- display: inline-block !important;
|
|
|
- height: 100%;
|
|
|
+ display: table-cell;
|
|
|
+ vertical-align: middle;
|
|
|
padding: @padding-base-vertical @padding-base-horizontal;
|
|
|
font-size: @font-size-base;
|
|
|
line-height: @line-height-computed;
|
|
@@ -80,6 +80,10 @@
|
|
|
background: @btn-default-bg;
|
|
|
}
|
|
|
|
|
|
+ span::before {
|
|
|
+ content: "\200b";
|
|
|
+ }
|
|
|
+
|
|
|
.@{bootstrap-switch-base}-handle-on {
|
|
|
.border-left-radius(@border-radius-base - 1);
|
|
|
}
|
|
@@ -96,6 +100,7 @@
|
|
|
margin: 0;
|
|
|
z-index: -1;
|
|
|
.opacity(0);
|
|
|
+ visibility: hidden;
|
|
|
}
|
|
|
|
|
|
&.@{bootstrap-switch-base}-mini {
|