some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / downloads / contentAreaDownloadsView.css
CommitLineData
5968ec68
RK
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
d74db938 5@import url("chrome://global/skin/in-content/common.css");
5968ec68
RK
6
7#contentAreaDownloadsView {
8 margin: 0;
9 padding: 0;
10}
11
12.downloadButton {
13 box-shadow: none;
14}
15
e0f773b9 16#downloadsRichListBox:empty {
d74db938 17 border-color: transparent;
e0f773b9 18 background-color: transparent;
d74db938
RK
19}
20
21.downloadButton:not([disabled="true"]):hover,
5968ec68
RK
22.downloadButton:not([disabled="true"]):hover:active,
23.downloadButton:not([disabled]):hover:active {
24 background: transparent;
25 border: none;
26 box-shadow: none;
27}
28
d74db938
RK
29.downloadButton > .button-box {
30 padding-bottom: 0;
31}
32
5968ec68
RK
33#downloadsListEmptyDescription {
34 margin: 1em;
35 text-align: center;
36 color: #8050B0;
37}