EarlyBlue: remove obsoleted icons from extensions, update to new CSS for the new...
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index dfa008122d4b597faa7643b73cfd07fe3135ba26..898785dc4c93aca67ddf63ca001c67aea9e708f6 100644 (file)
 
 /* Download View Items */
 richlistitem[type="download"] {
-  padding: 4px 8px 4px 4px;
+  padding: 4px;
+  -moz-padding-end: 8px;
   min-height: 46px;
+  border-bottom: 1px solid #9999CC;
 }
 
-richlistitem[type="download"] .name {
-  font-size: larger;
+richlistitem[type="download"][selected="true"] {
+  background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
 }
 
-#information {
-  -moz-appearance: none;
-  background-color: white;
-  width: 300px;
-  max-width: 300px;
+richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
+  background-color: #9999CC;
 }
 
-#information > button .button-text {
-  -moz-box-flex: 1;
-  text-align: left;
-  -moz-padding-start: 2px;
+richlistitem[type="download"] .name {
+  font-size: larger;
+}
+
+richlistitem[type="download"] .dateTime {
+  font-size: smaller;
 }
 
 .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;
@@ -50,28 +51,54 @@ richlistitem[type="download"] .name {
 .cancel {
   -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
-.info {
-  -moz-image-region: rect(0px, 16px, 16px, 0px);
-}
-.open {
+.cancel:hover {
   -moz-image-region: rect(16px, 32px, 32px, 16px);
 }
-.pause {
+.cancel:active {
   -moz-image-region: rect(32px, 32px, 48px, 16px);
 }
-.resume {
-  -moz-image-region: rect(16px, 48px, 32px, 32px);
+.cancel[disabled="true"] {
+  -moz-image-region: rect(48px, 32px, 64px, 16px);
 }
-.retry {
+
+.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(48px, 48px, 64px, 32px);
+}
 
-#information-uri {
+.resume {
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+.resume:hover {
   -moz-image-region: rect(16px, 16px, 32px, 0px);
 }
-#information-location {
+.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/alert-error.gif");
@@ -83,13 +110,12 @@ richlistitem[type="download"] .name {
   min-width: 32px;
 }
 
-.title-line {
-  height: 1px;
-  background-color: #9999CC;
-  -moz-margin-end: 15px;
-  -moz-margin-start: 5px;
-}
-
 #searchbox[empty] {
   color: #808080;
 }
+
+#clearListButton {
+  min-height: 0;
+  min-width: 0;
+  margin-top: 3px;
+}