From 405e8ca30afb4fee1197c12a5515ffc32f9908c7 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 2e8b683b33..c25fdb6d4e 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 4cd8d712d4..707d9dca1f 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -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; diff --git a/mail/templates/mobile/app.less b/mail/templates/mobile/app.less index 1de9b91b0f..514a89b5f4 100644 --- a/mail/templates/mobile/app.less +++ b/mail/templates/mobile/app.less @@ -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;