diff options
| author | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 15:04:55 +0000 |
|---|---|---|
| committer | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 15:04:55 +0000 |
| commit | bc5599a1608e645ec29f7b67ce5692debbda6593 (patch) | |
| tree | 5b4e72dd558c0f66b3145799e1a8667758eb37e8 | |
| parent | f5d76e2b23e225c561bf16f2efd83d3705e2fb80 (diff) | |
Senders of deleted messages were not being properly greyed out when that message was selected
git-svn-id: https://svn.roundcube.net/trunk@248 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index a8863c0ad..5b4ee3aea 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -469,6 +469,11 @@ body.messagelist color: #FFFFFF; } +#messagelist tr.deleted td a.rcmContactAddress +{ + color: #CCCCCC; +} + #messagelist tr.deleted td, #messagelist tr.deleted td a { |
