Fixed problems with style in group view. Tiquet: #3064
This commit is contained in:
parent
c2309e52c3
commit
191e0144ae
pandora_console/include/styles
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue