sync both themes for toolkit changes in toolkit winstripe in the Mozilla 8 cycle
[themes.git] / LCARStrek / 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: #000000;
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 #9C9CFF;
78 background-color: #000000;
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 color: #FFCF00;
108 border-bottom: 1px solid #9C9CFF;
109}
110
111.select-keep {
112 -moz-box-pack: center;
113}
114
115.select-icon {
116 width: 20px;
117}
118
119.select-keep .addon-keep-checkbox {
120 margin: 0;
121 padding: 0;
122 width: 13px;
123}
124
125.select-keep .addon-keep-checkbox:-moz-focusring {
126 outline: 1px dotted #008484;
127}
128
129.select-keep .checkbox-label-box {
130 display: none;
131}
132
133.addon-name,
134.addon-action-message,
135.addon-action-update {
136 -moz-box-sizing: border-box;
137 margin: 0;
138 padding-top: 1px;
139 padding-bottom: 2px;
140 -moz-padding-start: 6px;
141 -moz-padding-end: 5px;
142}
143
144#select-grid separator {
145 border-top: 1px solid #9C9CFF;
146 height: 0;
147 margin-top: 0.4em;
148 margin-bottom: 0.4em;
149}
150
151.addon:not([active]) .addon-name,
152.addon:not([active]) .addon-action-message,
153.addon:not([active]) .addon-action-update {
154 color: #8050B0;
155}
156
157.addon-icon {
158 height: 16px;
159 width: 16px;
160 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
161}
162
163.addon-icon[type="theme"] {
164 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
165}
166
167.addon-icon[type="plugin"] {
168 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
169}
170
171.action-list {
172 margin-top: 10px;
173 -moz-margin-start: 5em;
174}
175
176.action-header {
177 margin-bottom: 10px;
178}
179
180#confirm .addon {
181 -moz-margin-start: 3em;
182 -moz-box-align: center;
183}
184
185.addon:not([active]) .addon-icon,
186#disable-list .addon-icon,
187#incompatible-list .addon-icon {
188/* filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
189}
190
191#footer {
192 padding: 15px 12px;
193}
194
195.progress-label,
196#footer-label {
197 color: #8050B0;
198}