less/roojs-bootstrap/checkbox.less
authoredward <edward@roojs.com>
Mon, 27 Nov 2017 05:45:12 +0000 (13:45 +0800)
committeredward <edward@roojs.com>
Mon, 27 Nov 2017 05:45:12 +0000 (13:45 +0800)
less/roojs-bootstrap/checkbox.less

index 33c2cd1..0bb2d0b 100644 (file)
@@ -72,8 +72,8 @@
     color: @white; }
 
 .checkbox-warning input[type="checkbox"]:checked + label::before {
-    background-color: #f0ad4e;
-    border-color: #f0ad4e; }
+    background-color: @brand-warning;
+    border-color: @brand-warning; }
 .checkbox-warning input[type="checkbox"]:checked + label::after {
     color: @white; }
 
@@ -81,7 +81,7 @@
     background-color: #5cb85c;
     border-color: #5cb85c; }
 .checkbox-success input[type="checkbox"]:checked + label::after {
-    color: #fff; }
+    color: @white; }
 
 /* before is the outer cicle */    
 /* after is the inner circle.. */