diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 91bfa9372d..d6833dad11 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2196,21 +2196,22 @@ tr.group_view_not_init, .group_view_not_init, tr.group_view_not_init, .group_vie tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn { background-color: #FAD403; - color: #3F3F3F !important; + color: #fff !important; } a.group_view_warn { color: #FAD403 !important; + color: #FFF !important; } tr.group_view_alrm, .group_view_alrm { background-color: #FFA631; - color: #FFF; + color: #FFF !important; } tr.group_view_unk, .group_view_unk { background-color: #B2B2B2 ; - color: #fff; + color: #fff !important; } /* classes for event priorities. Sits now in functions.php */