|
1 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
2 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
4 |
|
5 %include ../../global/shared.inc |
|
6 |
|
7 .heading { |
|
8 font-size: 270%; |
|
9 text-align: center; |
|
10 margin: 0 120px; |
|
11 } |
|
12 |
|
13 .progress { |
|
14 margin: 10px 128px; |
|
15 } |
|
16 |
|
17 .progress-label, |
|
18 #errors-description { |
|
19 text-align: center; |
|
20 margin: 0 10px; |
|
21 } |
|
22 |
|
23 #checking-heading, |
|
24 #update-heading, |
|
25 #errors-heading { |
|
26 margin-top: 90px; |
|
27 } |
|
28 |
|
29 #select-heading, |
|
30 #confirm-heading { |
|
31 margin-top: 10px; |
|
32 margin-bottom: 10px; |
|
33 text-align: center; |
|
34 } |
|
35 |
|
36 #select-description, |
|
37 #confirm-description { |
|
38 margin: 10px; |
|
39 } |
|
40 |
|
41 #select-list { |
|
42 border: 1px solid WindowFrame; |
|
43 background-color: Window; |
|
44 margin: 10px; |
|
45 } |
|
46 |
|
47 #select-grid column { |
|
48 -moz-box-align: center; |
|
49 } |
|
50 |
|
51 #select-grid row { |
|
52 -moz-box-align: stretch; |
|
53 } |
|
54 |
|
55 #select-grid row:nth-of-type(odd) { |
|
56 background-color: -moz-oddtreerow; |
|
57 } |
|
58 |
|
59 #select-grid label, |
|
60 #select-grid checkbox { |
|
61 margin-top: 0; |
|
62 margin-bottom: 0; |
|
63 } |
|
64 |
|
65 .select-cell { |
|
66 -moz-box-align: center; |
|
67 -moz-box-pack: start; |
|
68 box-sizing: border-box; |
|
69 } |
|
70 |
|
71 #select-header { |
|
72 background-color: Window !important; |
|
73 } |
|
74 |
|
75 #select-header .select-cell { |
|
76 -moz-appearance: treeheadercell; |
|
77 border: 2px solid; |
|
78 -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; |
|
79 -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; |
|
80 -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; |
|
81 -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; |
|
82 background-color: -moz-Dialog; |
|
83 color: -moz-DialogText; |
|
84 } |
|
85 |
|
86 .select-keep { |
|
87 -moz-box-pack: center; |
|
88 } |
|
89 |
|
90 .select-icon { |
|
91 width: 20px; |
|
92 } |
|
93 |
|
94 #select-grid separator { |
|
95 display: none; |
|
96 } |
|
97 |
|
98 .addon-name, |
|
99 .addon-action-message, |
|
100 .addon-action-update { |
|
101 box-sizing: border-box; |
|
102 margin: 0; |
|
103 padding: 2px 6px; |
|
104 } |
|
105 |
|
106 .addon:not([active]) .addon-name, |
|
107 .addon:not([active]) .addon-action-message, |
|
108 .addon:not([active]) .addon-action-update { |
|
109 color: GrayText; |
|
110 } |
|
111 |
|
112 .addon-icon { |
|
113 height: 16px; |
|
114 width: 16px; |
|
115 margin: 2px; |
|
116 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png"); |
|
117 } |
|
118 |
|
119 .addon-icon[type="theme"] { |
|
120 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png"); |
|
121 } |
|
122 |
|
123 .addon-icon[type="plugin"] { |
|
124 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png"); |
|
125 } |
|
126 |
|
127 .addon-icon[type="dictionary"] { |
|
128 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png"); |
|
129 } |
|
130 |
|
131 .action-list { |
|
132 margin-top: 10px; |
|
133 -moz-margin-start: 5em; |
|
134 } |
|
135 |
|
136 .action-header { |
|
137 margin-bottom: 10px; |
|
138 } |
|
139 |
|
140 #confirm .addon { |
|
141 -moz-margin-start: 3em; |
|
142 -moz-box-align: center; |
|
143 } |
|
144 |
|
145 .addon:not([active]) .addon-icon, |
|
146 #disable-list .addon-icon, |
|
147 #incompatible-list .addon-icon { |
|
148 filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); |
|
149 } |
|
150 |
|
151 #footer { |
|
152 padding: 15px 12px; |
|
153 -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox"); |
|
154 -moz-appearance: statusbar; |
|
155 } |
|
156 |
|
157 button { |
|
158 -moz-appearance: toolbarbutton; |
|
159 min-height: 22px; |
|
160 margin: 0 6px; |
|
161 padding: 0; |
|
162 text-shadow: @loweredShadow@; |
|
163 } |