mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02: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