From 191e0144aeaa40cc1765cb429198512d9c9a1546 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 15 Dec 2015 13:35:57 +0100 Subject: [PATCH] Fixed problems with style in group view. Tiquet: #3064 --- pandora_console/include/styles/pandora.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 */