| 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:empty { |
| 17 | border-color: transparent; |
| 18 | background-color: transparent; |
| 19 | } |
| 20 | |
| 21 | .downloadButton:not([disabled="true"]):hover, |
| 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 | |
| 29 | .downloadButton > .button-box { |
| 30 | padding-bottom: 0; |
| 31 | } |
| 32 | |
| 33 | #downloadsListEmptyDescription { |
| 34 | margin: 1em; |
| 35 | text-align: center; |
| 36 | color: #8050B0; |
| 37 | } |