#11081 Change background color for disabled cron inputs

This commit is contained in:
miguel angel rasteu 2023-05-12 10:01:52 +02:00
parent e92490875a
commit ee40d0443d
1 changed files with 2 additions and 1 deletions

View File

@ -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