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); +}