1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Initial Bootstrap 3 migration

This commit is contained in:
Taloth Saldono
2014-04-01 22:10:36 +02:00
committed by Mark McDowall
parent ad0e372c35
commit 28fa264c69
151 changed files with 9617 additions and 6299 deletions
+6 -5
View File
@@ -3,22 +3,23 @@
.toggle {
.slide-button {
.buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
.button-variant(@btn-danger-color, @btn-danger-bg, @btn-danger-border);
&.btn-danger, &.btn-warning {
.buttonBackground(@btnInverseBackground, @btnInverseBackgroundHighlight);
//.buttonBackground(@btnInverseBackground, @btnInverseBackgroundHighlight);
.button-variant(@btn-warning-color, @btn-warning-bg, @btn-warning-border);
}
}
input:first-of-type:checked ~ .slide-button {
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
.button-variant(@btn-primary-color, @btn-primary-bg, @btn-primary-border);
&.btn-danger {
.buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
.button-variant(@btn-danger-color, @btn-danger-bg, @btn-danger-border);
}
&.btn-warning {
.buttonBackground(@btnWarningBackground, @btnWarningBackgroundHighlight);
.button-variant(@btn-warning-color, @btn-warning-bg, @btn-warning-border);
}
}
}