diff options
author | svncommit <devs@roundcube.net> | 2006-04-25 17:31:43 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-04-25 17:31:43 +0000 |
commit | 88f9e2f1568b0e8fe87139706b0a6528bc6c5bad (patch) | |
tree | bdcf444144029b60c8f0d862ff3964aa8a19c980 /skins | |
parent | e8adc707c24b76d947e23be9546d0078dd83adf1 (diff) |
new style for messages with the focus without being selected
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 17732ee21..3188e6574 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -446,6 +446,12 @@ body.messagelist background-color: #CC3333; } +#messagelist tr.focused td +{ + border-bottom: thin dotted; + border-top: thin dotted; +} + #messagelist tr.selected td a.rcmContactAddress { color: #FFFFFF; |