mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
no longer mark high priority mail with a red bar
This commit is contained in:
parent
da57a26c5a
commit
6c357b7068
@ -61,10 +61,6 @@ tr.mail.flagged td:first-child{
|
|||||||
border-left: 6px solid #ff0000 !important;
|
border-left: 6px solid #ff0000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.mail.prio_high td:first-child{
|
|
||||||
border-left: 6px solid #ac0000 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.mail.deleted td:first-child{
|
tr.mail.deleted td:first-child{
|
||||||
border-left: 6px solid silver;
|
border-left: 6px solid silver;
|
||||||
text-decoration : line-through;
|
text-decoration : line-through;
|
||||||
|
@ -288,9 +288,6 @@
|
|||||||
#mail-index tr span.mail.flagged.mobile_cat_col {
|
#mail-index tr span.mail.flagged.mobile_cat_col {
|
||||||
background: #ff0000;
|
background: #ff0000;
|
||||||
}
|
}
|
||||||
#mail-index tr span.mail.prio_high.mobile_cat_col {
|
|
||||||
background: #ac0000;
|
|
||||||
}
|
|
||||||
#mail-index tr span.mail.deleted.mobile_cat_col {
|
#mail-index tr span.mail.deleted.mobile_cat_col {
|
||||||
background: silver;
|
background: silver;
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
|
@ -298,10 +298,6 @@
|
|||||||
background: #ff0000;
|
background: #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.mail.prio_high.mobile_cat_col {
|
|
||||||
background: #ac0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.mail.deleted.mobile_cat_col {
|
span.mail.deleted.mobile_cat_col {
|
||||||
background: silver;
|
background: silver;
|
||||||
text-decoration : line-through;
|
text-decoration : line-through;
|
||||||
|
Loading…
Reference in New Issue
Block a user