first part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
index daca4f817386209a326a2369b47f1ff41f3b3811..45c4ef50ecb7ac850eb0e1bfafb7d987ae72b20c 100644 (file)
 /* Download View Items */
 richlistitem[type="download"] {
   padding: 4px;
 /* Download View Items */
 richlistitem[type="download"] {
   padding: 4px;
-  -moz-padding-end: 8px;
+  padding-inline-end: 8px;
   min-height: 46px;
   border-bottom: 1px solid #9999CC;
 }
 
   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"]:not([selected="true"]):nth-child(odd) {
   background-color: #9999CC;
 }
 richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
   background-color: #9999CC;
 }