|
@@ -1,5 +1,5 @@
|
|
/* ============================================================
|
|
/* ============================================================
|
|
- * bootstrapSwitch v1.7 by Larentis Mattia @SpiritualGuru
|
|
|
|
|
|
+ * bootstrapSwitch v1.8 by Larentis Mattia @SpiritualGuru
|
|
* http://www.larentis.eu/
|
|
* http://www.larentis.eu/
|
|
*
|
|
*
|
|
* Enhanced for radiobuttons by Stein, Peter @BdMdesigN
|
|
* Enhanced for radiobuttons by Stein, Peter @BdMdesigN
|
|
@@ -123,7 +123,7 @@
|
|
width: 34%;
|
|
width: 34%;
|
|
border-left: 1px solid #cccccc;
|
|
border-left: 1px solid #cccccc;
|
|
border-right: 1px solid #cccccc;
|
|
border-right: 1px solid #cccccc;
|
|
- color: #ffffff;
|
|
|
|
|
|
+ color: #333333;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
@@ -146,7 +146,7 @@
|
|
.has-switch label.active,
|
|
.has-switch label.active,
|
|
.has-switch label.disabled,
|
|
.has-switch label.disabled,
|
|
.has-switch label[disabled] {
|
|
.has-switch label[disabled] {
|
|
- color: #ffffff;
|
|
|
|
|
|
+ color: #333333;
|
|
background-color: #e6e6e6;
|
|
background-color: #e6e6e6;
|
|
*background-color: #d9d9d9;
|
|
*background-color: #d9d9d9;
|
|
}
|
|
}
|