Bug 826999 - Add @2x icons for the Downloads Panel notifications. r=shorlander.

This commit is contained in:
Mike Conley 2013-01-10 16:18:47 -05:00
parent 55949198c6
commit 5c3b66949d
4 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -354,6 +354,12 @@ richlistitem[type="download"]:hover > stack > .downloadButton.downloadRetry:acti
animation-duration: 1s;
}
@media (min-resolution: 2dppx) {
#downloads-indicator[notification="start"] > #downloads-indicator-anchor > #downloads-indicator-notification {
background-image: url("chrome://browser/skin/downloads/download-notification-start@2x.png");
}
}
#downloads-indicator[notification="start"]:-moz-locale-dir(rtl) > #downloads-indicator-anchor > #downloads-indicator-notification {
animation-name: downloadsIndicatorNotificationStartLeft;
}
@ -370,6 +376,12 @@ richlistitem[type="download"]:hover > stack > .downloadButton.downloadRetry:acti
animation-duration: 1s;
}
@media (min-resolution: 2dppx) {
#downloads-indicator[notification="finish"] > #downloads-indicator-anchor > #downloads-indicator-notification {
background-image: url("chrome://browser/skin/downloads/download-notification-finish@2x.png");
}
}
/*** Progress bar and text ***/
#downloads-indicator-counter {

View File

@ -76,7 +76,9 @@ browser.jar:
skin/classic/browser/downloads/download-glow.png (downloads/download-glow.png)
skin/classic/browser/downloads/download-glow@2x.png (downloads/download-glow@2x.png)
skin/classic/browser/downloads/download-notification-finish.png (downloads/download-notification-finish.png)
skin/classic/browser/downloads/download-notification-finish@2x.png (downloads/download-notification-finish@2x.png)
skin/classic/browser/downloads/download-notification-start.png (downloads/download-notification-start.png)
skin/classic/browser/downloads/download-notification-start@2x.png (downloads/download-notification-start@2x.png)
skin/classic/browser/downloads/download-summary.png (downloads/download-summary.png)
skin/classic/browser/downloads/downloads.css (downloads/downloads.css)
skin/classic/browser/downloads/allDownloadsViewOverlay.css (downloads/allDownloadsViewOverlay.css)