correct a few wrong pixels in this image
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index feab5f42c2c8ab932ea7a5a68b81589a4a9d8eab..3120b957e4ffd8329caaef6a289a65fa01669d88 100644 (file)
 richlistitem[type="download"] {
   padding: 4px 8px 4px 4px;
   min-height: 46px;
+  border-bottom: 1px solid #9999CC;
+}
+
+richlistitem[type="download"][selected="true"] {
+  background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
 }
 
 richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
@@ -27,6 +32,11 @@ richlistitem[type="download"] .dateTime {
   font-size: smaller;
 }
 
+richlistitem[type="download"]:not([selected="true"]) .dateTime,
+richlistitem[type="download"]:not([selected="true"]) .status {
+  color: #000000;
+}
+
 .mini-button {
   -moz-appearance: none;
   list-style-image: url("chrome://mozapps/skin/downloads/buttons.png");
@@ -46,13 +56,16 @@ richlistitem[type="download"] .dateTime {
   -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
 .pause {
-  -moz-image-region: rect(32px, 32px, 48px, 16px);
+  -moz-image-region: rect(0px, 48px, 16px, 32px);
+}
+.pause[disabled="true"] {
+  -moz-image-region: rect(16px, 48px, 16px, 32px);
 }
 .resume {
-  -moz-image-region: rect(16px, 48px, 32px, 32px);
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
 }
 .retry {
-  -moz-image-region: rect(0px, 48px, 16px, 32px);
+  -moz-image-region: rect(0px, 64px, 16px, 48px);
 }
 
 .blockedIcon {
@@ -68,3 +81,9 @@ richlistitem[type="download"] .dateTime {
 #searchbox[empty] {
   color: #808080;
 }
+
+#clearListButton {
+  min-height: 0;
+  min-width: 0;
+  margin-top: 3px;
+}
\ No newline at end of file