fix errors found by review of 2.30
[themes.git] / LCARStrek / mozapps / downloads / downloads.css
index ca188aa04b451d4e8c6377c0346b673c3628ca91..cd7aec64c0edb79ac46f8a7ba5f13f9da1220093 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 #9C9CFF;
 }
 
-richlistitem[type="download"][selected="true"] {
-  background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
-}
-
 richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
   background-color: #3F2700;
 }
@@ -109,10 +106,6 @@ richlistitem[type="download"] .dateTime {
   min-width: 32px;
 }
 
-#searchbox[empty] {
-  color: #6000CF;
-}
-
 #clearListButton {
   min-height: 0;
   min-width: 0;