Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13981 from pivanov/bug-939209
Browse files Browse the repository at this point in the history
Bug 939209 - [Action Icons - Email] Remove shadows from action icons
  • Loading branch information
Pavel Ivanov committed Nov 26, 2013
2 parents bb8d985 + c16810e commit c0a272e
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/email/style/compose_cards.css
Expand Up @@ -145,7 +145,7 @@ input.cmp-subject-text {
border-bottom: 0.1rem solid lightgray !important;
}
.cmp-attachment-icon {
background: url("images/icons/message-list-attachment.png") no-repeat scroll center / 2rem auto transparent;
background: url("images/icons/message-list-attachment.png") no-repeat scroll center / 3rem auto transparent;
display: inline-block;
width: 2rem;
height: 3.5rem;
Expand Down
Binary file modified apps/email/style/images/icons/actionicon_attachments.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/actionicon_attachments@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/delete.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/delete@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/download.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/download@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/edit-mode.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/edit-mode@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/forward.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/forward@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/mark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/mark@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/message-list-attachment.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/message-list-attachment@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/message-list-star.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/message-list-star@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/move.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/move@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/refresh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/refresh@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/search@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/settings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/settings@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/star.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/email/style/images/icons/star@1.5x.png 100755 → 100644
6 changes: 3 additions & 3 deletions apps/email/style/message_cards.css
Expand Up @@ -170,7 +170,7 @@ input.msg-search-text-tease {
font-size: 150%;
}
.msg-header-star-starred {
background: url("images/icons/message-list-star.png") no-repeat center / 2rem;
background: url("images/icons/message-list-star.png") no-repeat center / 3rem;
position: absolute;
right: -2rem;
width: 2rem;
Expand All @@ -181,7 +181,7 @@ input.msg-search-text-tease {
display: block;
}
.msg-header-attachments-yes {
background: url("images/icons/message-list-attachment.png") no-repeat center / 2rem;
background: url("images/icons/message-list-attachment.png") no-repeat center / 3rem;
position: absolute;
right: -2rem;
width: 2rem;
Expand Down Expand Up @@ -278,7 +278,7 @@ input.msg-search-text-tease {
display: inline-block;
}
.msg-attachment-icon {
background: url("images/icons/message-list-attachment.png") no-repeat center / 2rem;
background: url("images/icons/message-list-attachment.png") no-repeat center / 3rem;
display: inline-block;
width: 2rem;
height: 2rem;
Expand Down

0 comments on commit c0a272e

Please sign in to comment.