mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
* Mail: Fix recent, read messages looked exactly the same as unread messages
This commit is contained in:
parent
5d599229af
commit
68d682d293
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user