Fixed problems with style in group view. Tiquet:

This commit is contained in:
m-lopez-f 2015-12-15 13:35:57 +01:00
parent c2309e52c3
commit 191e0144ae
1 changed files with 4 additions and 3 deletions
pandora_console/include/styles

View File

@ -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 */