|
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 #view-deck { |
|
6 background: Window; |
|
7 } |
|
8 |
|
9 .heading { |
|
10 font-size: 270%; |
|
11 text-align: center; |
|
12 margin: 0 100px; |
|
13 } |
|
14 |
|
15 .progress { |
|
16 margin: 10px 128px; |
|
17 } |
|
18 |
|
19 .progress-label, |
|
20 #errors-description { |
|
21 text-align: center; |
|
22 margin: 0 10px; |
|
23 } |
|
24 |
|
25 #checking-heading, |
|
26 #update-heading, |
|
27 #errors-heading { |
|
28 margin-top: 90px; |
|
29 } |
|
30 |
|
31 #select-heading, |
|
32 #confirm-heading { |
|
33 margin-top: 10px; |
|
34 margin-bottom: 10px; |
|
35 text-align: center; |
|
36 } |
|
37 |
|
38 #select-description, |
|
39 #confirm-description { |
|
40 margin: 10px; |
|
41 } |
|
42 |
|
43 #select-list { |
|
44 border-top: 1px solid WindowFrame; |
|
45 background-color: Window; |
|
46 } |
|
47 |
|
48 #select-grid column { |
|
49 -moz-box-align: center; |
|
50 } |
|
51 |
|
52 #select-grid row { |
|
53 -moz-box-align: stretch; |
|
54 } |
|
55 |
|
56 #select-grid row:nth-of-type(odd) { |
|
57 background-color: -moz-oddtreerow; |
|
58 } |
|
59 |
|
60 #select-grid label, |
|
61 #select-grid checkbox { |
|
62 margin-top: 0; |
|
63 margin-bottom: 0; |
|
64 } |
|
65 |
|
66 .select-cell { |
|
67 -moz-box-align: center; |
|
68 -moz-box-pack: start; |
|
69 } |
|
70 |
|
71 #select-header .select-cell { |
|
72 -moz-appearance: treeheadercell; |
|
73 box-sizing: border-box; |
|
74 } |
|
75 |
|
76 .select-keep { |
|
77 -moz-box-pack: center; |
|
78 } |
|
79 |
|
80 .select-keep .checkbox-label-box { |
|
81 display: none; |
|
82 } |
|
83 |
|
84 .select-keep .addon-keep-checkbox:-moz-focusring { |
|
85 outline: 1px dotted ThreeDDarkShadow; |
|
86 } |
|
87 |
|
88 .select-icon { |
|
89 width: 20px; |
|
90 } |
|
91 |
|
92 #select-grid separator { |
|
93 display: none; |
|
94 } |
|
95 |
|
96 .addon-name, |
|
97 .addon-action-message, |
|
98 .addon-action-update { |
|
99 box-sizing: border-box; |
|
100 margin: 0; |
|
101 padding-top: 1px; |
|
102 padding-bottom: 2px; |
|
103 -moz-padding-start: 6px; |
|
104 -moz-padding-end: 5px; |
|
105 } |
|
106 |
|
107 .addon:not([active]) .addon-name, |
|
108 .addon:not([active]) .addon-action-message, |
|
109 .addon:not([active]) .addon-action-update { |
|
110 color: GrayText; |
|
111 } |
|
112 |
|
113 .addon-icon { |
|
114 height: 16px; |
|
115 width: 16px; |
|
116 margin: 2px; |
|
117 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png"); |
|
118 } |
|
119 |
|
120 .addon-icon[type="theme"] { |
|
121 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png"); |
|
122 } |
|
123 |
|
124 .addon-icon[type="plugin"] { |
|
125 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png"); |
|
126 } |
|
127 |
|
128 .addon-icon[type="dictionary"] { |
|
129 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png"); |
|
130 } |
|
131 |
|
132 .action-list { |
|
133 margin-top: 10px; |
|
134 -moz-margin-start: 5em; |
|
135 } |
|
136 |
|
137 .action-header { |
|
138 margin-bottom: 10px; |
|
139 } |
|
140 |
|
141 #confirm .addon { |
|
142 -moz-margin-start: 3em; |
|
143 -moz-box-align: center; |
|
144 } |
|
145 |
|
146 .addon:not([active]) .addon-icon, |
|
147 #disable-list .addon-icon, |
|
148 #incompatible-list .addon-icon { |
|
149 filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); |
|
150 } |
|
151 |
|
152 #footer { |
|
153 padding: 15px 12px; |
|
154 border-top: 2px solid; |
|
155 -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; |
|
156 } |
|
157 |
|
158 .progress-label, |
|
159 #footer-label { |
|
160 font-style: italic; |
|
161 color: GrayText; |
|
162 } |