first part of syncing both themes with toolkit windows theme changes in Mozilla 53...
[themes.git] / LCARStrek / mozapps / downloads / downloads.css
index ca188aa04b451d4e8c6377c0346b673c3628ca91..d3e04acc3e6bfa670fd5481d2a378cf5c2b4e441 100644 (file)
 
 /* Download View Items */
 richlistitem[type="download"] {
 
 /* Download View Items */
 richlistitem[type="download"] {
-  padding: 4px 8px 4px 4px;
+  padding: 4px;
+  padding-inline-end: 8px;
   min-height: 46px;
   border-bottom: 1px solid #9C9CFF;
 }
 
   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;
 }
 richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
   background-color: #3F2700;
 }
@@ -109,10 +106,6 @@ richlistitem[type="download"] .dateTime {
   min-width: 32px;
 }
 
   min-width: 32px;
 }
 
-#searchbox[empty] {
-  color: #6000CF;
-}
-
 #clearListButton {
   min-height: 0;
   min-width: 0;
 #clearListButton {
   min-height: 0;
   min-width: 0;