2018-09-14 13:20:51 +01:00
|
|
|
.toggle-active.btn[disabled] {
|
|
|
|
background-color: #006400;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2019-01-28 02:23:35 +03:00
|
|
|
.night .toggle-active {
|
|
|
|
color: #ddd;
|
|
|
|
}
|
|
|
|
|
2018-09-14 13:20:51 +01:00
|
|
|
.toggle-not-active.btn-primary.active {
|
|
|
|
background-color: #006400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-not-active {
|
|
|
|
background-color: #dedede;
|
|
|
|
color: rgb(0, 49, 0);
|
|
|
|
}
|
2019-01-28 02:23:35 +03:00
|
|
|
|
|
|
|
.night .toggle-not-active {
|
|
|
|
background-color: #999;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-not-active:hover,
|
|
|
|
.toggle-not-active:focus {
|
2018-09-14 13:20:51 +01:00
|
|
|
background-color: #006400;
|
2019-01-28 02:23:35 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.night .toggle-not-active:hover,
|
|
|
|
.night .toggle-not-active:focus {
|
|
|
|
color: #ddd;
|
|
|
|
}
|