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