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

index db8a8fb..20f826e 100644 (file)
@@ -22,9 +22,9 @@
     height: 17px;
     left: 0;
     margin-left: -20px;
-    border: 1px solid #cccccc;
+    border: 1px solid @gray-lighter-80;
     border-radius: 3px;
-    background-color: #fff;
+    background-color: @white;
     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }