feab5f42c2c8ab932ea7a5a68b81589a4a9d8eab
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
1 #downloadManager {
2   background-color: #CCD0DD;
3 }
4
5 /* Download View */
6 #downloadView {
7   -moz-appearance: none !important;
8   margin: 0;
9   border-bottom: 1px solid #9999CC;
10 }
11
12 /* Download View Items */
13 richlistitem[type="download"] {
14   padding: 4px 8px 4px 4px;
15   min-height: 46px;
16 }
17
18 richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
19   background-color: #9999CC;
20 }
21
22 richlistitem[type="download"] .name {
23   font-size: larger;
24 }
25
26 richlistitem[type="download"] .dateTime {
27   font-size: smaller;
28 }
29
30 .mini-button {
31   -moz-appearance: none;
32   list-style-image: url("chrome://mozapps/skin/downloads/buttons.png");
33   background-color: transparent;
34   border: none;
35   padding: 0;
36   margin: 0;
37   min-width: 0;
38   min-height: 0;
39 }
40
41 .mini-button > .button-box {
42   padding: 0 !important;
43 }
44
45 .cancel {
46   -moz-image-region: rect(0px, 32px, 16px, 16px);
47 }
48 .pause {
49   -moz-image-region: rect(32px, 32px, 48px, 16px);
50 }
51 .resume {
52   -moz-image-region: rect(16px, 48px, 32px, 32px);
53 }
54 .retry {
55   -moz-image-region: rect(0px, 48px, 16px, 32px);
56 }
57
58 .blockedIcon {
59   list-style-image: url("chrome://global/skin/icons/alert-error.gif");
60 }
61
62 /* prevent flickering when changing states */
63 .downloadTypeIcon {
64   min-height: 32px;
65   min-width: 32px;
66 }
67
68 #searchbox[empty] {
69   color: #808080;
70 }