Browse Source

Update to v1.8 and add class text-label

Update to v1.8 and add:

.has-switch .text-label {
  text-align: center;
  color: #000000;
  font-size: 14px;
}
Stein, Peter 11 năm trước cách đây
mục cha
commit
60af6661d8
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      static/stylesheets/bootstrap-switch.css

+ 6 - 1
static/stylesheets/bootstrap-switch.css

@@ -1,5 +1,5 @@
 /* ============================================================
- * bootstrapSwitch v1.7 by Larentis Mattia @SpiritualGuru
+ * bootstrapSwitch v1.8 by Larentis Mattia @SpiritualGuru
  * http://www.larentis.eu/
  *
  * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
@@ -117,6 +117,11 @@
   font-size: 16px;
   line-height: normal;
 }
+.has-switch .text-label {
+  text-align: center;
+  color: #000000;
+  font-size: 14px;
+}
 .has-switch label {
   text-align: center;
   margin-top: -1px;