second and last part of syncing LCARStrek with Firefox 49/50 windows theme changes
[themes.git] / LCARStrek / browser / controlcenter / panel.css
CommitLineData
2e389898
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/. */
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],
7327c957 14#identity-popup[connection=secure-cert-user-overridden] [when-connection~=secure-cert-user-overridden],
2e389898
RK
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] {
470b6552
RK
39 display: none;
40}
41
2e389898
RK
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}
470b6552
RK
54
55#identity-popup,
2e389898 56#identity-popup:not([panelopen]) .panel-viewstack[viewtype="main"]:not([transitioning]) #identity-popup-mainView {
470b6552
RK
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
2e389898
RK
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
470b6552
RK
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);
470b6552
RK
86 padding: 0;
87}
88
470b6552 89.identity-popup-section:not(:first-child) {
c9b0a396 90 border-top: 1px solid var(--panel-separator-color);
470b6552
RK
91}
92
93#identity-popup-securityView,
94#identity-popup-security-content,
95#identity-popup-permissions-content,
96#tracking-protection-content {
470b6552
RK
97 background-repeat: no-repeat;
98 background-position: 1em 1em;
99 background-size: 24px auto;
100}
101
7327c957
RK
102#identity-popup-security-content,
103#identity-popup-permissions-content,
104#tracking-protection-content {
105 padding: 0.5em 0 1em;
7c1e433b 106 /* .identity-popup-headline.host depends on this width */
dae45075
RK
107 padding-inline-start: calc(2em + 24px);
108 padding-inline-end: 1em;
7327c957
RK
109}
110
470b6552
RK
111#identity-popup-securityView:-moz-locale-dir(rtl),
112#identity-popup-security-content:-moz-locale-dir(rtl),
113#identity-popup-permissions-content:-moz-locale-dir(rtl),
114#tracking-protection-content:-moz-locale-dir(rtl) {
115 background-position: calc(100% - 1em) 1em;
116}
117
470b6552
RK
118/* EXPAND BUTTON */
119
120.identity-popup-expander {
121 margin: 0;
122 min-width: auto;
7c1e433b 123 width: var(--identity-popup-expander-width);
470b6552
RK
124 background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow");
125 background-size: 16px, auto;
126 background-position: center;
127 background-repeat: no-repeat;
128 background-color: transparent;
129 border-radius: 0 5px 5px 0;
130}
131
132.identity-popup-expander:-moz-locale-dir(rtl) {
133 transform: scaleX(-1);
134}
135
136.identity-popup-expander[panel-multiview-anchor] {
137 transition: background-color 250ms ease-in;
138 background-color: #008484;
b336389b 139 background-image: url("chrome://browser/skin/controlcenter/arrow-subview-back.svg");
b1dfcf32 140 color: #000000;
470b6552
RK
141}
142
143.identity-popup-expander > .button-box,
144.identity-popup-expander > .button-box:focus {
145 padding: 4px 0;
146 border-radius: 0 5px 5px 0;
147}
148
149.identity-popup-expander[panel-multiview-anchor] > .button-box,
150.identity-popup-expander[panel-multiview-anchor] > .button-box:focus {
151}
152
153.identity-popup-expander:hover {
154 background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow-active");
155 background-color: #FFCF00;
156}
157
158.identity-popup-expander:hover:active {
159 background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow-active");
160 background-color: #FF9F00;
161}
162
163/* CONTENT */
164
b336389b
RK
165#identity-popup-security-content > description,
166#identity-popup-security-descriptions > description,
167#identity-popup-securityView-header > description,
168#identity-popup-securityView-body > description,
169#identity-popup-permissions-content > description,
170#tracking-protection-content > label,
470b6552
RK
171.identity-popup-text {
172 white-space: pre-wrap;
173 font-size: 110%;
174 margin: 0;
175}
176
177.identity-popup-headline {
024a65e9 178 margin: 3px 0 4px;
470b6552
RK
179 font-size: 150%;
180}
e9fbfc3a 181
7c1e433b
RK
182.identity-popup-headline.host {
183 word-wrap: break-word;
184 /* 1em + 2em + 24px is #identity-popup-security-content padding
185 * 30em is .panel-mainview:not([panelid="PanelUI-popup"]) width */
186 max-width: calc(30rem - 3rem - 24px - var(--identity-popup-expander-width))
187}
188
b336389b 189.identity-popup-warning-gray {
dae45075 190 padding-inline-start: 24px;
b336389b
RK
191 background: url(chrome://browser/skin/controlcenter/warning-gray.svg) no-repeat 0 50%;
192}
193
194.identity-popup-warning-yellow {
dae45075 195 padding-inline-start: 24px;
b336389b
RK
196 background: url(chrome://browser/skin/controlcenter/warning-yellow.svg) no-repeat 0 50%;
197}
198
199.identity-popup-warning-gray:-moz-locale-dir(rtl),
200.identity-popup-warning-yellow:-moz-locale-dir(rtl) {
201 background-position: 100% 50%;
202}
470b6552
RK
203
204/* SECURITY */
205
206#identity-popup-securityView > .identity-popup-text:not(#identity-popup-content-owner) {
207 margin: 2px 0 4px;
208}
209
210.identity-popup-connection-secure {
211 color: #008484;
212}
213
214.identity-popup-connection-not-secure {
215 color: #9C9CFF;
216}
217
218#identity-popup-security-content.chromeUI {
219 background-image: url(chrome://branding/content/icon48.png);
220}
221
222/* SECURITY SUBVIEW */
223
224#identity-popup-securityView {
470b6552
RK
225 overflow: hidden;
226}
227
228#identity-popup-securityView,
229#identity-popup-security-content {
230 background-image: url(chrome://browser/skin/controlcenter/conn-not-secure.svg);
231}
232
024a65e9
RK
233#identity-popup[connection=chrome] #identity-popup-securityView,
234#identity-popup[connection=chrome] #identity-popup-security-content {
235 background-image: url(chrome://branding/content/icon48.png);
236}
237
238#identity-popup[connection^=secure] #identity-popup-securityView,
239#identity-popup[connection^=secure] #identity-popup-security-content {
c9b0a396 240 background-image: url(chrome://browser/skin/controlcenter/conn-secure.svg);
470b6552
RK
241}
242
024a65e9
RK
243/* Use [isbroken] to make sure we don't show a lock on an http page. See Bug 1192162. */
244#identity-popup[ciphers=weak] #identity-popup-securityView,
245#identity-popup[ciphers=weak] #identity-popup-security-content,
246#identity-popup[mixedcontent~=passive-loaded][isbroken] #identity-popup-securityView,
247#identity-popup[mixedcontent~=passive-loaded][isbroken] #identity-popup-security-content {
19988d2d
RK
248 background-image: url(chrome://browser/skin/controlcenter/conn-degraded.svg);
249}
250
024a65e9
RK
251#identity-popup[connection=secure-cert-user-overridden] #identity-popup-securityView,
252#identity-popup[connection=secure-cert-user-overridden] #identity-popup-security-content {
253 background-image: url(chrome://browser/skin/identity-mixed-passive-loaded.svg);
254}
255
256#identity-popup[loginforms=insecure] #identity-popup-securityView,
257#identity-popup[loginforms=insecure] #identity-popup-security-content,
258#identity-popup[mixedcontent~=active-loaded][isbroken] #identity-popup-securityView,
259#identity-popup[mixedcontent~=active-loaded][isbroken] #identity-popup-security-content {
470b6552
RK
260 background-image: url(chrome://browser/skin/controlcenter/mcb-disabled.svg);
261}
262
024a65e9
RK
263#identity-popup-security-descriptions > description {
264 margin-top: 6px;
265 color: #A09090;
266}
267
268#identity-popup-securityView-header,
269#identity-popup-securityView-body {
dae45075
RK
270 margin-inline-start: calc(2em + 24px);
271 margin-inline-end: 1em;
024a65e9
RK
272}
273
470b6552 274#identity-popup-securityView-header {
024a65e9 275 margin-top: 0.5em;
c9b0a396 276 border-bottom: 1px solid var(--panel-separator-color);
470b6552 277 padding-bottom: 1em;
470b6552
RK
278}
279
024a65e9 280#identity-popup-securityView-body {
dae45075 281 padding-inline-end: 1em;
024a65e9
RK
282}
283
284#identity-popup-securityView-footer {
285 margin-top: 1em;
7327c957 286 background-color: #402000;
024a65e9
RK
287}
288
289#identity-popup-securityView-footer > button {
290}
291
292#identity-popup-securityView-footer > button:hover,
293#identity-popup-securityView-footer > button:focus {
470b6552
RK
294}
295
024a65e9
RK
296#identity-popup-securityView-footer > button:hover:active {
297}
298
299#identity-popup-content-verifier ~ description {
300 margin-top: 1em;
470b6552
RK
301 color: #A09090;
302}
303
024a65e9
RK
304description#identity-popup-content-verified-by,
305description#identity-popup-content-owner,
306description#identity-popup-content-verifier,
307#identity-popup-securityView-body > button {
470b6552
RK
308 margin-top: 1em;
309}
310
024a65e9
RK
311#identity-popup-securityView-body > button {
312 margin-inline-start: 0;
313 margin-inline-end: 0;
314}
315
470b6552
RK
316/* TRACKING PROTECTION */
317
318#tracking-protection-content {
319 background-image: url("chrome://browser/skin/controlcenter/tracking-protection.svg");
320}
321
19988d2d 322#tracking-protection-content[state="loaded-tracking-content"] {
470b6552
RK
323 background-image: url("chrome://browser/skin/controlcenter/tracking-protection-disabled.svg");
324}
325
326#tracking-action-block,
b336389b 327#tracking-action-unblock,
b1dfcf32
RK
328#tracking-action-unblock-private,
329#identity-popup-securityView-body > button {
470b6552
RK
330 margin: 1em 0 0;
331}
332
b336389b
RK
333#tracking-protection-content[state] > #tracking-not-detected,
334#tracking-protection-content:not([state="blocked-tracking-content"]) > #tracking-blocked,
335#main-window[privatebrowsingmode] #tracking-action-unblock,
336#main-window:not([privatebrowsingmode]) #tracking-action-unblock-private,
337#tracking-protection-content:not([state="blocked-tracking-content"]) #tracking-action-unblock,
338#tracking-protection-content:not([state="blocked-tracking-content"]) #tracking-action-unblock-private,
339#tracking-protection-content:not([state="loaded-tracking-content"]) > #tracking-loaded,
340#tracking-protection-content:not([state="loaded-tracking-content"]) #tracking-action-block,
19988d2d 341#tracking-protection-content:not([state]) > #tracking-actions {
470b6552
RK
342 display: none;
343}
344
345/* PERMISSIONS */
346
347#identity-popup-permissions-content {
348 background-image: url(chrome://browser/skin/controlcenter/permissions.svg);
349}
350
db1c5db1
RK
351#identity-popup-permissions-headline {
352 /* Make sure the label is as tall as the icon so that the permission list
353 which is aligned with the icon doesn't cover it up. */
354 min-height: 24px;
355}
356
357#identity-popup-permission-list {
358 /* Offset the padding set on #identity-popup-permissions-content so that it
359 shows up just below the section. The permission icons are 16px wide and
360 should be right aligned with the section icon. */
361 margin-inline-start: calc(-1em - 16px);
362}
363
364.identity-popup-permission-item {
365 min-height: 24px;
024a65e9
RK
366}
367
d7b7f7e1 368#identity-popup-permission-list:not(:empty) {
470b6552
RK
369 margin-top: 5px;
370}
371
d7b7f7e1
RK
372#identity-popup-permission-list:not(:empty) + description {
373 display: none;
374}
375
db1c5db1
RK
376.identity-popup-permission-icon {
377 width: 16px;
378 height: 16px;
379}
380
470b6552 381.identity-popup-permission-label {
db1c5db1
RK
382 margin-inline-start: 1em;
383}
384
385.identity-popup-permission-state-label {
386 text-align: end;
387 opacity: 0.6;
388}
389
390.identity-popup-permission-remove-button {
391 margin: 0;
392 border-width: 0;
393 border-radius: 50%;
394 min-width: 0;
395 padding: 2px;
396 background-color: transparent;
397}
398
399.identity-popup-permission-remove-button > .button-box {
400 padding: 0;
401}
402
403.identity-popup-permission-remove-button > .button-box > .button-icon {
404 margin: 0;
405 width: 16px;
406 height: 16px;
407 list-style-image: url(chrome://browser/skin/panel-icons.svg#cancel);
408 filter: url(chrome://browser/skin/filters.svg#fill);
409 fill: #A09090;
410}
411
412.identity-popup-permission-remove-button > .button-box > .button-text {
413 display: none;
414}
415
416.identity-popup-permission-remove-button:not(:-moz-focusring):hover {
417 background-color: #FFCF00;
418}
419
420.identity-popup-permission-remove-button:not(:-moz-focusring):hover > .button-box > .button-icon {
421 fill: #000000;
422}
423
424.identity-popup-permission-remove-button:not(:-moz-focusring):hover:active {
425 background-color: #FF9F00;
470b6552
RK
426}
427
2e389898
RK
428/* === END panel.inc.css === */
429
b336389b
RK
430.identity-popup-expander:-moz-focusring {
431 padding: 1px;
2e389898
RK
432}
433
b336389b
RK
434.identity-popup-expander:-moz-focusring > .button-box {
435 outline: 1px #008484 dotted;
2e389898 436}