no longer mark high priority mail with a red bar

This commit is contained in:
ralf 2024-09-09 11:12:48 +02:00
parent da57a26c5a
commit 6c357b7068
3 changed files with 0 additions and 11 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;