EarlyBlue 2.0a1 -> 2.0a2 work, mozapps part
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index 87035c384dca09f492f42ba8295147ec70531914..486736e2b1eec63405141759d4010c25bd323ab5 100644 (file)
@@ -20,7 +20,7 @@ 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;
 }
 
@@ -117,4 +117,4 @@ richlistitem[type="download"] .dateTime {
   min-height: 0;
   min-width: 0;
   margin-top: 3px;
-}
\ No newline at end of file
+}