From 4466cbe9fd6d19df9eab22403f198ad1f714f0da Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 27 Nov 2017 13:45:51 +0800 Subject: [PATCH] less/roojs-bootstrap/checkbox.less --- less/roojs-bootstrap/checkbox.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/roojs-bootstrap/checkbox.less b/less/roojs-bootstrap/checkbox.less index c5d8f3cca1..215856cf64 100644 --- a/less/roojs-bootstrap/checkbox.less +++ b/less/roojs-bootstrap/checkbox.less @@ -100,7 +100,7 @@ height: 17px; left: 0; margin-left: -20px; - border: 1px solid #cccccc; + border: 1px solid @gray-lighter-80; border-radius: 50%; background-color: @white; -webkit-transition: border 0.15s ease-in-out; @@ -116,7 +116,7 @@ top: 3px; margin-left: -20px; border-radius: 50%; - background-color: #fff; + background-color: @white; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); @@ -134,7 +134,7 @@ -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); - background-color: #555555; + background-color: @gray; } .radio input[type="radio"]:disabled + label { opacity: 0.65; } -- 2.39.2