fixing colors for themes

This commit is contained in:
Andy Miller
2020-05-05 12:54:19 -06:00
parent 06ecacb4a2
commit 5d2cf013f1
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2117,12 +2117,14 @@ body .bootstrap-datetimepicker-widget {
// New 1.7 Permissions
.permissions-container {
.switch-toggle {
input:checked+label {
color: $white;
}
input.label0:checked+label {
background: $flat-pomegranate !important;
}
input.label1:checked+label {
background-color: $color-olive !important;
}
}