#13444 Fixed text color in the log controller for the Black theme.

This commit is contained in:
Jorge Rincon 2024-04-11 14:14:21 +02:00
parent 6871177c30
commit 90f83b4a6d
1 changed files with 4 additions and 0 deletions

View File

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