diff --git a/README.md b/README.md index 7eb74e0f3..b52404702 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- +

SnappyMail

diff --git a/assets/android-icon.png b/assets/android-icon.png index c65d41f02..c48a69c09 100644 Binary files a/assets/android-icon.png and b/assets/android-icon.png differ diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png index ce1dd1a88..78ab30b38 100644 Binary files a/assets/apple-touch-icon.png and b/assets/apple-touch-icon.png differ diff --git a/assets/css/default-skin.png b/assets/css/default-skin.png deleted file mode 100644 index d74959689..000000000 Binary files a/assets/css/default-skin.png and /dev/null differ diff --git a/assets/css/default-skin.svg b/assets/css/default-skin.svg deleted file mode 100644 index 61f52f102..000000000 --- a/assets/css/default-skin.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - default-skin 2 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/css/images/editor.png b/assets/css/images/editor.png deleted file mode 100644 index 54c66a109..000000000 Binary files a/assets/css/images/editor.png and /dev/null differ diff --git a/assets/css/images/grey.png b/assets/css/images/grey.png deleted file mode 100644 index 0d0a76471..000000000 Binary files a/assets/css/images/grey.png and /dev/null differ diff --git a/assets/css/images/icom-message-notification.png b/assets/css/images/icom-message-notification.png deleted file mode 100644 index ce1dd1a88..000000000 Binary files a/assets/css/images/icom-message-notification.png and /dev/null differ diff --git a/assets/css/images/icon-message-notification.png b/assets/css/images/icon-message-notification.png new file mode 100644 index 000000000..78ab30b38 Binary files /dev/null and b/assets/css/images/icon-message-notification.png differ diff --git a/assets/css/images/loading.gif b/assets/css/images/loading.gif deleted file mode 100644 index 7cdc671db..000000000 Binary files a/assets/css/images/loading.gif and /dev/null differ diff --git a/assets/css/images/rainloop-logo.png b/assets/css/images/rainloop-logo.png deleted file mode 100644 index 1cb320c2e..000000000 Binary files a/assets/css/images/rainloop-logo.png and /dev/null differ diff --git a/assets/css/images/snappymail-logo.png b/assets/css/images/snappymail-logo.png new file mode 100644 index 000000000..8f91fb66d Binary files /dev/null and b/assets/css/images/snappymail-logo.png differ diff --git a/assets/css/images/sync.gif b/assets/css/images/sync.gif deleted file mode 100644 index 2ab3b190d..000000000 Binary files a/assets/css/images/sync.gif and /dev/null differ diff --git a/assets/css/images/sync.png b/assets/css/images/sync.png deleted file mode 100644 index 0caeb92a3..000000000 Binary files a/assets/css/images/sync.png and /dev/null differ diff --git a/assets/css/images/white.png b/assets/css/images/white.png deleted file mode 100644 index 7d7452b9f..000000000 Binary files a/assets/css/images/white.png and /dev/null differ diff --git a/assets/css/img/loading.gif b/assets/css/img/loading.gif deleted file mode 100644 index 7cdc671db..000000000 Binary files a/assets/css/img/loading.gif and /dev/null differ diff --git a/assets/css/loading.gif b/assets/css/loading.gif deleted file mode 100644 index 7cdc671db..000000000 Binary files a/assets/css/loading.gif and /dev/null differ diff --git a/assets/css/preloader.gif b/assets/css/preloader.gif deleted file mode 100644 index 7cdc671db..000000000 Binary files a/assets/css/preloader.gif and /dev/null differ diff --git a/assets/favicon.ico b/assets/favicon.ico index 98e1e8698..972e07cfe 100644 Binary files a/assets/favicon.ico and b/assets/favicon.ico differ diff --git a/assets/favicon.png b/assets/favicon.png index ce1dd1a88..78ab30b38 100644 Binary files a/assets/favicon.png and b/assets/favicon.png differ diff --git a/dev/Common/Links.js b/dev/Common/Links.js index 669f63c34..3b6ec9ed2 100644 --- a/dev/Common/Links.js +++ b/dev/Common/Links.js @@ -260,7 +260,7 @@ export function sound(fileName) { * @returns {string} */ export function notificationMailIcon() { - return staticPrefix('css/images/icom-message-notification.png'); + return staticPrefix('css/images/icon-message-notification.png'); } /** diff --git a/dev/Styles/AdminAbout.less b/dev/Styles/AdminAbout.less index 650476e12..c9440afc4 100644 --- a/dev/Styles/AdminAbout.less +++ b/dev/Styles/AdminAbout.less @@ -6,7 +6,7 @@ height: 250px; margin-top: -10px; margin-bottom: -10px; - background-image: url("images/rainloop-logo.png"); + background-image: url("images/snappymail-logo.png"); } .rl-desc { margin-top: 20px; diff --git a/dev/Styles/_Values.less b/dev/Styles/_Values.less index d8c324f8f..d1c7e48c2 100644 --- a/dev/Styles/_Values.less +++ b/dev/Styles/_Values.less @@ -1,8 +1,4 @@ -@rlSyncFile: "images/sync.gif"; -@rlSyncFileStop: "images/sync.png"; -@rlEditorSprite: "images/editor.png"; - @rlLeftWidth: 200px; @rlInputBorderSize: 1px; @rlMainBorderSize: 1px; @@ -17,12 +13,6 @@ @rlBottomMargin: 5px; @rlMainDarkColor: #aaa; -@rlMessageDelimiterColor: #999; // bootstart @btnBorderRadius: 3px; - -@tooltipColor: #eee; -@tooltipBackground: #333; -@tooltipArrowWidth: 5px; -@tooltipArrowColor: #333;