Commit | Line | Data |
---|---|---|
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 | ||
5 | @import url("chrome://global/skin/inContentUI.css"); | |
6 | ||
7 | #contentAreaDownloadsView { | |
8 | margin: 0; | |
9 | padding: 0; | |
10 | } | |
11 | ||
12 | .downloadButton { | |
13 | box-shadow: none; | |
14 | } | |
15 | ||
16 | .downloadButton:not([disabled="true"]):hover:active, | |
17 | .downloadButton:not([disabled]):hover:active { | |
18 | background: transparent; | |
19 | border: none; | |
20 | box-shadow: none; | |
21 | } | |
22 | ||
23 | #downloadsListEmptyDescription { | |
24 | margin: 1em; | |
25 | text-align: center; | |
26 | color: #8050B0; | |
27 | } |