mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
no longer mark high priority mail with a red bar
This commit is contained in:
parent
d38604f9e6
commit
405e8ca30a
@ -61,10 +61,6 @@ tr.mail.flagged td:first-child{
|
||||
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{
|
||||
border-left: 6px solid silver;
|
||||
text-decoration : line-through;
|
||||
|
@ -291,9 +291,6 @@
|
||||
#mail-index tr span.mail.flagged.mobile_cat_col {
|
||||
background: #ff0000;
|
||||
}
|
||||
#mail-index tr span.mail.prio_high.mobile_cat_col {
|
||||
background: #ac0000;
|
||||
}
|
||||
#mail-index tr span.mail.deleted.mobile_cat_col {
|
||||
background: silver;
|
||||
text-decoration: line-through;
|
||||
|
@ -303,10 +303,6 @@
|
||||
background: #ff0000;
|
||||
}
|
||||
|
||||
span.mail.prio_high.mobile_cat_col {
|
||||
background: #ac0000;
|
||||
}
|
||||
|
||||
span.mail.deleted.mobile_cat_col {
|
||||
background: silver;
|
||||
text-decoration : line-through;
|
||||
|
Loading…
Reference in New Issue
Block a user