diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-30 10:14:19 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-30 10:14:19 +0000 |
| commit | fc06ae2ca0c2e07d14aaabd0404536d16a8a25dc (patch) | |
| tree | de76315e0c6991eaa49fc9e6daf55ed37696b702 /roundcubemail/skins | |
| parent | 60c7a304639f68efb770946e12df9aa12a3ab01b (diff) | |
Alter links in HTML messages; highlight droptargets
git-svn-id: https://svn.roundcube.net/trunk@284 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 86d6e1e79..72a782bc2 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -276,6 +276,10 @@ font-weight: bold; } +#mailboxlist li.droptarget +{ + background-color: #FFFFA6; +} /* styles for nested folders */ #mailboxlist ul { |
