From a725f200342105f53cbdeab3e39b7064283b687b Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 27 Jun 2022 21:09:17 +0200 Subject: [PATCH] Reduce some HTML elements --- dev/Styles/User/MessageList.less | 17 +++++++++-------- .../templates/Views/User/MailMessageList.html | 12 ++---------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/dev/Styles/User/MessageList.less b/dev/Styles/User/MessageList.less index 9bb6d0fa5..c42ffb1bf 100644 --- a/dev/Styles/User/MessageList.less +++ b/dev/Styles/User/MessageList.less @@ -211,9 +211,11 @@ html:not(rl-mobile) { border-left-color: #ccc; } - .importantMark { - color:red; - margin-right:5px + .priorityHigh::before { + content: '!'; /*❗*/ + color: red; + font-weight: bolder; + margin-right: 5px; } &.deleted { @@ -269,7 +271,7 @@ html:not(rl-mobile) { opacity: 0.5; } - .threads-len span { + .threads-len { border-radius: 6px; border: 1px solid #ccc; font-size: 11px; @@ -280,6 +282,9 @@ html:not(rl-mobile) { border-color: #666; } } + .threads-len::after { + content: ' ›'; + } .replyFlag, .forwardFlag { margin-right: 0.25em; @@ -322,10 +327,6 @@ html:not(rl-mobile) { border-bottom-color: rgba(57, 140, 242, 0.2); border-left-color: #398CF2; z-index: 101; - - + .messageListItem { - border-bottom-color: rgba(57, 140, 242, 0.3); - } } .flagParent { diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html index dce497560..fb00d8e39 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html @@ -139,19 +139,11 @@ -
- ! - -
+
-
- - - › - -
+