first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / mozapps / downloads / downloads.css
1 #downloadManager {
2   background-color: #000000;
3 }
4
5 /* Download View */
6 #downloadView {
7   -moz-appearance: none !important;
8   margin: 0;
9   border-bottom: 1px solid #9C9CFF;
10 }
11
12 /* Download View Items */
13 richlistitem[type="download"] {
14   padding: 4px;
15   padding-inline-end: 8px;
16   min-height: 46px;
17   border-bottom: 1px solid #9C9CFF;
18 }
19
20 richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
21   background-color: #3F2700;
22 }
23
24 richlistitem[type="download"] .name {
25   font-size: larger;
26 }
27
28 richlistitem[type="download"] .dateTime {
29   font-size: smaller;
30 }
31
32 .mini-button {
33   -moz-appearance: none;
34   list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
35   background-color: transparent;
36   border: none;
37   padding: 0;
38   margin: 0;
39   min-width: 0;
40   min-height: 0;
41 }
42
43 .mini-button > .button-box {
44   padding: 0 !important;
45 }
46
47 .cancel {
48   -moz-image-region: rect(0px, 32px, 16px, 16px);
49 }
50 .cancel:hover {
51   -moz-image-region: rect(16px, 32px, 32px, 16px);
52 }
53 .cancel:active {
54   -moz-image-region: rect(32px, 32px, 48px, 16px);
55 }
56 .cancel[disabled="true"] {
57   -moz-image-region: rect(48px, 32px, 64px, 16px);
58 }
59
60 .pause {
61   -moz-image-region: rect(0px, 48px, 16px, 32px);
62 }
63 .pause:hover {
64   -moz-image-region: rect(16px, 48px, 32px, 32px);
65 }
66 .pause:active {
67   -moz-image-region: rect(32px, 48px, 48px, 32px);
68 }
69 .pause[disabled="true"] {
70   -moz-image-region: rect(48px, 48px, 64px, 32px);
71 }
72
73 .resume {
74   -moz-image-region: rect(0px, 16px, 16px, 0px);
75 }
76 .resume:hover {
77   -moz-image-region: rect(16px, 16px, 32px, 0px);
78 }
79 .resume:active {
80   -moz-image-region: rect(32px, 16px, 48px, 0px);
81 }
82 .resume[disabled="true"] {
83   -moz-image-region: rect(48px, 16px, 64px, 0px);
84 }
85
86 .retry {
87   -moz-image-region: rect(0px, 64px, 16px, 48px);
88 }
89 .retry:hover {
90   -moz-image-region: rect(16px, 64px, 32px, 48px);
91 }
92 .retry:active {
93   -moz-image-region: rect(32px, 64px, 48px, 48px);
94 }
95 .retry[disabled="true"] {
96   -moz-image-region: rect(48px, 64px, 64px, 48px);
97 }
98
99 .blockedIcon {
100   list-style-image: url("chrome://global/skin/icons/alert-error.gif");
101 }
102
103 /* prevent flickering when changing states */
104 .downloadTypeIcon {
105   min-height: 32px;
106   min-width: 32px;
107 }
108
109 #clearListButton {
110   min-height: 0;
111   min-width: 0;
112   margin-top: 3px;
113 }