Switches are now red when set to off

pull/4/head
Mark McDowall 11 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