* Mail: Fix recent, read messages looked exactly the same as unread messages

This commit is contained in:
nathangray 2020-09-25 08:59:08 -06:00
parent 5d599229af
commit 68d682d293

View File

@ -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,