forked from extern/egroupware
* 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;
|
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 div,
|
||||||
tr.recent span,
|
tr.recent span,
|
||||||
tr.recent time,
|
tr.recent time,
|
||||||
tr.recent a,
|
tr.recent a,
|
||||||
|
*/
|
||||||
tr.unseen div,
|
tr.unseen div,
|
||||||
tr.unseen span,
|
tr.unseen span,
|
||||||
tr.unseen time,
|
tr.unseen time,
|
||||||
|
Loading…
Reference in New Issue
Block a user