first part of syncing both themes with toolkit windows theme changes in Mozilla 53...
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index 87035c384dca09f492f42ba8295147ec70531914..45c4ef50ecb7ac850eb0e1bfafb7d987ae72b20c 100644 (file)
 
 /* Download View Items */
 richlistitem[type="download"] {
-  padding: 4px 8px 4px 4px;
+  padding: 4px;
+  padding-inline-end: 8px;
   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"]) {
+richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
   background-color: #9999CC;
 }
 
@@ -109,12 +106,8 @@ richlistitem[type="download"] .dateTime {
   min-width: 32px;
 }
 
-#searchbox[empty] {
-  color: #808080;
-}
-
 #clearListButton {
   min-height: 0;
   min-width: 0;
   margin-top: 3px;
-}
\ No newline at end of file
+}