#11699 fix css filter

This commit is contained in:
miguel angel rasteu 2023-07-17 08:59:19 +02:00
parent df70aa6ee6
commit 6c41ccc0f3
1 changed files with 4 additions and 0 deletions

View File

@ -1464,6 +1464,10 @@ ul.datatable_filter:has(li > div.action-buttons) {
background-color: #222 !important;
}
ul.datatable_filter {
background-color: #222 !important;
}
span.ui-dialog-title {
color: #fff !important;
}