third part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / downloads / contentAreaDownloadsView.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 @import url("chrome://global/skin/in-content/common.css");
6
7 #contentAreaDownloadsView {
8   margin: 0;
9   padding: 0;
10 }
11
12 .downloadButton {
13   box-shadow: none;
14 }
15
16 #downloadsRichListBox:not(:-moz-focusring) {
17   border-color: transparent;
18 }
19
20 .downloadButton:not([disabled="true"]):hover,
21 .downloadButton:not([disabled="true"]):hover:active,
22 .downloadButton:not([disabled]):hover:active {
23   background: transparent;
24   border: none;
25   box-shadow: none;
26 }
27
28 .downloadButton > .button-box {
29   padding-bottom: 0;
30 }
31
32 #downloadsListEmptyDescription {
33   margin: 1em;
34   text-align: center;
35   color: #8050B0;
36 }