third part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / browser / controlcenter / panel.css
... / ...
CommitLineData
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/* === BEGIN panel.inc.css === */
6
7/* Hide all conditional elements by default. */
8:-moz-any([when-connection],[when-mixedcontent],[when-ciphers],[when-loginforms]) {
9 display: none;
10}
11
12/* Show the right elements for the right connection states. */
13#identity-popup[connection=not-secure] [when-connection~=not-secure],
14#identity-popup[connection=secure-cert-user-overridden] [when-connection~=secure-cert-user-overridden],
15#identity-popup[connection=secure-ev] [when-connection~=secure-ev],
16#identity-popup[connection=secure] [when-connection~=secure],
17#identity-popup[connection=chrome] [when-connection~=chrome],
18#identity-popup[connection=file] [when-connection~=file],
19/* Show insecure login forms messages when needed. */
20#identity-popup[loginforms=insecure] [when-loginforms=insecure],
21/* Show weak cipher messages when needed. */
22#identity-popup[ciphers=weak] [when-ciphers~=weak],
23/* Show mixed content warnings when needed */
24#identity-popup[mixedcontent~=active-loaded] [when-mixedcontent=active-loaded],
25#identity-popup[mixedcontent~=passive-loaded]:not([mixedcontent~=active-loaded]) [when-mixedcontent=passive-loaded],
26#identity-popup[mixedcontent~=active-blocked]:not([mixedcontent~=passive-loaded]) [when-mixedcontent=active-blocked],
27/* Show the right elements when there is mixed passive content loaded and active blocked. */
28#identity-popup[mixedcontent~=active-blocked][mixedcontent~=passive-loaded] [when-mixedcontent~=active-blocked][when-mixedcontent~=passive-loaded],
29/* Show 'disable MCB' button always when there is mixed active content blocked. */
30#identity-popup-securityView-body[mixedcontent~=active-blocked] > button[when-mixedcontent=active-blocked] {
31 display: inherit;
32}
33
34/* Hide redundant messages based on insecure login forms presence. */
35#identity-popup[loginforms=secure] [and-when-loginforms=insecure] {
36 display: none;
37}
38#identity-popup[loginforms=insecure] [and-when-loginforms=secure] {
39 display: none;
40}
41
42/* Hide 'not secure' message in subview when weak cipher or mixed content messages are shown. */
43#identity-popup-securityView-body:-moz-any([mixedcontent],[ciphers]) > description[when-connection=not-secure],
44/* Hide 'passive-loaded (only)' message when there is mixed passive content loaded and active blocked. */
45#identity-popup-securityView-body[mixedcontent~=passive-loaded][mixedcontent~=active-blocked] > description[when-mixedcontent=passive-loaded] {
46 display: none;
47}
48
49/* Make sure hidden elements don't accidentally become visible from one of the
50 above selectors (see Bug 1194258) */
51#identity-popup [hidden] {
52 display: none !important;
53}
54
55#identity-popup,
56#identity-popup:not([panelopen]) .panel-viewstack[viewtype="main"]:not([transitioning]) #identity-popup-mainView {
57 /* Tiny hack to ensure the panel shrinks back to its original
58 size after closing a subview that is bigger than the main view. */
59 max-height: 0;
60}
61
62.panel-mainview[panelid=identity-popup][viewtype=subview] > #identity-popup-mainView menulist,
63.panel-mainview[panelid=identity-popup][viewtype=subview] > #identity-popup-mainView button:not([panel-multiview-anchor]) {
64 -moz-user-focus: ignore;
65}
66
67#identity-popup > .panel-arrowcontainer > .panel-arrowcontent {
68 padding: 0;
69}
70
71.panel-mainview[panelid=identity-popup] {
72 min-width: 30em;
73}
74
75#identity-popup-multiView > .panel-viewcontainer > .panel-viewstack[viewtype="main"] > .panel-subviews {
76 transform: translateX(100%);
77 box-shadow: none;
78}
79
80#identity-popup-multiView > .panel-viewcontainer > .panel-viewstack[viewtype="main"] > .panel-subviews:-moz-locale-dir(rtl) {
81 transform: translateX(-100%);
82}
83
84#identity-popup-multiView > .panel-viewcontainer > .panel-viewstack > .panel-subviews {
85 background: var(--panel-arrowcontent-background);
86 padding: 0;
87}
88
89.identity-popup-section:not(:first-child) {
90 border-top: 1px solid var(--panel-separator-color);
91}
92
93#identity-popup-securityView,
94#identity-popup-security-content,
95#identity-popup-permissions-content,
96#tracking-protection-content {
97 background-repeat: no-repeat;
98 background-position: 1em 1em;
99 background-size: 24px auto;
100}
101
102#identity-popup-security-content,
103#identity-popup-permissions-content,
104#tracking-protection-content {
105 padding: 0.5em 0 1em;
106 -moz-padding-start: calc(2em + 24px);
107 -moz-padding-end: 1em;
108}
109
110#identity-popup-securityView:-moz-locale-dir(rtl),
111#identity-popup-security-content:-moz-locale-dir(rtl),
112#identity-popup-permissions-content:-moz-locale-dir(rtl),
113#tracking-protection-content:-moz-locale-dir(rtl) {
114 background-position: calc(100% - 1em) 1em;
115}
116
117/* EXPAND BUTTON */
118
119.identity-popup-expander {
120 margin: 0;
121 min-width: auto;
122 width: 38px;
123 background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow");
124 background-size: 16px, auto;
125 background-position: center;
126 background-repeat: no-repeat;
127 background-color: transparent;
128 border-radius: 0 5px 5px 0;
129}
130
131.identity-popup-expander:-moz-locale-dir(rtl) {
132 transform: scaleX(-1);
133}
134
135.identity-popup-expander[panel-multiview-anchor] {
136 transition: background-color 250ms ease-in;
137 background-color: #008484;
138 background-image: url("chrome://browser/skin/controlcenter/arrow-subview-back.svg");
139 color: #000000;
140}
141
142.identity-popup-expander > .button-box,
143.identity-popup-expander > .button-box:focus {
144 padding: 4px 0;
145 border-radius: 0 5px 5px 0;
146}
147
148.identity-popup-expander[panel-multiview-anchor] > .button-box,
149.identity-popup-expander[panel-multiview-anchor] > .button-box:focus {
150}
151
152.identity-popup-expander:hover {
153 background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow-active");
154 background-color: #FFCF00;
155}
156
157.identity-popup-expander:hover:active {
158 background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow-active");
159 background-color: #FF9F00;
160}
161
162/* CONTENT */
163
164#identity-popup-security-content > description,
165#identity-popup-security-descriptions > description,
166#identity-popup-securityView-header > description,
167#identity-popup-securityView-body > description,
168#identity-popup-permissions-content > description,
169#tracking-protection-content > label,
170.identity-popup-text {
171 white-space: pre-wrap;
172 font-size: 110%;
173 margin: 0;
174}
175
176.identity-popup-headline {
177 margin: 3px 0 4px;
178 font-size: 150%;
179}
180
181.identity-popup-warning-gray {
182 -moz-padding-start: 24px;
183 background: url(chrome://browser/skin/controlcenter/warning-gray.svg) no-repeat 0 50%;
184}
185
186.identity-popup-warning-yellow {
187 -moz-padding-start: 24px;
188 background: url(chrome://browser/skin/controlcenter/warning-yellow.svg) no-repeat 0 50%;
189}
190
191.identity-popup-warning-gray:-moz-locale-dir(rtl),
192.identity-popup-warning-yellow:-moz-locale-dir(rtl) {
193 background-position: 100% 50%;
194}
195
196/* SECURITY */
197
198#identity-popup-securityView > .identity-popup-text:not(#identity-popup-content-owner) {
199 margin: 2px 0 4px;
200}
201
202.identity-popup-connection-secure {
203 color: #008484;
204}
205
206.identity-popup-connection-not-secure {
207 color: #9C9CFF;
208}
209
210#identity-popup-security-content.chromeUI {
211 background-image: url(chrome://branding/content/icon48.png);
212}
213
214/* SECURITY SUBVIEW */
215
216#identity-popup-securityView {
217 overflow: hidden;
218}
219
220#identity-popup-securityView,
221#identity-popup-security-content {
222 background-image: url(chrome://browser/skin/controlcenter/conn-not-secure.svg);
223}
224
225#identity-popup[connection=chrome] #identity-popup-securityView,
226#identity-popup[connection=chrome] #identity-popup-security-content {
227 background-image: url(chrome://branding/content/icon48.png);
228}
229
230#identity-popup[connection^=secure] #identity-popup-securityView,
231#identity-popup[connection^=secure] #identity-popup-security-content {
232 background-image: url(chrome://browser/skin/controlcenter/conn-secure.svg);
233}
234
235/* Use [isbroken] to make sure we don't show a lock on an http page. See Bug 1192162. */
236#identity-popup[ciphers=weak] #identity-popup-securityView,
237#identity-popup[ciphers=weak] #identity-popup-security-content,
238#identity-popup[mixedcontent~=passive-loaded][isbroken] #identity-popup-securityView,
239#identity-popup[mixedcontent~=passive-loaded][isbroken] #identity-popup-security-content {
240 background-image: url(chrome://browser/skin/controlcenter/conn-degraded.svg);
241}
242
243#identity-popup[connection=secure-cert-user-overridden] #identity-popup-securityView,
244#identity-popup[connection=secure-cert-user-overridden] #identity-popup-security-content {
245 background-image: url(chrome://browser/skin/identity-mixed-passive-loaded.svg);
246}
247
248#identity-popup[loginforms=insecure] #identity-popup-securityView,
249#identity-popup[loginforms=insecure] #identity-popup-security-content,
250#identity-popup[mixedcontent~=active-loaded][isbroken] #identity-popup-securityView,
251#identity-popup[mixedcontent~=active-loaded][isbroken] #identity-popup-security-content {
252 background-image: url(chrome://browser/skin/controlcenter/mcb-disabled.svg);
253}
254
255#identity-popup-security-descriptions > description {
256 margin-top: 6px;
257 color: #A09090;
258}
259
260#identity-popup-securityView-header,
261#identity-popup-securityView-body {
262 -moz-margin-start: calc(2em + 24px);
263 -moz-margin-end: 1em;
264}
265
266#identity-popup-securityView-header {
267 margin-top: 0.5em;
268 border-bottom: 1px solid var(--panel-separator-color);
269 padding-bottom: 1em;
270}
271
272#identity-popup-securityView-body {
273 -moz-padding-end: 1em;
274}
275
276#identity-popup-securityView-footer {
277 margin-top: 1em;
278 background-color: #402000;
279}
280
281#identity-popup-securityView-footer > button {
282}
283
284#identity-popup-securityView-footer > button:hover,
285#identity-popup-securityView-footer > button:focus {
286}
287
288#identity-popup-securityView-footer > button:hover:active {
289}
290
291#identity-popup-content-verifier ~ description {
292 margin-top: 1em;
293 color: #A09090;
294}
295
296description#identity-popup-content-verified-by,
297description#identity-popup-content-owner,
298description#identity-popup-content-verifier,
299#identity-popup-securityView-body > button {
300 margin-top: 1em;
301}
302
303#identity-popup-securityView-body > button {
304 margin-inline-start: 0;
305 margin-inline-end: 0;
306}
307
308/* TRACKING PROTECTION */
309
310#tracking-protection-content {
311 background-image: url("chrome://browser/skin/controlcenter/tracking-protection.svg");
312}
313
314#tracking-protection-content[state="loaded-tracking-content"] {
315 background-image: url("chrome://browser/skin/controlcenter/tracking-protection-disabled.svg");
316}
317
318#tracking-action-block,
319#tracking-action-unblock,
320#tracking-action-unblock-private,
321#identity-popup-securityView-body > button {
322 margin: 1em 0 0;
323}
324
325#tracking-protection-content[state] > #tracking-not-detected,
326#tracking-protection-content:not([state="blocked-tracking-content"]) > #tracking-blocked,
327#main-window[privatebrowsingmode] #tracking-action-unblock,
328#main-window:not([privatebrowsingmode]) #tracking-action-unblock-private,
329#tracking-protection-content:not([state="blocked-tracking-content"]) #tracking-action-unblock,
330#tracking-protection-content:not([state="blocked-tracking-content"]) #tracking-action-unblock-private,
331#tracking-protection-content:not([state="loaded-tracking-content"]) > #tracking-loaded,
332#tracking-protection-content:not([state="loaded-tracking-content"]) #tracking-action-block,
333#tracking-protection-content:not([state]) > #tracking-actions {
334 display: none;
335}
336
337/* PERMISSIONS */
338
339#identity-popup-permissions-content {
340 background-image: url(chrome://browser/skin/controlcenter/permissions.svg);
341}
342
343#identity-popup-permission-list menulist {
344 min-width: 60px;
345}
346
347#identity-popup-permission-list:not(:empty) {
348 margin-top: 5px;
349}
350
351#identity-popup-permission-list:not(:empty) + description {
352 display: none;
353}
354
355.identity-popup-permission-label {
356 -moz-margin-start: 0;
357 word-wrap: break-word;
358}
359
360/* === END panel.inc.css === */
361
362.identity-popup-expander:-moz-focusring {
363 padding: 1px;
364}
365
366.identity-popup-expander:-moz-focusring > .button-box {
367 outline: 1px #008484 dotted;
368}