mirror of
https://github.com/flarum/framework.git
synced 2025-06-02 05:23:12 +08:00
Make "on" switches always green instead of theme-based
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
.transition(background-color 0.2s);
|
||||
|
||||
.on& {
|
||||
background: @primary-color;
|
||||
background: #58A400;
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
Reference in New Issue
Block a user