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

index 215856c..5fc4b5d 100644 (file)
     cursor: not-allowed; }
 
 .radio-primary input[type="radio"] + label::after {
-    background-color: #fff; }
+    background-color: @white; }
 .radio-primary input[type="radio"]:checked + label::before {
-    border-color: #428bca; }
+    border-color: @brand-primary; }
 .radio-primary input[type="radio"]:checked + label::after {
-    background-color: #428bca; }
+    background-color: @brand-primary; }
 
 .radio-danger input[type="radio"] + label::after {
     background-color: #d9534f; }