From a9db8d8f24f0450acaf834152a2a98d6af5e1730 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Fri, 26 Apr 2024 09:03:11 +0200 Subject: [PATCH] #13471 Fixed color text for multi select element --- pandora_console/include/styles/pandora_black.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 52ee92783d..d8691dcdde 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1477,6 +1477,7 @@ select[multiple] option:checked, select[multiple] option:active, select[multiple] option:hover { background: #008d86 !important; + color: var(--text-color); } .select2-search.select2-search--dropdown,