From 8097141b9485c3996324b442139531899de4e5da Mon Sep 17 00:00:00 2001
From: Luca Trupiano <luca.trupiano@isti.cnr.it>
Date: Tue, 21 Jan 2025 12:01:14 +0100
Subject: [PATCH] Corretto bug css

---
 css/custom2_4.3.css | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/css/custom2_4.3.css b/css/custom2_4.3.css
index ad54d6d..92512bf 100644
--- a/css/custom2_4.3.css
+++ b/css/custom2_4.3.css
@@ -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;
 }