#13444 Fixed text color in the log controller for the Black theme.
This commit is contained in:
parent
6871177c30
commit
90f83b4a6d
|
@ -14196,3 +14196,7 @@ table#snmp_console tbody .datos_orange * {
|
||||||
background-color: var(--events-priority-bg-orange);
|
background-color: var(--events-priority-bg-orange);
|
||||||
color: var(--events-priority-text-orange) !important;
|
color: var(--events-priority-text-orange) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.open_search_status_color {
|
||||||
|
color: var(--text-color-2);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue