mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
make sure all toggles on ctit form are disabled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user