Bug 391928 - Feedback required when hovering over DM UI elements. r=sdwilsh, a1.9=beltzner

This commit is contained in:
edward.lee@engineering.uiuc.edu 2008-05-06 16:24:14 -07:00
parent db98c2faeb
commit 30436d4887
4 changed files with 35 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -31,7 +31,7 @@ richlistitem[type="download"] .dateTime {
.mini-button {
-moz-appearance: none;
list-style-image: url(chrome://mozapps/skin/downloads/buttons.png);
list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png);
background-color: transparent;
border: none;
padding: 0;
@ -47,18 +47,51 @@ richlistitem[type="download"] .dateTime {
.cancel {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
.cancel:hover {
-moz-image-region: rect(16px, 32px, 32px, 16px);
}
.cancel:active {
-moz-image-region: rect(32px, 32px, 48px, 16px);
}
.cancel[disabled="true"] {
-moz-image-region: rect(48px, 32px, 64px, 16px);
}
.pause {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
.pause:hover {
-moz-image-region: rect(16px, 48px, 32px, 32px);
}
.pause:active {
-moz-image-region: rect(32px, 48px, 48px, 32px);
}
.pause[disabled="true"] {
-moz-image-region: rect(16px, 48px, 16px, 32px);
-moz-image-region: rect(48px, 48px, 64px, 32px);
}
.resume {
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
.resume:hover {
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
.resume:active {
-moz-image-region: rect(32px, 16px, 48px, 0px);
}
.resume[disabled="true"] {
-moz-image-region: rect(48px, 16px, 64px, 0px);
}
.retry {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
.retry:hover {
-moz-image-region: rect(16px, 64px, 32px, 48px);
}
.retry:active {
-moz-image-region: rect(32px, 64px, 48px, 48px);
}
.retry[disabled="true"] {
-moz-image-region: rect(48px, 64px, 64px, 48px);
}
.blockedIcon {
list-style-image: url(chrome://global/skin/icons/Error.png);

View File

@ -3,7 +3,6 @@ classic.jar:
% skin mozapps classic/1.0 %skin/classic/mozapps/ os!=WINNT
# NOTE: If you add a new file here, you'll need to add it to the aero
# section at the bottom of this file
skin/classic/mozapps/downloads/buttons.png (downloads/buttons.png)
skin/classic/mozapps/downloads/downloadButtons.png (downloads/downloadButtons.png)
skin/classic/mozapps/downloads/downloadIcon.png (downloads/downloadIcon.png)
skin/classic/mozapps/downloads/downloads.css (downloads/downloads.css)
@ -49,7 +48,6 @@ classic.jar:
#ifdef XP_WIN
classic.jar:
% skin mozapps classic/1.0 %skin/classic/aero/mozapps/ os=WINNT osversion>=6
skin/classic/aero/mozapps/downloads/buttons.png (downloads/buttons-aero.png)
skin/classic/aero/mozapps/downloads/downloadButtons.png (downloads/downloadButtons-aero.png)
skin/classic/aero/mozapps/downloads/downloadIcon.png (downloads/downloadIcon-aero.png)
skin/classic/aero/mozapps/downloads/downloads.css (downloads/downloads.css)