diff options
| author | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-25 17:31:43 +0000 |
|---|---|---|
| committer | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-25 17:31:43 +0000 |
| commit | 1cca41a0bbf1f320c78c81600024b57611c80124 (patch) | |
| tree | 462d25ac7b8a963059f6050599eb26785b878e14 | |
| parent | 7f6d75d2b66f24c85999148b9ee99a4e7548892d (diff) | |
new style for messages with the focus without being selected
git-svn-id: https://svn.roundcube.net/trunk@198 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 17732ee21..3188e6574 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
