diff options
author | svncommit <devs@roundcube.net> | 2006-05-25 14:40:41 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-05-25 14:40:41 +0000 |
commit | cd121ca6ca24d5357b7a5a3cde89b5c7d3785258 (patch) | |
tree | 53b7f7c3109e4231b109e0c522cd301941d1b0a6 | |
parent | 717169353e7da3aad7948c7ef1e66542b2bfa8d0 (diff) |
Added unfocused class for when the message list does not have the focus
-rw-r--r-- | skins/default/mail.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 6d1d221ee..a8863c0ad 100644 --- a/skins/default/mail.css +++ b/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 { |