|
@@ -1,9 +1,12 @@
|
|
|
/* ============================================================
|
|
|
- * bootstrapSwitch v1.5 by Larentis Mattia @spiritualGuru
|
|
|
+ * bootstrapSwitch v1.5 by Larentis Mattia @SpiritualGuru
|
|
|
+ * http://www.larentis.eu/
|
|
|
+ *
|
|
|
+ * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
|
|
|
+ * http://www.bdmdesign.org/
|
|
|
+ *
|
|
|
+ * Project site:
|
|
|
* http://www.larentis.eu/switch/
|
|
|
- *
|
|
|
- * enhanced for radiobuttons by Stein, Peter @BdMdesigN
|
|
|
- * http://www.bdmdesign.org
|
|
|
* ============================================================
|
|
|
* Licensed under the Apache License, Version 2.0
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
@@ -106,7 +109,7 @@
|
|
|
}
|
|
|
|
|
|
label {
|
|
|
- text-align: center;
|
|
|
+ text-align: center;
|
|
|
margin-top: -1px;
|
|
|
margin-bottom: -1px;
|
|
|
z-index: 100;
|
|
@@ -156,5 +159,9 @@
|
|
|
&.switch-danger {
|
|
|
.buttonBackground(@btnDangerBackgroundHighlight, @btnDangerBackground);
|
|
|
}
|
|
|
+
|
|
|
+ &.switch-default {
|
|
|
+ .buttonBackground(@btnBackgroundHighlight, @btnBackground, @grayDark, 0 1px 1px rgba(255,255,255,.75));
|
|
|
+ }
|
|
|
}
|
|
|
}
|