diff options
| author | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 14:40:41 +0000 |
|---|---|---|
| committer | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 14:40:41 +0000 |
| commit | 949d957ffc1fa9a1d0bee80d165a170b5caf8ef0 (patch) | |
| tree | a6a8b1d087c186c403d918a3c0c6bcfb292af326 | |
| parent | 6eb894a7d3bce3aab67062fda5c76eaca0859ae9 (diff) | |
Added unfocused class for when the message list does not have the focus
git-svn-id: https://svn.roundcube.net/trunk@245 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 6d1d221ee..a8863c0ad 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -452,11 +452,23 @@ body.messagelist border-top: thin dotted; } +#messagelist tr.unfocused td +{ + font-weight: bold; + color: #FFFFFF; + background-color: #929292; +} + #messagelist tr.selected td a.rcmContactAddress { color: #FFFFFF; } +#messagelist tr.unfocused td a.rcmContactAddress +{ + color: #FFFFFF; +} + #messagelist tr.deleted td, #messagelist tr.deleted td a { |
