From 4aa14c91c25e25ba610d02c8a8ef71ffcccfc0ad Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 1 Oct 2020 10:44:18 +0200 Subject: [PATCH] Add missing files from commit 68d682d --- mail/templates/mobile/app.css | 4 ++++ mail/templates/pixelegg/app.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index d8f2b1c1b2..e1dde9c0f0 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -57,10 +57,14 @@ tr.mail a { cursor: pointer; white-space: nowrap; } +/** + No styling on recent, sometimes recent & unseen are cleared seperately causing confusion when the row doesn't change + tr.recent div, tr.recent span, tr.recent time, tr.recent a, + */ tr.unseen div, tr.unseen span, tr.unseen time, diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index e3b5e99f69..389792b092 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -45,10 +45,14 @@ tr.mail a { cursor: pointer; white-space: nowrap; } +/** + No styling on recent, sometimes recent & unseen are cleared seperately causing confusion when the row doesn't change + tr.recent div, tr.recent span, tr.recent time, tr.recent a, + */ tr.unseen div, tr.unseen span, tr.unseen time,