mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Add missing files from commit 68d682d
This commit is contained in:
parent
c3dd47e91b
commit
4aa14c91c2
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user