fourth and final part of syncing LCARStrek with Firefox 31 windows theme changes
[themes.git] / LCARStrek / browser / downloads / downloads.css
index 26e7ce4e7cf7ea74f4eb87b8f6ccf9ec3531dced..e90d51e054f9802e6c3a8099370cc5f070998e12 100644 (file)
   display: none;
 }
 
+#downloadsPanel[hasdownloads] > #emptyDownloads {
+  display: none;
+}
+
+#emptyDownloads {
+  padding: 10px 20px;
+  max-width: 40ch;
+}
+
 #downloadsHistory {
   cursor: pointer;
   margin: 4px !important;
+  color: #3333FF;
 }
 
 #downloadsPanel[keyfocus] > #downloadsFooter > #downloadsHistory:focus {
   border: none;
 }
 
+#downloadsFooter {
+}
+
+#downloadsFooter:hover {
+}
+
+#downloadsFooter:hover:active {
+}
+
 /*** Downloads Summary and List items ***/
 
 #downloadsSummary,
@@ -152,6 +171,9 @@ richlistitem[type="download"]:first-child {
   cursor: pointer;
 }
 
+#downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover:active {
+}
+
 /*** Button icons ***/
 
 .downloadButton.downloadCancel {