From 03029c84dc0de10fa08712afcc1a08692adc2681 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 20 Jul 2015 18:13:15 +0930 Subject: [PATCH] Make "on" switches always green instead of theme-based --- framework/core/less/lib/Checkbox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/lib/Checkbox.less b/framework/core/less/lib/Checkbox.less index 8cc9da46c..42b8576d7 100755 --- a/framework/core/less/lib/Checkbox.less +++ b/framework/core/less/lib/Checkbox.less @@ -32,7 +32,7 @@ .transition(background-color 0.2s); .on& { - background: @primary-color; + background: #58A400; } &:before {