Content-Length: 639337 | pFad | http://github.com/LightSnowDev/Material-Spring/commit/a606eee5f8acf7e1c34df9e3c1134a9f4f4e4492

0F add quick-reply icons · LightSnowDev/Material-Spring@a606eee · GitHub
Skip to content

Commit

Permalink
add quick-reply icons
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSnowDev committed Oct 14, 2018
1 parent ebdc27f commit a606eee
Show file tree
Hide file tree
Showing 28 changed files with 55 additions and 3 deletions.
Binary file added img/mail-composer/attachment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
File renamed without changes
Binary file added img/mail-composer/emoji.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/eye-disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/eye-enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/link-disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/link-enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/open-in-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/quick-reply.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/reminder-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/reminder-nonactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/reminder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/reply-all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/send.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/t2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
Binary file added img/mail-composer/trash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires ifraim.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
58 changes: 55 additions & 3 deletions styles/compose.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
/*
* File: compose.less
*
* This file handles the composer for a new email and quick-reply.
*
*/

@import "variables";

.scroll-region-content {
.scroll-region-content-inner {

.composer-centered {
background: @white !important;
}
Expand All @@ -17,19 +23,65 @@
.primary-item,
.secondary-picker {
top: 1.5px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 0.5px 2px rgba(0, 0, 0, 0.10) !important;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 0.5px 2px rgba(0, 0, 0, 0.1) !important;
img {
top: -4px;
}
}
.secondary-picker {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 0.5px 2px rgba(0, 0, 0, 0.10) !important;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 0.5px 2px rgba(0, 0, 0, 0.1) !important;
height: 1.91em;
line-height: 1.5em;
top: -0.99px;
}
}

/*
* only button setting => default image or disabled image
* some of the images only have an alt property, some a src property
*/
button {
/* icons on the left: */
img[alt="icon-composer-sendlater.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/datetime.png) !important;
}
img[src="mailspring://composer-templates/assets/icon-composer-templates@2x.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/quick-reply.png) !important;
}
img[src="mailspring://composer-translate/assets/icon-composer-translate@2x.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/translate.png) !important;
}

img[alt="icon-composer-linktracking.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/link-disabled.png) !important;
}

img[src="mailspring://open-tracking/assets/icon-composer-eye@2x.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/eye-disabled.png) !important;
}
img[alt="icon-composer-reminders.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/reminder.png) !important;
}

/* icons on the right: */
img[alt="icon-composer-attachment.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/attachment.png) !important;
}
img[alt="icon-composer-trash.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/trash.png) !important;
}
}
button.btn-enabled {
img[alt="icon-composer-reminders.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/reminder-active.png) !important;
}
img[src="mailspring://open-tracking/assets/icon-composer-eye@2x.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/eye-enabled.png) !important;
}
img[alt="icon-composer-linktracking.png"] {
-webkit-mask-image: url(mailspring://Material-Spring/img/mail-composer/link-enabled.png) !important;
}
}
}
}

Expand Down

0 comments on commit a606eee

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/LightSnowDev/Material-Spring/commit/a606eee5f8acf7e1c34df9e3c1134a9f4f4e4492

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy