Bladeren bron

Made changes to LESS file instead of CSS.

Marco Kerwitz 12 jaren geleden
bovenliggende
commit
59aeb28579
1 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. 8 0
      static/less/bootstrapSwitch.less

+ 8 - 0
static/less/bootstrapSwitch.less

@@ -102,6 +102,7 @@
   }
   }
 
 
   label {
   label {
+  	text-align: center;
     margin-top: -1px;
     margin-top: -1px;
     margin-bottom: -1px;
     margin-bottom: -1px;
     z-index: 100;
     z-index: 100;
@@ -110,6 +111,13 @@
     border-right: 1px solid @btnBorder;
     border-right: 1px solid @btnBorder;
 
 
     .buttonBackground(@btnBackground, @btnBackgroundHighlight);
     .buttonBackground(@btnBackground, @btnBackgroundHighlight);
+
+    i {
+      color: #000;
+      text-shadow: 0 1px 0 #fff;
+      line-height: 18px;
+      pointer-events: none;
+    }
   }
   }
 
 
   span {
   span {