make sure all toggles on ctit form are disabled

This commit is contained in:
John Mitchell 2017-08-18 14:01:12 -04:00
parent 3957797815
commit d2595944fc

View File

@ -1,5 +1,14 @@
/** @define ScheduleToggle */
.Form-formGroup--disabled .ScheduleToggle {
cursor: not-allowed;
border-color: @default-link !important;
.ScheduleToggle-switch {
background-color: @d7grey !important;
cursor: not-allowed;
}
}
.ScheduleToggle {
border-radius: 5px;
border: 1px solid @default-link;