mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Switches are now red when set to off
This commit is contained in:
parent
d339d1208f
commit
649f666a3a
2 changed files with 13 additions and 0 deletions
12
UI/Content/Overrides/bootstrap.toggle-switch.less
vendored
Normal file
12
UI/Content/Overrides/bootstrap.toggle-switch.less
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
@import "Bootstrap/variables";
|
||||
@import "Bootstrap/mixins";
|
||||
|
||||
.toggle {
|
||||
.slide-button {
|
||||
.buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
|
||||
}
|
||||
|
||||
input:first-of-type:checked ~ .slide-button {
|
||||
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue