Fix download options menu (added by zipdownload plugin) in classic skin (#1490228)

pull/264/head
Aleksander Machniak 10 years ago
parent 786aa0725e
commit f5b7c2e0a3

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix download options menu (added by zipdownload plugin) in classic skin (#1490228)
- Fix blocked.gif image usage with assets_dir set
- Fix bug where max_group_members was ignored when adding a new contact (#1490214)
- Hide MDN and DSN options in compose if disabled by admin (#1490221)

@ -156,6 +156,11 @@ img
color: #999999;
}
.voice
{
display: none;
}
/* fixes vertical alignment of checkboxes and labels */
label input,
label span

Loading…
Cancel
Save