#11081 Change background color for disabled cron inputs
This commit is contained in:
parent
e92490875a
commit
ee40d0443d
|
@ -208,7 +208,8 @@
|
|||
}
|
||||
.select2-container--default.select2-container--disabled
|
||||
.select2-selection--single {
|
||||
background-color: #eee;
|
||||
background-color: #e5e9ed !important;
|
||||
color: #8a96a6;
|
||||
cursor: default;
|
||||
}
|
||||
.select2-container--default.select2-container--disabled
|
||||
|
|
Loading…
Reference in New Issue