diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-01-13 09:48:14 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-01-13 09:48:14 +0100 |
commit | f5b7c2e0a3294786c1a46e93c7d18ee07f8bc9b9 (patch) | |
tree | c8b481d5390d78c761d940dd2f8878cf49415bfa | |
parent | 786aa0725e28976bed5037814e01c44c90a551f5 (diff) |
Fix download options menu (added by zipdownload plugin) in classic skin (#1490228)
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | skins/classic/common.css | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -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) diff --git a/skins/classic/common.css b/skins/classic/common.css index 0a8edd5c7..4d54f4992 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -156,6 +156,11 @@ img color: #999999; } +.voice +{ + display: none; +} + /* fixes vertical alignment of checkboxes and labels */ label input, label span |