Corretto bug css

This commit is contained in:
Luca Trupiano 2025-01-21 12:01:14 +01:00
parent 7f5d1bf322
commit 8097141b94
1 changed files with 10 additions and 5 deletions

View File

@ -430,21 +430,26 @@ a[target="_blank"]::after {
background-color: rgb(65, 93, 67) !important;
}
.ui-selectable .ui-selecting .suxess {
background: #054a29;
.ui-selectee.suxess.ui-selecting {
background: #054a29 !important;
}
.ui-selectee.suxess.ui-selected {
background: #054a29 !important;
color: #f8f9fa !important;
}
.ui-selectable .ui-selected .suxess {
background: #DEE2E6;
background: #DEE2E6 !important;
color: #054a29 !important;
}
.ui-selectable .ui-selecting:not(.suxess) {
background: #787675;
background: #787675 !important;
}
.ui-selectable .ui-selected:not(.suxess) {
background: #DEE2E6;
background: #DEE2E6 !important;
color: #787675 !important;
}