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