diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-10 17:37:31 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-10 17:37:31 +0000 |
| commit | dfe069c0fdc1a91ec67a820a644b33b37133d1d9 (patch) | |
| tree | a80723b26f63a64baa2859f416d2e1349c19be1e /roundcubemail/skins | |
| parent | 2a9d6c75005951b3e979e33e0ecf34d9c8b1e51f (diff) | |
Reflect threads expand status in css classes
git-svn-id: https://svn.roundcube.net/trunk@5749 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins')
| -rw-r--r-- | roundcubemail/skins/larry/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css index 3f2d8fe4a..c07d5e76e 100644 --- a/roundcubemail/skins/larry/mail.css +++ b/roundcubemail/skins/larry/mail.css @@ -354,6 +354,10 @@ a.iconbutton.threadmode.selected { /* background-color: #fff; */ } +#messagelist tr.thread.expanded td { + background-color: #ededed; +} + #messagelist tr.unread { font-weight: bold; /* background-color: #fff; */ |
