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