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,