some image updates snd slight corrections for add-on manager
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
CommitLineData
600bfec4
RK
1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
13 *
14 * The Original Code is the Extension Manager UI.
15 *
16 * The Initial Developer of the Original Code is
17 * the Mozilla Foundation.
18 * Portions created by the Initial Developer are Copyright (C) 2010
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Blair McBride <bmcbride@mozilla.com>
23 *
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
35 *
36 * ***** END LICENSE BLOCK ***** */
37
706c344c
RK
38#addons-page {
39 background-color: #CCD0DD;
72a6fd39 40 color: #000000;
706c344c 41 margin: 20px;
49037d9b
RK
42}
43
9162a092
RK
44#view-port-container {
45 /* Needed to allow the radius to clip the inner content, see bug 595656 */
46 overflow: hidden;
600bfec4 47 background-color: #FFFFFF;
706c344c 48 border: 1px solid #666699;
600bfec4
RK
49}
50
0de07750
RK
51.nav-button {
52 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
53 min-width: 0;
72a6fd39
RK
54}
55
56#forward-btn {
57 -moz-border-start: none;
0de07750
RK
58}
59
60#back-btn:-moz-locale-dir(ltr),
61#forward-btn:-moz-locale-dir(rtl) {
62 -moz-image-region: rect(42px 25px 63px 0px);
63}
64
65#back-btn[disabled="true"]:-moz-locale-dir(ltr),
66#forward-btn[disabled="true"]:-moz-locale-dir(rtl) {
67 -moz-image-region: rect(42px 50px 63px 25px);
68}
69
70#back-btn:-moz-locale-dir(rtl),
71#forward-btn:-moz-locale-dir(ltr) {
72 -moz-image-region: rect(63px 25px 84px 0px);
73}
74
75#back-btn[disabled="true"]:-moz-locale-dir(rtl),
76#forward-btn[disabled="true"]:-moz-locale-dir(ltr) {
77 -moz-image-region: rect(63px 50px 84px 25px);
78}
79
569543b3 80/*** global warnings ***/
a67d7bb0 81
72a6fd39
RK
82.global-warning-container {
83 overflow-x: hidden;
84}
85
569543b3
RK
86.global-warning {
87 -moz-box-align: center;
88 padding: 0 8px;
89 color: #000000;
90 font-weight: bold;
91}
92
93#addons-page[warning] .global-warning-container {
94 background-color: #FFFFCC;
95}
96
97#detail-view .global-warning {
98 padding: 4px 12px;
a67d7bb0 99 border-bottom: 1px solid #9999CC;
569543b3
RK
100}
101
72a6fd39
RK
102@media all and (max-width: 600px) {
103 .global-warning-text {
104 display: none;
105 }
106
107 .global-warning .warning-icon {
108 /* background-color: #FFF;
109 box-shadow: 0px 0px 2px 5px #FFF;
110 border-radius: 10px; */
111 }
112}
113
e1313d59
RK
114/* Plugins aren't yet disabled by safemode (bug 342333),
115 so don't show that warning when viewing plugins. */
116#addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
117#addons-page[warning="safemode"] #detail-view[loading="true"] .global-warning-container {
118 background-color: inherit;
119 background-image: none;
120}
121
122
569543b3
RK
123/*** notification icons ***/
124
125.warning-icon {
126 list-style-image: url("chrome://global/skin/icons/warning-16.png");
127 width: 16px;
128 height: 16px;
129 margin: 3px 0;
130}
131
132.error-icon {
133 list-style-image: url("chrome://global/skin/icons/error-16.png");
134 width: 16px;
135 height: 16px;
136 margin: 3px 0;
137}
138
139.pending-icon,
140.info-icon {
141 list-style-image: url("chrome://global/skin/icons/information-16.png");
142 width: 16px;
143 height: 16px;
144 margin: 3px 0;
145}
600bfec4 146
72a6fd39
RK
147.addon-view[pending="disable"] .pending-icon,
148.addon-view[pending="uninstall"] .pending-icon {
149 list-style-image: url("chrome://global/skin/icons/warning-16.png");
150 width: 16px;
151 height: 15px;
152 margin: 3px 0;
153}
154
155
156/*** view alert boxes ***/
157
158.alert-container {
159 -moz-box-align: center;
160}
161
162.alert-spacer-before {
163 -moz-box-flex: 1;
164}
165
166.alert-spacer-after {
167 -moz-box-flex: 3;
168}
169
170.alert {
171 -moz-box-align: center;
172 padding: 10px;
a67d7bb0
RK
173 color: #000000;
174 border: 1px inset #CCD0DD;
72a6fd39 175 border-radius: 8px;
a67d7bb0 176 background-color: #CCD0DD;
72a6fd39
RK
177}
178
179.alert .alert-title {
180 font-weight: bold;
181 font-size: 200%;
182 margin-bottom: 15px;
183}
184
185.alert .addon-control {
186 margin: 1em 2em;
187}
188
189.loading {
190 list-style-image: url("chrome://global/skin/icons/loading.gif");
191 padding-left: 20px;
192 padding-right: 20px;
193}
194
195
600bfec4
RK
196/*** category selector ***/
197
198#categories {
199 -moz-appearance: none;
200 border: none;
706c344c
RK
201 -moz-margin-end: -1px;
202 background-color: transparent;
203 position: relative;
72a6fd39 204 margin-top: 31px;
600bfec4
RK
205}
206
207.category {
72a6fd39 208 background-color: transparent;
a67d7bb0 209 color: #404040;
72a6fd39
RK
210 min-height: 0;
211 padding: 10px 4px;
706c344c 212 border-width: 1px;
706c344c
RK
213 border-style: solid;
214 border-color: transparent;
600bfec4
RK
215 -moz-box-align: center;
216 overflow: hidden;
600bfec4
RK
217}
218
219.category[disabled] {
a0885fa2
RK
220 border-top: 0;
221 border-bottom: 0;
72a6fd39 222 height: 0;
600bfec4
RK
223 opacity: 0;
224 -moz-transition-property: height, opacity;
225 -moz-transition-duration: 1s, 0.8s;
226}
227
228.category:not([disabled]) {
229 height: 52px;
230 -moz-transition-property: height, opacity;
231 -moz-transition-duration: 1s, 0.8s;
232}
233
234.category[selected] {
706c344c 235 background-color: #FFFFFF;
600bfec4 236 color: #000000;
706c344c 237 border-color: #666699;
600bfec4
RK
238}
239
240.category-name {
241 font-size: 150%;
49037d9b
RK
242}
243
72a6fd39
RK
244/* Maximize the size of the viewport when the window is small */
245@media all and (max-width: 800px) {
246 .category-name {
247 display: none;
248 }
249}
250
600bfec4
RK
251.category-badge {
252 background-color: #666699;
253 padding: 2px 8px;
72a6fd39 254 margin: 6px 0;
600bfec4 255 border: 1px outset #666699;
600bfec4
RK
256 color: #FFFFFF;
257 font-weight: bold;
258 text-align: center;
259}
260
261.category-badge[value="0"] {
ecb2fda9 262 visibility: hidden;
49037d9b
RK
263}
264
600bfec4
RK
265.category-icon {
266 width: 32px;
267 height: 32px;
268 -moz-margin-start: 6px;
269}
270
271#category-search > .category-icon {
272 list-style-image: url("chrome://mozapps/skin/extensions/category-search.png");
273}
274#category-discover > .category-icon {
275 list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png");
276}
277#category-languages > .category-icon {
278 list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png");
279}
280#category-searchengines > .category-icon {
281 list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png");
282}
283#category-extensions > .category-icon {
284 list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
285}
286#category-themes > .category-icon {
287 list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
288}
289#category-plugins > .category-icon {
290 list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
291}
0de07750
RK
292#category-availableUpdates > .category-icon {
293 list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
294}
295#category-recentUpdates > .category-icon {
296 list-style-image: url("chrome://mozapps/skin/extensions/category-recent.png");
297}
600bfec4
RK
298
299
300/*** header ***/
301
302#header {
72a6fd39 303 margin-bottom: 18px;
706c344c 304 height: 2em;
600bfec4
RK
305}
306
72a6fd39
RK
307#header-search {
308 color: #000000;
309 border: 1px inset #CCD0DD;
310 padding: 3px;
311 background-color: #CCD0DD;
312 margin: 0;
49037d9b
RK
313}
314
72a6fd39
RK
315#header-search .textbox-input:-moz-placeholder {
316 color: #808080;
1e140ad9
RK
317}
318
72a6fd39
RK
319#header-search[focused="true"] {
320 background-color: #FFFFFF;
3327253e
RK
321}
322
0de07750
RK
323#header-utils-btn {
324 min-width: 4.5em;
325 list-style-image: url("chrome://mozapps/skin/extensions/utilities.png");
72a6fd39 326 -moz-margin-end: 18px;
0de07750
RK
327}
328
600bfec4 329.view-header {
72a6fd39 330 background-color: #9999CC;
600bfec4 331 padding: 4px;
72a6fd39
RK
332 margin: 0;
333 min-height: 31px;
600bfec4
RK
334 border-bottom: 1px solid #666699;
335}
336
337
338/*** sorters ***/
339
340.sort-controls {
341 -moz-appearance: none;
49037d9b
RK
342}
343
600bfec4
RK
344.sorter {
345 -moz-appearance: none;
a67d7bb0 346 border: 1px solid transparent;
600bfec4 347 background-color: transparent;
72a6fd39 348 color: #000000;
a67d7bb0 349 padding: 0 5px;
72a6fd39 350 margin: 0 6px;
600bfec4
RK
351 min-width: 12px !important;
352 -moz-box-direction: reverse;
49037d9b
RK
353}
354
72a6fd39
RK
355.sorter .button-box {
356 padding-top: 0;
357 padding-bottom: 0;
358}
359
a67d7bb0
RK
360.sorter:hover {
361 border: 1px outset #666699;
362}
363
600bfec4
RK
364.sorter[checkState="1"],
365.sorter[checkState="2"] {
366 background-color: #666699;
a67d7bb0
RK
367 color: #FFFFFF;
368 border: 1px inset #666699;
49037d9b
RK
369}
370
600bfec4
RK
371.sorter[checkState="1"] {
372 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
49037d9b
RK
373}
374
600bfec4
RK
375.sorter[checkState="2"] {
376 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
49037d9b
RK
377}
378
600bfec4
RK
379.sorter .button-icon {
380 -moz-margin-start: 4px;
381}
382
383
1169dad4
RK
384/*** discover view ***/
385
386.discover-spacer-before,
387.discover-spacer-after {
388 -moz-box-flex: 1;
389}
390
391#discover-error .alert {
392 max-width: 45em;
393 -moz-box-flex: 1;
394}
395
396.discover-logo {
397 list-style-image: url("chrome://mozapps/skin/extensions/discover-logo.png");
398 -moz-margin-end: 15px;
399}
400
401.discover-title {
402 font-weight: bold;
403 font-size: 24px;
404 /* font-family: MetaWebPro-Book, "Trebuchet MS", sans-serif; */
405 margin: 0 0 15px 0;
406}
407
408.discover-description {
409 text-align: justify;
410 margin: 0 0 15px 0;
411}
412
413.discover-footer {
414 text-align: justify;
415}
416
417
600bfec4
RK
418/*** list ***/
419
420.list {
72a6fd39 421 margin: 0;
600bfec4 422 border: none;
706c344c 423 background-color: transparent;
600bfec4
RK
424}
425
706c344c
RK
426.addon {
427 border-bottom: 1px solid #9999CC;
428 padding: 5px;
72a6fd39 429 background-origin: border-box;
49037d9b
RK
430}
431
706c344c 432.details {
600bfec4 433 cursor: pointer;
706c344c
RK
434 margin: 0;
435 -moz-margin-start: 10px;
570c53ea
RK
436}
437
706c344c
RK
438.icon-container {
439 width: 48px;
440 height: 48px;
a0885fa2 441 margin: 3px 7px;
72a6fd39
RK
442}
443
444.addon[active="false"] .icon {
445/* filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
600bfec4
RK
446}
447
706c344c 448.icon {
d15f39a1 449 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
706c344c
RK
450 max-width: 48px;
451 max-height: 48px;
3b1530c2
RK
452}
453
569543b3 454.addon-view[type="theme"] .icon {
3b1530c2
RK
455 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
456}
457
569543b3 458.addon-view[type="locale"] .icon {
d15f39a1
RK
459 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
460}
461
569543b3 462.addon-view[type="plugin"] .icon {
600bfec4 463 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
49037d9b
RK
464}
465
8a933f1e 466.name-container {
600bfec4 467 font-size: 150%;
72a6fd39
RK
468 font-weight: bold;
469 color: #404040;
470 margin-bottom: 0;
471}
472
473.creator {
474 font-weight: bold;
475}
476
477.creator .text-link {
478 /* color: #0066CC; */
49037d9b
RK
479}
480
706c344c 481.description-container {
600bfec4
RK
482 margin-top: 8px;
483 -moz-margin-start: 6px;
49037d9b
RK
484}
485
706c344c
RK
486.description {
487 margin: 0;
488}
489
72a6fd39
RK
490.warning,
491.pending,
492.error,
493.info {
706c344c 494 -moz-margin-start: 48px;
72a6fd39 495 font-weight: bold;
706c344c
RK
496}
497
72a6fd39 498.addon-view .warning {
706c344c
RK
499 color: #808000;
500}
501
72a6fd39 502.addon-view .error {
600bfec4 503 color: #FF0000;
706c344c
RK
504}
505
72a6fd39 506.addon-view .pending {
706c344c 507 color: #33FF33;
49037d9b
RK
508}
509
72a6fd39
RK
510.addon-view[pending="disable"] .pending,
511.addon-view[pending="uninstall"] .pending {
512 color: #000000;
513}
514
515.addon .relnotes-container {
516 -moz-box-align: start;
517 -moz-margin-start: 6px;
518 height: 0;
519 overflow: hidden;
520 opacity: 0;
521 -moz-transition-property: height, opacity;
522 -moz-transition-duration: 0.5s, 0.5s;
523}
524
525.addon[show-relnotes] .relnotes-container {
526 opacity: 1;
527 -moz-transition-property: height, opacity;
528 -moz-transition-duration: 0.5s, 0.5s;
529}
530
531.addon .relnotes-header {
532 font-weight: bold;
533 margin: 10px 0;
534}
535
536.addon .relnotes-toggle {
537 border: none;
538 background: transparent;
539 font-weight: bold;
540 -moz-box-direction: reverse;
541 cursor: pointer;
542 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
543}
544
545.addon .relnotes-toggle > .button-box > .button-icon {
546 -moz-padding-start: 4px;
547}
548
549.addon[show-relnotes] .relnotes-toggle {
550 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
551}
552
553.addon[active="false"] {
554 /* background-color: rgba(135, 135, 135, 0.1); */
555}
556
557.addon-view[active="false"],
558.addon-view[active="false"] .name-container {
559 color: #666699;
560}
561
569543b3 562.addon-view[notification="warning"] {
a67d7bb0 563 background-color: #FFFFCC;
ae19a7b3
RK
564}
565
569543b3 566.addon-view[notification="error"] {
706c344c
RK
567 background-color: #FFD0DD;
568}
569
569543b3 570.addon-view[notification="info"] {
706c344c 571 background-color: #9999CC;
49037d9b
RK
572}
573
569543b3
RK
574.addon-view[pending="enable"],
575.addon-view[pending="upgrade"],
576.addon-view[pending="install"] {
706c344c 577 background-color: #CCFFDD;
49037d9b
RK
578}
579
ae19a7b3
RK
580.addon-view[pending="enable"] .pending,
581.addon-view[pending="upgrade"] .pending,
582.addon-view[pending="install"] .pending {
583 color: #008000;
584}
585
569543b3
RK
586.addon-view[pending="disable"],
587.addon-view[pending="uninstall"] {
706c344c
RK
588 background-color: #808080;
589}
590
72a6fd39
RK
591.addon[selected] {
592 background-color: #336699;
a67d7bb0 593 color: #FFFFFF;
0de07750
RK
594}
595
72a6fd39 596.addon[selected] .name-container {
a67d7bb0
RK
597 color: #FFFFFF;
598}
599
600.addon[active="false"][selected] {
601 color: #000000;
0de07750
RK
602}
603
72a6fd39
RK
604.addon[active="false"][selected] .name-container {
605 color: #222233;
0de07750
RK
606}
607
0de07750 608
600bfec4
RK
609/*** item - uninstalled ***/
610
611.addon[status="uninstalled"] {
49037d9b
RK
612 border: none;
613}
614
600bfec4
RK
615.addon[status="uninstalled"] > .container {
616 -moz-box-align: center;
617 padding: 4px 20px;
618 background-color: #808080;
569543b3 619 border-radius: 8px;
600bfec4 620 font-size: 120%;
559908da
RK
621}
622
600bfec4
RK
623.addon[status="uninstalled"][selected] {
624 background-color: transparent;
559908da
RK
625}
626
559908da 627
600bfec4
RK
628/*** search view ***/
629
706c344c
RK
630#search-filter {
631 padding: 5px 20px;
600bfec4
RK
632 -moz-box-align: center;
633 background-color: #FFFFFF;
634 font-size: 120%;
72a6fd39
RK
635 border-bottom: 1px solid #666699;
636 overflow-x: hidden;
559908da
RK
637}
638
706c344c
RK
639#search-filter-label {
640 font-weight: bold;
641 color: #808080;
642}
643
644.search-filter-radio {
645 -moz-appearance: none;
72a6fd39
RK
646 padding: 0 6px;
647 margin: 0 3px;
569543b3 648 border-radius: 10000px;
706c344c
RK
649}
650
651.search-filter-radio[selected] {
652 background-color: #3366699;
653 color: #000000;
654}
655
656.search-filter-radio .radio-check-box1 {
657 display: none;
658}
659
660.search-filter-radio .radio-icon {
661 display: none;
662}
600bfec4 663
0de07750
RK
664#search-allresults-link {
665 margin-top: 1em;
666 margin-bottom: 2em;
667}
668
600bfec4
RK
669/*** detail view ***/
670
569543b3 671#detail-view .loading {
600bfec4 672 opacity: 0;
559908da
RK
673}
674
569543b3 675#detail-view[loading-extended] .loading {
600bfec4
RK
676 opacity: 1;
677 -moz-transition-property: opacity;
678 -moz-transition-duration: 1s;
559908da
RK
679}
680
600bfec4 681.detail-view-container {
72a6fd39 682 padding: 0 2em 2em 2em;
569543b3 683 font-size: 110%;
559908da
RK
684}
685
569543b3 686#detail-notifications {
72a6fd39 687 margin-top: 1em;
569543b3 688 margin-bottom: 2em;
559908da
RK
689}
690
569543b3
RK
691#detail-notifications .warning,
692#detail-notifications .pending,
72a6fd39 693#detail-notifications .error {
569543b3 694 -moz-margin-start: 0;
559908da
RK
695}
696
600bfec4 697#detail-icon {
600bfec4 698 -moz-margin-end: 10px;
72a6fd39
RK
699 margin-top: 6px;
700 max-width: 64px;
701 max-height: 64px;
559908da
RK
702}
703
569543b3
RK
704#detail-summary {
705 margin-bottom: 2em;
559908da
RK
706}
707
569543b3
RK
708#detail-name-container {
709 font-size: 200%;
d15f39a1
RK
710}
711
569543b3
RK
712#detail-screenshot {
713 -moz-margin-end: 2em;
6831f2a0
RK
714 max-width: 300px;
715 max-height: 300px;
559908da
RK
716}
717
569543b3
RK
718#detail-desc-container {
719 margin-bottom: 2em;
559908da
RK
720}
721
8a933f1e 722#detail-desc, #detail-fulldesc {
569543b3
RK
723 -moz-margin-start: 6px;
724 white-space: pre-wrap;
9162a092
RK
725 /* This is necessary to fix layout issues with multi-line descriptions, see
726 bug 592712*/
727 outline: solid transparent;
72a6fd39 728 min-width: 8em;
559908da
RK
729}
730
8a933f1e
RK
731#detail-fulldesc {
732 margin-top: 1em;
733}
734
569543b3
RK
735#detail-contributions {
736 border-radius: 5px;
737 border: 1px solid #666699;
738 margin-bottom: 2em;
739 padding: 1em;
72a6fd39 740 background-color: #FFFFCC;
559908da
RK
741}
742
569543b3
RK
743#detail-contrib-description {
744 font-style: italic;
745 margin-bottom: 1em;
72a6fd39 746 color: #000000;
569543b3
RK
747}
748
749#detail-contrib-suggested {
72a6fd39
RK
750 color: #808080;
751 font-weight: bold;
569543b3
RK
752}
753
72a6fd39 754#detail-contrib-btn {
569543b3
RK
755 list-style-image: url("chrome://mozapps/skin/extensions/heart.png");
756}
757
72a6fd39 758#detail-contrib-btn .button-icon {
569543b3 759 -moz-margin-end: 3px;
49037d9b
RK
760}
761
569543b3
RK
762#detail-grid {
763 margin-bottom: 2em;
764}
765
9162a092
RK
766.detail-row[first-row="true"],
767.detail-row-complex[first-row="true"] {
768 border-top: none;
769}
770
569543b3
RK
771.detail-row,
772.detail-row-complex {
9162a092 773 border-top: 1px solid #808080;
49037d9b 774 -moz-box-align: center;
569543b3
RK
775}
776
777.detail-row-value {
778 -moz-margin-start: 0;
49037d9b
RK
779}
780
72a6fd39
RK
781#detail-controls {
782 margin-bottom: 1em;
783}
784
785#detail-view[active="false"]:not([pending]):not([notification]) {
786 /* background-color: foo; */
787}
600bfec4
RK
788
789/*** creator ***/
790
791.creator > label {
72a6fd39
RK
792 -moz-margin-start: 0;
793 -moz-margin-end: 0;
49037d9b
RK
794}
795
600bfec4
RK
796.creator > .text-link {
797 margin-top: 1px;
798 margin-bottom: 1px;
18f5421a
RK
799}
800
600bfec4
RK
801
802/*** rating ***/
803
804.meta-rating {
72a6fd39
RK
805 -moz-margin-start: 0;
806 -moz-margin-end: 0;
807 padding-top: 2px;
49037d9b
RK
808}
809
72a6fd39 810.meta-rating > .star {
600bfec4 811 list-style-image: url("chrome://mozapps/skin/extensions/rating-not-won.png");
72a6fd39 812 padding: 0 1px;
49037d9b
RK
813}
814
72a6fd39 815.meta-rating > .star[on="true"] {
600bfec4 816 list-style-image: url("chrome://mozapps/skin/extensions/rating-won.png");
49037d9b
RK
817}
818
600bfec4
RK
819
820/*** download progress ***/
821
822.download-progress {
823 background-color: #CCD0DD;
600bfec4
RK
824 border: 1px solid #808080;
825 width: 200px;
72a6fd39
RK
826 height: 21px;
827 margin: 0 8px;
49037d9b
RK
828}
829
e1313d59
RK
830.download-progress[mode="undetermined"] .status-container {
831 padding: 0 2px;
832}
833
600bfec4
RK
834.download-progress .start-cap,
835.download-progress[complete] .end-cap,
e1313d59 836.download-progress[mode="undetermined"] .end-cap,
600bfec4
RK
837.download-progress .progress .progress-bar {
838 background-color: #336699;
49037d9b
RK
839}
840
e1313d59
RK
841.download-progress .progress .progress-bar {
842 border-left-width: 0;
843 border-right-width: 0;
844 min-height: 21px;
845}
846
600bfec4
RK
847.download-progress .progress {
848 background-color: transparent;
72a6fd39
RK
849 padding: 0;
850 margin: 0;
851 border: none;
49037d9b
RK
852}
853
600bfec4
RK
854.download-progress .start-cap, .download-progress .end-cap {
855 width: 12px;
49037d9b
RK
856}
857
941d657f
RK
858.download-progress .start-cap:-moz-locale-dir(ltr),
859.download-progress .end-cap:-moz-locale-dir(rtl) {
72a6fd39 860 border-radius: 3px 0 0 3px;
49037d9b
RK
861}
862
941d657f
RK
863.download-progress .end-cap:-moz-locale-dir(ltr),
864.download-progress .start-cap:-moz-locale-dir(rtl) {
72a6fd39 865 border-radius: 0 3px 3px 0;
49037d9b
RK
866}
867
72a6fd39 868.download-progress .cancel {
600bfec4 869 -moz-appearance: none;
72a6fd39
RK
870 background-color: #CCD0DD;
871 border: 1px solid #666699;
872 padding: 3px;
873 min-width: 0;
874 margin: 3px;
875}
876
72a6fd39
RK
877.download-progress .cancel .button-box {
878 padding: 0;
600bfec4 879 border: none;
559908da
RK
880}
881
72a6fd39
RK
882.download-progress .cancel .button-text {
883 display: none;
884}
885
72a6fd39
RK
886.download-progress .cancel .button-icon {
887 -moz-margin-start: 0;
49037d9b
RK
888}
889
d15f39a1
RK
890.download-progress .cancel {
891 list-style-image: url('chrome://mozapps/skin/extensions/cancel.png');
892}
893
600bfec4
RK
894.download-progress .status-container {
895 -moz-box-align: center;
49037d9b 896}
ecb2fda9 897
72a6fd39
RK
898.download-progress .status {
899/* text-shadow: #FFF 0 0 2px; */
900}
600bfec4
RK
901
902/*** install status ***/
903
904.install-status {
905 -moz-box-align: center;
ecb2fda9
RK
906}
907
600bfec4
RK
908
909/*** check for updates ***/
910
911#updates-container {
912 -moz-box-align: center;
ecb2fda9
RK
913}
914
72a6fd39
RK
915#updates-container .button-link {
916 font-weight: bold;
917}
918
919#updates-installed,
920#updates-downloaded {
600bfec4 921 color: #00CC00;
ecb2fda9 922 font-weight: bold;
ecb2fda9
RK
923}
924
569543b3
RK
925#update-selected {
926 margin: 12px;
ecb2fda9
RK
927}
928
569543b3 929/*** buttons ***/
ecb2fda9 930
0de07750
RK
931.addon-control[disabled="true"] {
932 display: none;
933}
934
600bfec4
RK
935.button-link {
936 background: transparent;
937 border: none;
938 text-decoration: underline;
ae19a7b3 939 color: #0000FF;
600bfec4
RK
940 cursor: pointer;
941 min-width: 0;
706c344c 942 margin: 0 6px;
ecb2fda9 943}