Fixed problems with style in group view. Tiquet: #3064
(cherry picked from commit 191e0144ae
)
This commit is contained in:
parent
2b294df108
commit
8d0e90060e
|
@ -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 {
|
tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn {
|
||||||
background-color: #FAD403;
|
background-color: #FAD403;
|
||||||
color: #3F3F3F !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.group_view_warn {
|
a.group_view_warn {
|
||||||
color: #FAD403 !important;
|
color: #FAD403 !important;
|
||||||
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.group_view_alrm, .group_view_alrm {
|
tr.group_view_alrm, .group_view_alrm {
|
||||||
background-color: #FFA631;
|
background-color: #FFA631;
|
||||||
color: #FFF;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.group_view_unk, .group_view_unk {
|
tr.group_view_unk, .group_view_unk {
|
||||||
background-color: #B2B2B2 ;
|
background-color: #B2B2B2 ;
|
||||||
color: #fff;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* classes for event priorities. Sits now in functions.php */
|
/* classes for event priorities. Sits now in functions.php */
|
||||||
|
|
Loading…
Reference in New Issue