Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/649f666a3a143e734d92f9f8b1a6f741db48d3b9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Switches are now red when set to off

pull/26/merge
Mark McDowall 12 years ago
parent d339d1208f
commit 649f666a3a

@ -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);
}
}

@ -1,2 +1,3 @@
@import "Overrides/bootstrap";
@import "Overrides/browser";
@import "Overrides/bootstrap.toggle-switch";

Loading…
Cancel
Save