diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-10 11:16:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-10 11:16:32 +0000 |
| commit | ae1e4313e2e028c5df05bfe947a07fc36dcb1474 (patch) | |
| tree | 8a1c32d58b6aca87e72b9b9652e19a6673159d9b /roundcubemail/skins/default/mail.css | |
| parent | 5752738463196e94d7ca57a7039edf44af439262 (diff) | |
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
git-svn-id: https://svn.roundcube.net/trunk@5409 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 9bc46d08a..3ea4fec6c 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -1197,21 +1197,20 @@ div.message-htmlpart div.rcmBody margin: 8px; } -#remote-objects-message +#message-objects div { - display: none; margin: 8px; min-height: 20px; padding: 10px 10px 6px 46px; } -#remote-objects-message a +#message-objects div a { color: #666666; padding-left: 10px; } -#remote-objects-message a:hover +#message-objects div a:hover { color: #333333; } |
