|
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 file, |
|
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
4 |
|
5 %filter substitution |
|
6 %include defines.inc |
|
7 |
|
8 .list-item > a { |
|
9 color: inherit; |
|
10 text-decoration: none; |
|
11 } |
|
12 |
|
13 .list-item { |
|
14 height: 4.8em; |
|
15 font-size: 1em !important; |
|
16 } |
|
17 |
|
18 #private-downloads-list .list-item { |
|
19 background-image: none; |
|
20 background-color: #080a0b; |
|
21 color: #ddd; |
|
22 } |
|
23 |
|
24 div.details { |
|
25 background-color: #eef2f5; |
|
26 } |
|
27 |
|
28 #private-downloads-list div.details { |
|
29 background-image: none; |
|
30 background-color: #393e43; |
|
31 } |
|
32 |
|
33 li:active div.details, |
|
34 #private-downloads-list li:active div.details { |
|
35 background-image: none; |
|
36 background-color: transparent; |
|
37 } |
|
38 |
|
39 .details { |
|
40 margin-left: 4.8em; |
|
41 padding: .5em; |
|
42 min-height: 3.7em; |
|
43 } |
|
44 |
|
45 .date { |
|
46 color: gray; |
|
47 } |
|
48 |
|
49 .domain, |
|
50 .size { |
|
51 display: inline; |
|
52 } |
|
53 |
|
54 .displayState { |
|
55 color: gray; |
|
56 margin-bottom: -3px; /* Prevent overflow that hides bottom border */ |
|
57 } |
|
58 |
|
59 .size:after { |
|
60 content: " - "; |
|
61 white-space: pre; |
|
62 } |
|
63 |
|
64 #no-downloads-indicator { |
|
65 display: none; |
|
66 } |
|
67 |
|
68 #private-downloads-list:empty + #normal-downloads-list:empty + #no-downloads-indicator { |
|
69 display: block; |
|
70 text-align: center; |
|
71 padding-top: 3.9em; |
|
72 } |