Commit | Line | Data |
---|---|---|
49037d9b | 1 | #extensionsBox { |
02920d2b | 2 | margin: 10px 10px 0px; |
6daee013 | 3 | min-width: 1px; |
49037d9b RK |
4 | } |
5 | ||
ecb2fda9 | 6 | #extensionsView { |
3bcb0be1 | 7 | -moz-appearance: none; |
49037d9b RK |
8 | border: 1px inset #CCD0DD; |
9 | margin: 0; | |
570c53ea | 10 | min-width: 245px; |
49037d9b RK |
11 | } |
12 | ||
49037d9b | 13 | #resizerBox { |
ecb2fda9 RK |
14 | margin-top: -12px; |
15 | visibility: hidden; | |
49037d9b RK |
16 | } |
17 | ||
ecb2fda9 | 18 | #resizerBox > resizer { |
49037d9b RK |
19 | height: 10px; |
20 | max-height: 10px; | |
ecb2fda9 | 21 | visibility: visible; |
49037d9b RK |
22 | } |
23 | ||
24 | .notification-inner { | |
25 | border: none; | |
26 | border-bottom: 1px solid #9999CC; | |
27 | } | |
28 | ||
1e140ad9 RK |
29 | #searchfield { |
30 | -moz-margin-start: 0; | |
31 | } | |
32 | ||
49037d9b RK |
33 | /* Command Bar */ |
34 | #commandBarBottom { | |
02920d2b RK |
35 | margin-top: 5px; |
36 | margin-bottom: 10px; | |
37 | -moz-margin-start: 10px; | |
38 | -moz-margin-end: 5px; | |
49037d9b RK |
39 | min-width: 1px; |
40 | } | |
41 | ||
42 | #commandBarBottom button { | |
43 | margin: 0; | |
49037d9b RK |
44 | -moz-margin-end: 5px; |
45 | } | |
46 | ||
49037d9b RK |
47 | /* List Items */ |
48 | richlistitem { | |
49 | padding-top: 6px; | |
50 | padding-bottom: 6px; | |
51 | -moz-padding-start: 7px; | |
52 | -moz-padding-end: 7px; | |
53 | min-height: 25px; | |
54 | border-bottom: 1px dotted #666699; | |
55 | } | |
56 | ||
57 | richlistitem[isDisabled="true"] .addonIcon { | |
58 | opacity: 0.3; | |
59 | } | |
60 | ||
61 | richlistitem[isDisabled="true"] { | |
62 | color: #808080; | |
63 | } | |
64 | ||
d0ff98fe RK |
65 | richlistitem[newAddon="true"] { |
66 | background-color: #FFFFCC; | |
67 | color: #000000; | |
68 | } | |
69 | ||
49037d9b RK |
70 | richlistitem[selected="true"] { |
71 | background-color: #CCD0DD; | |
72 | color: #000000; | |
73 | } | |
74 | ||
d0ff98fe RK |
75 | richlistitem[selected="true"] .text-link { |
76 | color: inherit; | |
77 | } | |
78 | ||
ecb2fda9 | 79 | #extensionsView:focus > richlistitem[selected="true"] { |
49037d9b RK |
80 | background-color: #336699; |
81 | color: #FFFFFF; | |
82 | } | |
83 | ||
ecb2fda9 | 84 | #extensionsView:focus > richlistitem[selected="true"][isDisabled="true"] { |
49037d9b RK |
85 | background-color: #666699; |
86 | color: #FFFFFF; | |
87 | } | |
88 | ||
89 | .descriptionWrap { | |
90 | margin-bottom: 2px; | |
91 | } | |
92 | ||
56029caf | 93 | richlistitem[selected="true"]:not([opType]) .descriptionCrop { |
49037d9b RK |
94 | display: none; |
95 | } | |
96 | ||
97 | .addonName { | |
98 | font-weight: bold; | |
99 | } | |
100 | ||
49037d9b RK |
101 | .previewText { |
102 | font-size: larger; | |
103 | font-weight: bold; | |
104 | color: #000000; | |
105 | text-align: center; | |
106 | } | |
107 | ||
108 | #themePreviewArea { | |
109 | border: 1px inset #CCD0DD; | |
110 | background-color: #FFFFFF; | |
111 | color: #000000; | |
570c53ea | 112 | min-width: 65px; |
49037d9b | 113 | overflow: auto; |
570c53ea RK |
114 | } |
115 | ||
116 | #previewImageDeck { | |
117 | min-width: 220px; | |
49037d9b RK |
118 | } |
119 | ||
120 | #themeSplitter { | |
121 | border-width: 0; | |
122 | } | |
123 | ||
124 | .addonIcon { | |
ecb2fda9 | 125 | -moz-margin-end: 2px; |
49037d9b | 126 | width: 32px; |
49037d9b | 127 | height: 32px; |
d0ff98fe RK |
128 | } |
129 | ||
130 | .addonIcon > image { | |
131 | max-width: 32px; | |
49037d9b RK |
132 | max-height: 32px; |
133 | } | |
134 | ||
ecb2fda9 RK |
135 | .updateBadge, |
136 | .notifyBadge { | |
49037d9b RK |
137 | width: 16px; |
138 | height: 16px; | |
49037d9b | 139 | margin-bottom: -3px; |
ecb2fda9 | 140 | list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png"); |
49037d9b RK |
141 | } |
142 | ||
143 | richlistitem .updateBadge { | |
144 | -moz-margin-end: -2px; | |
145 | } | |
146 | ||
147 | richlistitem .notifyBadge { | |
148 | -moz-margin-start: -2px; | |
149 | } | |
150 | ||
56029caf RK |
151 | .updateBadge, |
152 | .updateAvailableBox, | |
49037d9b RK |
153 | .notifyBadge { |
154 | display: none; | |
155 | } | |
156 | ||
ecb2fda9 | 157 | richlistitem[availableUpdateURL][updateable="true"] .updateBadge, |
56029caf | 158 | richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox, |
49037d9b | 159 | richlistitem[compatible="false"] .notifyBadge, |
ecb2fda9 | 160 | richlistitem[providesUpdatesSecurely="false"] .notifyBadge, |
49037d9b | 161 | richlistitem[blocklisted="true"] .notifyBadge, |
3bcb0be1 | 162 | richlistitem[blocklistedsoft="true"] .notifyBadge, |
49037d9b RK |
163 | richlistitem[satisfiesDependencies="false"] .notifyBadge { |
164 | display: -moz-box; | |
165 | } | |
166 | ||
167 | ||
ecb2fda9 RK |
168 | /* Selected Add-on buttons |
169 | See content/extensions.css to hide / display buttons */ | |
49037d9b RK |
170 | .selectedButtons { |
171 | margin-top: 4px; | |
172 | min-height: 2.1em; | |
173 | } | |
174 | ||
ecb2fda9 | 175 | .selectedButtons > button { |
49037d9b RK |
176 | margin-top: 0; |
177 | margin-bottom: 0; | |
178 | } | |
179 | ||
ecb2fda9 RK |
180 | .enableButton, |
181 | .disableButton, | |
182 | .optionsButton, | |
183 | .useThemeButton { | |
49037d9b RK |
184 | -moz-margin-end: 0; |
185 | } | |
186 | ||
ecb2fda9 | 187 | .enableButton, .disableButton, |
49037d9b RK |
188 | .uninstallButton, .cancelUninstallButton { |
189 | -moz-margin-start: 5px; | |
190 | } | |
191 | ||
49037d9b RK |
192 | /* Selected Add-on status messages and images */ |
193 | richlistitem[compatible="true"] .incompatibleBox, | |
ecb2fda9 | 194 | richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox, |
49037d9b | 195 | richlistitem[satisfiesDependencies="true"] .needsDependenciesBox, |
3bcb0be1 RK |
196 | richlistitem:not([blocklisted="true"]):not([blocklistedsoft="true"]) .blocklistedBox, |
197 | richlistitem[blocklistedsoft="false"]:not([selected="true"]) .blocklistedBox, | |
198 | richlistitem[blocklisted="false"] .blocklistedLabel, | |
199 | richlistitem[blocklistedsoft="false"] .softBlocklistedLabel, | |
49037d9b RK |
200 | richlistitem[opType="needs-uninstall"] .blocklistedBox, |
201 | richlistitem[opType="needs-uninstall"] .incompatibleBox, | |
202 | richlistitem[opType="needs-uninstall"] .needsDependenciesBox, | |
203 | richlistitem[opType="needs-uninstall"] .blocklistedBox { | |
204 | display: none; | |
205 | } | |
206 | ||
49037d9b RK |
207 | richlistitem[loading="true"] .updateBadge { |
208 | display: -moz-box; | |
209 | width: 16px; | |
210 | height: 16px; | |
211 | margin-bottom: -3px; | |
212 | -moz-margin-end: -2px; | |
213 | list-style-image: url("chrome://global/skin/icons/loading.gif"); | |
214 | -moz-image-region: auto; | |
215 | } | |
216 | ||
217 | .addonThrobber { | |
218 | -moz-margin-start: 5px; | |
219 | width: 16px; | |
220 | height: 16px; | |
221 | list-style-image: url("chrome://global/skin/icons/loading.gif"); | |
222 | } | |
223 | ||
ecb2fda9 | 224 | .selectedStatusMsgs > hbox { |
49037d9b RK |
225 | margin-top: 2px; |
226 | margin-bottom: 2px; | |
227 | } | |
228 | ||
229 | .selectedStatusMsgs label { | |
230 | font-weight: bold; | |
231 | } | |
232 | ||
233 | .selectedStatusMsgs label.text-link { | |
234 | font-weight: normal; | |
235 | border: none; | |
236 | } | |
237 | ||
49037d9b RK |
238 | richlistitem[opType="needs-uninstall"] .notifyBadge { |
239 | display: none; | |
240 | } | |
241 | ||
559908da RK |
242 | .addon-search-details { |
243 | margin-top: 5px; | |
244 | margin-bottom: 5px; | |
245 | -moz-margin-start: 6px; | |
246 | -moz-margin-end: 0; | |
247 | } | |
248 | ||
249 | .addonThumbnailContainer { | |
250 | background-color: #CCD0DD; | |
251 | padding: 5px; | |
252 | border: 1px solid #9999CC; | |
253 | width: 135px; | |
254 | min-height: 104px; | |
255 | -moz-margin-end: 5px; | |
256 | } | |
257 | ||
258 | .addonMissingThumbnail { | |
259 | color: GrayText; | |
d0ff98fe RK |
260 | font-size: larger; |
261 | font-weight: bold; | |
559908da RK |
262 | } |
263 | ||
264 | .addonFailure { | |
265 | width: 16px; | |
266 | height: 16px; | |
267 | list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png"); | |
268 | } | |
269 | ||
270 | .addonRating { | |
271 | display: none; | |
272 | } | |
273 | ||
274 | .addonLearnMore { | |
275 | margin-top: 4px; | |
276 | margin-bottom: 4px; | |
277 | } | |
278 | ||
279 | .addonRating[rating] { | |
280 | display: -moz-box; | |
281 | width: 68px; | |
282 | height: 12px; | |
283 | list-style-image: url("chrome://mozapps/skin/extensions/ratings.png"); | |
284 | } | |
285 | ||
286 | .addonRating[rating="0"] { | |
287 | -moz-image-region: rect(0px 68px 12px 0px); | |
288 | } | |
289 | ||
d0ff98fe | 290 | .addonRating[rating="1"] { |
559908da RK |
291 | -moz-image-region: rect(12px 68px 24px 0px); |
292 | } | |
293 | ||
d0ff98fe | 294 | .addonRating[rating="2"] { |
559908da RK |
295 | -moz-image-region: rect(24px 68px 36px 0px); |
296 | } | |
297 | ||
d0ff98fe | 298 | .addonRating[rating="3"] { |
559908da RK |
299 | -moz-image-region: rect(36px 68px 48px 0px); |
300 | } | |
301 | ||
d0ff98fe | 302 | .addonRating[rating="4"] { |
559908da RK |
303 | -moz-image-region: rect(48px 68px 60px 0px); |
304 | } | |
305 | ||
d0ff98fe | 306 | .addonRating[rating="5"] { |
559908da RK |
307 | -moz-image-region: rect(60px 68px 72px 0px); |
308 | } | |
309 | ||
310 | .addonType image { | |
311 | -moz-margin-start: 6px; | |
312 | list-style-image: url("chrome://mozapps/skin/extensions/extensionIcons.png"); | |
313 | width: 16px; | |
314 | height: 16px; | |
315 | } | |
316 | ||
317 | .addonTypeExtension image { | |
318 | -moz-image-region: rect(0px 16px 16px 0px); | |
319 | } | |
320 | ||
321 | .addonTypeTheme image { | |
322 | -moz-image-region: rect(0px 32px 16px 16px); | |
323 | } | |
324 | ||
325 | vbox[typeName="status"][type="search-failure"], | |
326 | vbox[typeName="status"][type="recommended-failure"], | |
327 | vbox[typeName="status"][type="message-norecommended"], | |
328 | vbox[typeName="status"][type="message-nosearchresults"], | |
329 | vbox[typeName="status"][type="retrieve-search"], | |
330 | vbox[typeName="status"][type="retrieve-recommended"] { | |
331 | margin-top: 2em; | |
332 | } | |
333 | ||
334 | vbox[typeName="status"][type="footer-recommended"], | |
335 | vbox[typeName="status"][type="footer-search"] { | |
336 | margin-top: 1em; | |
337 | } | |
338 | ||
339 | vbox[typeName="status"][type="header-recommended"] { | |
340 | font-size: 150%; | |
341 | background: #CCD0DD; | |
342 | } | |
343 | ||
344 | #searchbox { | |
559908da RK |
345 | padding: 0; |
346 | } | |
347 | ||
49037d9b | 348 | #progressBox { |
02920d2b | 349 | padding: 5px; |
49037d9b RK |
350 | } |
351 | ||
352 | #progressBox > hbox { | |
353 | -moz-box-align: center; | |
354 | } | |
355 | ||
356 | /* View buttons */ | |
357 | .viewSelector { | |
358 | border-bottom: 1px solid #9999CC; | |
359 | margin: 0px; | |
360 | -moz-padding-start: 10px; | |
361 | background-color: #CCD0DD; | |
362 | color: #000000; | |
363 | } | |
364 | ||
365 | #viewGroup radio { | |
559908da RK |
366 | margin: 0px; |
367 | padding: 1px 3px; | |
49037d9b RK |
368 | min-width: 4.5em; |
369 | list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png"); | |
370 | border: 1px solid transparent; | |
371 | } | |
372 | ||
373 | #viewGroup radio:hover { | |
374 | border: 1px outset #CCD0DD; | |
375 | } | |
376 | ||
377 | #viewGroup radio[selected="true"] { | |
378 | border: 1px inset #CCD0DD; | |
559908da | 379 | background-color: #DDDDDD; |
49037d9b RK |
380 | } |
381 | ||
382 | .viewButtonIcon { | |
383 | width: 32px; | |
384 | height: 32px; | |
385 | } | |
386 | ||
387 | radio#extensions-view { | |
388 | -moz-image-region: rect(0px, 32px, 32px, 0px) | |
389 | } | |
390 | ||
391 | radio#themes-view { | |
392 | -moz-image-region: rect(0px, 64px, 32px, 32px) | |
393 | } | |
394 | ||
395 | radio#locales-view { | |
396 | -moz-image-region: rect(0px, 96px, 32px, 64px) | |
397 | } | |
398 | ||
399 | radio#plugins-view { | |
400 | -moz-image-region: rect(0px, 128px, 32px, 96px) | |
401 | } | |
402 | ||
403 | radio#updates-view { | |
404 | -moz-image-region: rect(0px, 160px, 32px, 128px) | |
405 | } | |
406 | ||
407 | radio#installs-view { | |
408 | -moz-image-region: rect(0px, 192px, 32px, 160px) | |
409 | } | |
410 | ||
559908da RK |
411 | radio#search-view { |
412 | -moz-image-region: rect(0px, 224px, 32px, 192px) | |
413 | } | |
414 | ||
49037d9b RK |
415 | /* Update view checkbox */ |
416 | .includeUpdate { | |
417 | -moz-user-focus: none; | |
418 | } | |
419 | ||
420 | richlistitem[selected="true"] .includeUpdate { | |
421 | -moz-user-focus: normal; | |
422 | } | |
ecb2fda9 RK |
423 | |
424 | #infoDisplay { | |
425 | overflow-y: auto; | |
426 | } | |
427 | ||
428 | #infoDisplay body { | |
429 | padding: 5px; | |
430 | } | |
431 | ||
432 | #infoDisplay h1, | |
433 | #infoDisplay h2, | |
434 | #infoDisplay h3 { | |
435 | text-align: left; | |
436 | font-weight: bold; | |
02920d2b | 437 | margin: 0 0 0.7em; |
ecb2fda9 RK |
438 | } |
439 | ||
440 | #infoDisplay h1 { | |
441 | font-size: 150%; | |
442 | } | |
443 | ||
444 | #infoDisplay h2 { | |
445 | font-size: 125%; | |
446 | } | |
447 | ||
448 | #infoDisplay h3 { | |
449 | font-size: 100%; | |
450 | } | |
451 | ||
452 | #infoDisplay ol, | |
453 | #infoDisplay ul { | |
02920d2b | 454 | margin: 0 0 0.7em; |
ecb2fda9 RK |
455 | } |
456 | ||
457 | #infoDisplay li { | |
458 | text-align: left; | |
459 | } | |
460 | ||
461 | #infoDisplay p { | |
462 | text-align: justify; | |
02920d2b | 463 | margin: 0 0 0.7em; |
ecb2fda9 | 464 | } |