From 68d682d2930b21f6cd0e6f5e3a325b49948665e0 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 25 Sep 2020 08:59:08 -0600 Subject: [PATCH] * Mail: Fix recent, read messages looked exactly the same as unread messages --- mail/templates/default/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 5807609c6f..abcc4f5320 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -25,10 +25,14 @@ tr.mail a { 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,