contentAreaDownloadsView.css (706B)
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 padding: 18px; 9 } 10 11 #downloadsListBox:empty { 12 border-color: transparent; 13 background-color: transparent; 14 } 15 16 .downloadButton:not([disabled]):hover, 17 .downloadButton:not([disabled]):hover:active { 18 background: transparent; 19 border: none; 20 } 21 22 #downloadsListEmptyDescription { 23 margin: 1em; 24 text-align: center; 25 color: var(--text-color-deemphasized); 26 } 27 28 #aboutDownloadsTorWarning { 29 margin-block-end: 8px; 30 }