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

Commit

Permalink
Bug 1156701 - Update download icons to be dark against white bg
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehenrty authored and rvandermeulen committed May 12, 2015
1 parent 51d6272 commit 58ddfb4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions apps/settings/style/downloads.css
Expand Up @@ -204,20 +204,19 @@
/* Action in the element. */

#downloadList aside.pack-end {
width: 3rem;
height: 3rem;
padding: 1.4rem;
margin: 0;
width: 2.6rem;
height: 2.3rem;
padding: 0;
margin: 1.2rem;
pointer-events: all;
right: 0;
}

#downloadList ul > li[data-state="downloading"] .pack-end {
width: 3rem;
height: 3rem;
background: url('images/download_close.png');
background-image: url('images/download_close.png');
background-repeat: no-repeat;
background-position: center;
background-position: left center;
background-size: 2.2rem;
}

#downloadList ul > li[data-state="succeeded"] .pack-end {
Expand All @@ -226,11 +225,10 @@

#downloadList ul > li[data-state="stopped"] .pack-end,
#downloadList ul > li[data-state="failed"] .pack-end {
width: 3rem;
height: 3rem;
background: url('images/download_refresh.png');
background-image: url('images/download_refresh.png');
background-repeat: no-repeat;
background-position: center;
background-position: left center;
background-size: 2.5rem 2.2rem;
}

/* RTL rules */
Expand Down
Binary file modified apps/settings/style/images/download_close.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/settings/style/images/download_close@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/settings/style/images/download_close@2.25x.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/settings/style/images/download_close@2x.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/settings/style/images/download_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/settings/style/images/download_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/settings/style/images/download_refresh@2.25x.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/settings/style/images/download_refresh@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58ddfb4

Please sign in to comment.