summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--skins/classic/images/abook_toolbar.pngbin15594 -> 4881 bytes
-rw-r--r--skins/classic/images/mail_toolbar.pngbin42883 -> 13340 bytes
-rw-r--r--skins/classic/images/messageicons.pngbin3673 -> 2581 bytes
-rw-r--r--skins/classic/images/roundcube_logo.pngbin6333 -> 3789 bytes
-rw-r--r--skins/classic/images/taskicons.pngbin1519 -> 1380 bytes
-rw-r--r--skins/classic/mail.css4
7 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b05518b0c..878a4d29a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,8 @@ CHANGELOG Roundcube Webmail
- Fix import of contacts with multiple email addresses from Google-csv format (#1490178)
- Fix bugs where CSRF attacks were still possible on some requests
- Fix some rcube_utils::anytodatetime() corner cases with timezone mismatches (#1490163)
+- Improve move-to and contact-export button in classic skin (#1490166)
+- Fix wrong icon for download button in classic skin
RELEASE 1.1-beta
----------------
diff --git a/skins/classic/images/abook_toolbar.png b/skins/classic/images/abook_toolbar.png
index 33cd16d25..7bb324fb6 100644
--- a/skins/classic/images/abook_toolbar.png
+++ b/skins/classic/images/abook_toolbar.png
Binary files differ
diff --git a/skins/classic/images/mail_toolbar.png b/skins/classic/images/mail_toolbar.png
index 357357795..a55039599 100644
--- a/skins/classic/images/mail_toolbar.png
+++ b/skins/classic/images/mail_toolbar.png
Binary files differ
diff --git a/skins/classic/images/messageicons.png b/skins/classic/images/messageicons.png
index 8a3226338..35893790d 100644
--- a/skins/classic/images/messageicons.png
+++ b/skins/classic/images/messageicons.png
Binary files differ
diff --git a/skins/classic/images/roundcube_logo.png b/skins/classic/images/roundcube_logo.png
index 3df25adc6..fa2ed0a67 100644
--- a/skins/classic/images/roundcube_logo.png
+++ b/skins/classic/images/roundcube_logo.png
Binary files differ
diff --git a/skins/classic/images/taskicons.png b/skins/classic/images/taskicons.png
index f097ecfbc..c78dfde0f 100644
--- a/skins/classic/images/taskicons.png
+++ b/skins/classic/images/taskicons.png
Binary files differ
diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index b10e9952f..060503b91 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -173,11 +173,11 @@
}
#messagetoolbar a.download {
- background-position: -480px 0;
+ background-position: -514px 0;
}
#messagetoolbar a.downloadSel {
- background-position: -480px -32px;
+ background-position: -514px -32px;
}
#messagetoolbar a.responses {