1
0
mirror of https://github.com/flarum/core.git synced 2025-05-06 23:45:39 +02:00

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 0d8f09df78
commit 96bae40d4b

View File

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