Make "on" switches always green instead of theme-based

This commit is contained in:
Toby Zerner 2015-07-20 18:13:15 +09:30
parent 61443dd81d
commit 03029c84dc

View File

@ -32,7 +32,7 @@
.transition(background-color 0.2s); .transition(background-color 0.2s);
.on& { .on& {
background: @primary-color; background: #58A400;
} }
&:before { &:before {