update for trunk changes between 2008-02-07 and today
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index 8da29166c26603996481510d43cf72f315346730..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");
@@ -71,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