mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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;
|
cursor: pointer;
|
||||||
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,
|
||||||
|
@ -45,10 +45,14 @@ tr.mail a {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
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