second and last part of syncing LCARStrek with Firefox 40 windows theme changes
[themes.git] / LCARStrek / browser / downloads / contentAreaDownloadsView.css
index 68ae5f78888688a47be90a14bd9c12c381b89121..9e42a686732b8d39a977730fa7dec84e4e95800d 100644 (file)
@@ -2,7 +2,7 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-@import url("chrome://global/skin/inContentUI.css");
+@import url("chrome://global/skin/in-content/common.css");
 
 #contentAreaDownloadsView {
   margin: 0;
   box-shadow: none;
 }
 
+#downloadsRichListBox:not(:-moz-focusring) {
+  border-color: transparent;
+}
+
+.downloadButton:not([disabled="true"]):hover,
 .downloadButton:not([disabled="true"]):hover:active,
 .downloadButton:not([disabled]):hover:active {
   background: transparent;
   box-shadow: none;
 }
 
+.downloadButton > .button-box {
+  padding-bottom: 0;
+}
+
 #downloadsListEmptyDescription {
   margin: 1em;
   text-align: center;