From 90f83b4a6d1e392b71fbe8875d3df9222900bb92 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Thu, 11 Apr 2024 14:14:21 +0200 Subject: [PATCH] #13444 Fixed text color in the log controller for the Black theme. --- pandora_console/include/styles/pandora.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 807e691033..16fa6b16d2 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -14196,3 +14196,7 @@ table#snmp_console tbody .datos_orange * { background-color: var(--events-priority-bg-orange); color: var(--events-priority-text-orange) !important; } + +.open_search_status_color { + color: var(--text-color-2); +}