update both themes for changes in toolkit winstripe for Mozilla 10 platform
[themes.git] / EarlyBlue / mozapps / extensions / selectAddons.css
CommitLineData
154ee8b3
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) 2011
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Dave Townsend <dtownsend@oxymoronical.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
38#view-deck {
39 background: #CCD0DD;
40}
41
42.heading {
43 font-size: 270%;
44 text-align: center;
45 margin: 0 120px;
46}
47
48.progress {
49 margin: 10px 128px;
50}
51
52.progress-label,
53#errors-description {
54 text-align: center;
55 margin: 0 10px;
56}
57
58#checking-heading,
59#update-heading,
60#errors-heading {
61 margin-top: 90px;
62}
63
64#select-heading,
65#confirm-heading {
66 margin-top: 10px;
67 margin-bottom: 10px;
68 text-align: center;
69}
70
71#select-description,
72#confirm-description {
73 margin: 10px;
74}
75
76#select-list {
77 border-top: 1px solid #666699;
78 background-color: #CCD0DD;
79}
80
81#select-grid column {
82 -moz-box-align: center;
83}
84
85#select-grid row {
86 -moz-box-align: stretch;
87}
88
89#select-grid label {
90 margin-top: 0;
91 margin-bottom: 0;
92}
93
94.select-cell {
95 -moz-box-align: center;
96 -moz-box-pack: start;
97}
98
99#select-header .select-cell {
100 -moz-box-sizing: border-box;
101}
102
103#select-header .select-keep,
104#select-header .select-icon,
105#select-header .select-name,
106#select-header .select-action {
107 background-color: #9999CC;
108}
109
110.select-keep {
111 -moz-box-pack: center;
112}
113
114.select-icon {
115 width: 20px;
116}
117
118.select-keep .addon-keep-checkbox {
119 margin: 0;
120 padding: 0;
121 width: 13px;
122}
123
124.select-keep .addon-keep-checkbox:-moz-focusring {
125 outline: 1px dotted #000000;
126}
127
128.select-keep .checkbox-label-box {
129 display: none;
130}
131
132.addon-name,
133.addon-action-message,
134.addon-action-update {
135 -moz-box-sizing: border-box;
136 margin: 0;
137 padding-top: 1px;
138 padding-bottom: 2px;
139 -moz-padding-start: 6px;
140 -moz-padding-end: 5px;
141}
142
143#select-grid separator {
144 border-top: 1px solid #666699;
145 height: 0;
146 margin-top: 0.4em;
147 margin-bottom: 0.4em;
148}
149
150.addon:not([active]) .addon-name,
151.addon:not([active]) .addon-action-message,
152.addon:not([active]) .addon-action-update {
153 color: #808080;
154}
155
156.addon-icon {
157 height: 16px;
158 width: 16px;
159 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
160}
161
162.addon-icon[type="theme"] {
163 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
164}
165
166.addon-icon[type="plugin"] {
167 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
168}
169
1e29db46
RK
170.addon-icon[type="dictionary"] {
171 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
172}
173
154ee8b3
RK
174.action-list {
175 margin-top: 10px;
176 -moz-margin-start: 5em;
177}
178
179.action-header {
180 margin-bottom: 10px;
181}
182
183#confirm .addon {
184 -moz-margin-start: 3em;
185 -moz-box-align: center;
186}
187
188.addon:not([active]) .addon-icon,
189#disable-list .addon-icon,
190#incompatible-list .addon-icon {
191/* filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
192}
193
194#footer {
195 padding: 15px 12px;
196}
197
198.progress-label,
199#footer-label {
200 color: #808080;
201}