From 6c357b7068da1e6e4a7a85db4ac15609ca432d8f Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 9 Sep 2024 11:12:48 +0200 Subject: [PATCH] no longer mark high priority mail with a red bar --- mail/templates/default/app.css | 4 ---- mail/templates/mobile/app.css | 3 --- mail/templates/mobile/app.less | 4 ---- 3 files changed, 11 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index c0a2bfb2e6..49f1d5b822 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -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; diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index b319123b79..5dd49ab263 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -288,9 +288,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; diff --git a/mail/templates/mobile/app.less b/mail/templates/mobile/app.less index a2f0283545..dcba32c496 100644 --- a/mail/templates/mobile/app.less +++ b/mail/templates/mobile/app.less @@ -298,10 +298,6 @@ background: #ff0000; } - span.mail.prio_high.mobile_cat_col { - background: #ac0000; - } - span.mail.deleted.mobile_cat_col { background: silver; text-decoration : line-through;