sync both themes with toolkit windows theme changes in Mozilla 36 cycle
[themes.git] / EarlyBlue / mozapps / extensions / selectAddons.css
CommitLineData
9099c61d
RK
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/. */
154ee8b3
RK
4
5#view-deck {
6 background: #CCD0DD;
7}
8
9.heading {
10 font-size: 270%;
11 text-align: center;
12 margin: 0 120px;
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 #666699;
45 background-color: #CCD0DD;
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 label {
57 margin-top: 0;
58 margin-bottom: 0;
59}
60
61.select-cell {
62 -moz-box-align: center;
63 -moz-box-pack: start;
64}
65
66#select-header .select-cell {
1783ea50 67 box-sizing: border-box;
154ee8b3
RK
68}
69
70#select-header .select-keep,
71#select-header .select-icon,
72#select-header .select-name,
73#select-header .select-action {
74 background-color: #9999CC;
75}
76
77.select-keep {
78 -moz-box-pack: center;
79}
80
81.select-icon {
82 width: 20px;
83}
84
85.select-keep .addon-keep-checkbox {
86 margin: 0;
87 padding: 0;
88 width: 13px;
89}
90
91.select-keep .addon-keep-checkbox:-moz-focusring {
92 outline: 1px dotted #000000;
93}
94
95.select-keep .checkbox-label-box {
96 display: none;
97}
98
99.addon-name,
100.addon-action-message,
101.addon-action-update {
1783ea50 102 box-sizing: border-box;
154ee8b3
RK
103 margin: 0;
104 padding-top: 1px;
105 padding-bottom: 2px;
106 -moz-padding-start: 6px;
107 -moz-padding-end: 5px;
108}
109
110#select-grid separator {
111 border-top: 1px solid #666699;
112 height: 0;
113 margin-top: 0.4em;
114 margin-bottom: 0.4em;
115}
116
117.addon:not([active]) .addon-name,
118.addon:not([active]) .addon-action-message,
119.addon:not([active]) .addon-action-update {
120 color: #808080;
121}
122
123.addon-icon {
124 height: 16px;
125 width: 16px;
126 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
127}
128
129.addon-icon[type="theme"] {
130 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
131}
132
133.addon-icon[type="plugin"] {
134 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
135}
136
1e29db46
RK
137.addon-icon[type="dictionary"] {
138 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
139}
140
154ee8b3
RK
141.action-list {
142 margin-top: 10px;
143 -moz-margin-start: 5em;
144}
145
146.action-header {
147 margin-bottom: 10px;
148}
149
150#confirm .addon {
151 -moz-margin-start: 3em;
152 -moz-box-align: center;
153}
154
155.addon:not([active]) .addon-icon,
156#disable-list .addon-icon,
157#incompatible-list .addon-icon {
441d0294 158/* filter: grayscale(1); */
154ee8b3
RK
159}
160
161#footer {
162 padding: 15px 12px;
163}
164
165.progress-label,
166#footer-label {
167 color: #808080;
168}