second part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / browser / downloads / downloads.css
index 26e7ce4e7cf7ea74f4eb87b8f6ccf9ec3531dced..c27b724ade1c48bb1d945872770370050db3c952 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,11 +171,18 @@ richlistitem[type="download"]:first-child {
   cursor: pointer;
 }
 
+#downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover:active {
+}
+
 /*** Button icons ***/
 
+.downloadButton.downloadConfirmBlock,
 .downloadButton.downloadCancel {
   -moz-image-region: rect(0px, 16px, 16px, 0px);
 }
+richlistitem[type="download"]:hover > stack > .downloadButton.downloadConfirmBlock,
+richlistitem[type="download"]:hover > stack > .downloadButton.downloadConfirmBlock:hover,
+richlistitem[type="download"]:hover > stack > .downloadButton.downloadConfirmBlock:active,
 richlistitem[type="download"]:hover > stack > .downloadButton.downloadCancel,
 richlistitem[type="download"]:hover > stack > .downloadButton.downloadCancel:hover,
 richlistitem[type="download"]:hover > stack > .downloadButton.downloadCancel:active {