first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / mozapps / extensions / xpinstallConfirm.css
CommitLineData
e10e7add
RK
1#xpinstallheader {
2 margin-bottom: 2em;
3}
4
5#itemList {
02920d2b 6 margin: 3px 4px 10px;
e10e7add 7 height: 14em;
569543b3 8 border-radius: 3px;
e10e7add
RK
9 border: 1px solid #9C9CFF;
10 background-color: #000000;
11 color: #FF9F00;
12}
13
14#itemWarningIntro {
dae45075 15 margin-inline-start: 8px;
e10e7add
RK
16}
17
18#dialogContentBox {
19 padding: 5px;
20}
21
22installitem {
23 padding-top: 5px;
24 padding-bottom: 5px;
dae45075
RK
25 padding-inline-start: 5px;
26 padding-inline-end: 0px;
e10e7add
RK
27 border-bottom: 1px dotted #9C9CFF;
28 margin-bottom: 5px;
29}
30
31.alert-icon {
dae45075 32 margin-inline-end: 20px;
e10e7add
RK
33}
34
35.warning {
36 font-weight: bold;
37 font-size: 1.25em;
38 margin-bottom: 1em;
39}
40
41.xpinstallIconContainer {
42 width: 32px;
43 height: 32px;
dae45075 44 margin-inline-end: 5px;
e10e7add
RK
45}
46
47.xpinstallItemName {
48 font-weight: bold;
49}
50
51.xpinstallItemSigned {
52 font-style: italic;
53 font-size: 0.9em;
54}
55
56.xpinstallItemURL {
57 -moz-appearance: none;
58 border: none;
59 padding: 0;
60 background-color: #000000;
61 color: #FFCF00;
62 margin-top: 1px;
63 margin-bottom: 1px;
dae45075
RK
64 margin-inline-start: 6px;
65 margin-inline-end: 5px;
e10e7add
RK
66}
67
68.xpinstallItemIcon {
69 max-width: 32px;
70 max-height: 32px;
7729765c 71 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg");
0de07750
RK
72}
73
74installitem[type="theme"] .xpinstallItemIcon {
75 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
76}
77
78installitem[type="locale"] .xpinstallItemIcon {
79 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
80}
81
82installitem[type="plugin"] .xpinstallItemIcon {
83 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
e10e7add 84}
1e29db46
RK
85
86installitem[type="dictionary"] .xpinstallItemIcon {
87 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
88}