start 2.49 cycle
[themes.git] / LCARStrek / global / in-content / common.css
CommitLineData
9168a62c
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 common.inc.css === */
6
7@namespace html "http://www.w3.org/1999/xhtml";
8@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
1988bb88 9
ed351b91
RK
10*|*:root {
11 --in-content-page-color: #FF9F00;
12 --in-content-page-background: #000000;
13 --in-content-text-color: #FF9F00;
14 --in-content-selected-text: #000000;
15 ---in-content-header-border-color: #c8c8c8;
16 --in-content-button-background: #C09070;
17 --in-content-box-background: #000000;
18 ---in-content-box-background-odd: #f3f6fa;
19 --in-content-box-background-hover: #FFCF00;
20 --in-content-box-background-active: #FF9F00;
21 --in-content-box-background-disabled: #402858;
22 --in-content-box-border-color: #FF9F00;
23 ---in-content-item-hover: rgba(0,149,221,0.25);
24 ---in-content-item-selected: #0095dd;
25 ---in-content-border-highlight: #33FF33;
26 --in-content-border-focus: #FFCF00;
27 --in-content-border-color: #9C9CFF;
28 --in-content-border-disabled: #8050B0;
29 --in-content-category-text: #FFCF00;
30 --in-content-category-border-focus: 1px dotted #000000;
31 --in-content-category-text-selected: #000000;
32 --in-content-categorylist-background: #A09090;
33 --in-content-category-background: #000000;
34 --in-content-category-background-hover: #FFCF00;
35 --in-content-category-background-active: #008484;
36 ---in-content-tab-color: #424f5a;
37 --in-content-link-color: #3333FF;
38 --in-content-link-color-hover: #FFCF00;
39 --in-content-link-color-active: #FF9F00;
40 --in-content-link-color-visited: #6000CF;
41 --in-content-primary-button-background: #A06060;
42 --in-content-primary-button-background-hover: #FFCF00;
43 --in-content-primary-button-background-active: #FF9F00;
44 --in-content-table-border-dark-color: #9C9CFF;
45 --in-content-table-header-background: #A09090;
ed351b91
RK
46 --in-content-disabled-text: #8050B0;
47}
b1dfcf32
RK
48
49@-moz-document url("about:privatebrowsing") {
50 #bar {
51 background-color: #6000CF !important;
52 color: #FFCF00 !important;
53 }
54
55 #tpEnabled {
56 background-color: #008484 !important;
57 color: #000000 !important;
58 }
59
60 #tpDisabled {
61 background-color: #FF0000 !important;
62 color: #000000 !important;
63 }
64
65 #trackingProtectionSection {
66 border-color: #A09090 !important;
67 }
68}
69
d471380e 70html|html,
e6947267
RK
71xul|page,
72xul|window {
1988bb88 73 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
9168a62c 74 -moz-appearance: none;
ed351b91
RK
75 background-color: var(--in-content-page-background);
76 color: var(--in-content-page-color);
9168a62c
RK
77}
78
79html|body {
80 font-size: 15px;
81 font-weight: normal;
82 margin: 0;
83}
84
85html|h1 {
86 font-size: 2.5em;
87 font-weight: lighter;
88 line-height: 1.2;
ed351b91 89 color: var(--in-content-text-color);
9168a62c
RK
90 margin: 0;
91 margin-bottom: .5em;
92}
93
e6947267
RK
94html|hr {
95 border-style: solid none none none;
ed351b91 96 border-color: var(--in-content-border-color);
e6947267
RK
97}
98
9168a62c 99xul|caption {
9168a62c
RK
100}
101
e6947267 102xul|caption > xul|checkbox,
9168a62c 103xul|caption > xul|label {
1988bb88
RK
104 margin-top: 0;
105 margin-bottom: 0;
9168a62c
RK
106}
107
108*|*.main-content {
21c0144b 109 padding-top: 40px;
dae45075 110 padding-inline-end: 48px; /* orig is 44px to compensate the 4px margin of child elements */
21c0144b 111 padding-bottom: 48px;
dae45075 112 padding-inline-start: 48px;
9168a62c
RK
113 overflow: auto;
114}
115
116xul|prefpane > xul|*.content-box {
117 overflow: visible;
118}
1988bb88 119
9168a62c
RK
120/* groupboxes */
121/*
122xul|groupbox {
123 -moz-appearance: none;
124 border: none;
e6947267 125 margin: 15px 0 0;
dae45075
RK
126 padding-inline-start: 0;
127 padding-inline-end: 0;
9168a62c
RK
128 font-size: 1.25rem;
129}
130
dae45075 131xul|groupbox xul|label:not(.menu-accel):not(.menu-text):not(.indent),
5d891ecf 132xul|groupbox xul|description {
9168a62c 133 / !important needed to override toolkit !important rule /
dae45075
RK
134 margin-inline-start: 0 !important;
135 margin-inline-end: 0 !important;
9168a62c
RK
136}
137*/
138/* tabpanels and tabs */
139/*
140xul|tabpanels {
141 -moz-appearance: none;
142 font-size: 1.25rem;
143 line-height: 22px;
144 border: none;
145 padding: 0;
146 background-color: transparent;
441d0294 147 color: inherit;
9168a62c
RK
148}
149
150xul|tabs {
151 margin-bottom: 15px;
ed351b91
RK
152 border-top: 1px solid var(--in-content-box-border-color);
153 border-bottom: 1px solid var(--in-content-box-border-color);
154 background-color: var(--in-content-page-background);
9168a62c
RK
155}
156
157xul|*.tabs-left,
158xul|*.tabs-right {
159 border-bottom: none;
160}
161
162xul|tab {
163 -moz-appearance: none;
164 margin-top: 0;
441d0294 165 padding: 4px 20px;
9168a62c 166 min-height: 44px;
ed351b91
RK
167 color: var(--in-content-tab-color);
168 background-color: var(--in-content-page-background);
9168a62c 169 border-width: 0;
d471380e
RK
170 / !important overrides tabbox.css RTL and visuallyselected rules /
171 border-radius: 0 !important;
9168a62c
RK
172 transition: background-color 50ms ease 0s;
173}
174
175xul|tab:hover {
ed351b91 176 background-color: var(--in-content-box-background-hover);
9168a62c
RK
177}
178
ed351b91
RK
179xul|tab[selected] {
180 background-color: var(--in-content-box-background-hover);
441d0294 181 padding-bottom: 0; / compensate the 4px border /
ed351b91 182 border-bottom: 4px solid var(--in-content-border-highlight);
9168a62c
RK
183}
184
185xul|*.tab-text {
186 font-size: 1.3rem;
187 line-height: 22px;
188}
189*/
190/* html buttons */
1988bb88 191
9168a62c 192html|button {
1988bb88
RK
193 border-radius: 300px;
194 border: none;
ed351b91
RK
195 background-color: var(--in-content-button-background);
196 color: var(--in-content-selected-text);
9e756f9d 197 /* override forms.css */
9168a62c
RK
198 font: inherit;
199}
1988bb88 200
9168a62c
RK
201/* xul buttons and menulists */
202/*
203*|button,
dae45075 204html|select,
9168a62c
RK
205xul|colorpicker[type="button"],
206xul|menulist {
207 -moz-appearance: none;
d471380e 208 min-height: 30px;
ed351b91
RK
209 color: var(--in-content-text-color);
210 border: 1px solid var(--in-content-box-border-color);
9168a62c
RK
211 -moz-border-top-colors: none !important;
212 -moz-border-right-colors: none !important;
213 -moz-border-bottom-colors: none !important;
214 -moz-border-left-colors: none !important;
215 border-radius: 2px;
ed351b91 216 background-color: var(--in-content-page-background);
9168a62c 217}
1988bb88 218*/
9168a62c 219html|button:enabled:hover,
dae45075 220html|select:enabled:hover,
9168a62c
RK
221xul|button:not([disabled="true"]):hover,
222xul|colorpicker[type="button"]:not([disabled="true"]):hover,
223xul|menulist:not([disabled="true"]):hover {
ed351b91
RK
224 background-color: var(--in-content-box-background-hover);
225 color: var(--in-content-selected-text);
9168a62c
RK
226}
227
228html|button:enabled:hover:active,
dae45075 229html|select:enabled:hover:active,
9168a62c
RK
230xul|button:not([disabled="true"]):hover:active,
231xul|colorpicker[type="button"]:not([disabled="true"]):hover:active,
232xul|menulist[open="true"]:not([disabled="true"]) {
ed351b91
RK
233 background-color: var(--in-content-box-background-active);
234 color: var(--in-content-selected-text);
9168a62c
RK
235}
236
237html|button:disabled,
dae45075 238html|select:disabled,
9168a62c
RK
239xul|button[disabled="true"],
240xul|colorpicker[type="button"][disabled="true"],
241xul|menulist[disabled="true"] {
ed351b91
RK
242 background-color: var(--in-content-box-background-disabled);
243 color: var(--in-content-selected-text);
9168a62c 244}
21c0144b
RK
245
246*|button.primary {
ed351b91 247 background-color: var(--in-content-primary-button-background);
21c0144b
RK
248}
249
250html|button.primary:enabled:hover,
251xul|button.primary:not([disabled="true"]):hover {
ed351b91 252 background-color: var(--in-content-primary-button-background-hover);
21c0144b
RK
253}
254
255html|button.primary:enabled:hover:active,
256xul|button.primary:not([disabled="true"]):hover:active {
ed351b91 257 background-color: var(--in-content-primary-button-background-active);
21c0144b 258}
1988bb88 259/*
9168a62c
RK
260xul|colorpicker[type="button"] {
261 padding: 6px;
262 width: 50px;
263}
264
265xul|button > xul|*.button-box,
266xul|menulist > xul|*.menulist-label-box {
267 padding-right: 10px !important;
268 padding-left: 10px !important;
269}
270
e6947267 271xul|menulist > xul|*.menulist-label-box > xul|*.menulist-icon[src] {
dae45075 272 margin-inline-end: 5px;
58036cb8
RK
273}
274
9168a62c
RK
275xul|button[type="menu"] > xul|*.button-box > xul|*.button-menu-dropmarker {
276 -moz-appearance: none;
277 margin: 1px 0;
dae45075 278 margin-inline-start: 10px;
9168a62c
RK
279 padding: 0;
280 width: 10px;
281 height: 16px;
282 border: none;
283 background-color: transparent;
441d0294 284 list-style-image: url("chrome://global/skin/in-content/dropdown.svg#dropdown");
9168a62c
RK
285}
286
441d0294 287*/
9168a62c 288xul|*.help-button {
441d0294 289/*
7729765c
RK
290 min-width: 16px;
291 margin-inline-end: 0;
21c0144b 292 border-width: 0;
9168a62c
RK
293 background-image: none;
294 box-shadow: none;
441d0294
RK
295*/
296 list-style-image: url("chrome://global/skin/in-content/help-glyph.svg");
9168a62c 297}
441d0294 298/*
9168a62c 299xul|*.help-button:not([disabled="true"]):hover {
9168a62c 300 background-image: none;
7729765c
RK
301 / Override default button background /
302 background-color: transparent;
303 list-style-image: url("chrome://global/skin/in-content/help-glyph.svg#help-hover");
9168a62c 304}
9168a62c 305xul|*.help-button:not([disabled="true"]):hover:active {
9168a62c 306 background-image: none;
7729765c
RK
307 / Override default button background /
308 background-color: transparent;
309 list-style-image: url("chrome://global/skin/in-content/help-glyph.svg#help-pressed");
9168a62c
RK
310}
311
312xul|*.close-icon > xul|*.button-box,
313xul|*.help-button > xul|*.button-box {
314 padding-top: 0;
315 padding-bottom: 0;
316 padding-right: 0 !important;
317 padding-left: 0 !important;
318}
a21f2959 319*/
9168a62c 320xul|*.help-button > xul|*.button-box > xul|*.button-icon {
7729765c
RK
321 width: 16px;
322 height: 16px;
9168a62c
RK
323}
324
325xul|*.help-button > xul|*.button-box > xul|*.button-text {
326 display: none;
327}
689d5552
RK
328
329html|*.help-button {
330 width: 16px;
331 height: 16px;
332 border: 0;
333 padding: 0;
334 display: inline-block;
335 background-image: url("chrome://global/skin/in-content/help-glyph.svg#help");
336 background-repeat: no-repeat;
337 background-position: center center;
338 background-size: contain;
339}
340
341html|*.help-button:hover {
342 background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-hover");
343}
344
345html|*.help-button:hover:active {
346 background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-pressed");
347}
a21f2959 348/*
9168a62c 349xul|*.spinbuttons-button {
d471380e 350 min-height: initial;
dae45075
RK
351 margin-inline-start: 10px !important;
352 margin-inline-end: 2px !important;
9168a62c
RK
353}
354
355xul|*.spinbuttons-up {
356 margin-top: 2px !important;
357 border-radius: 1px 1px 0 0;
358}
359
360xul|*.spinbuttons-down {
361 margin-bottom: 2px !important;
362 border-radius: 0 0 1px 1px;
363}
364
365xul|*.spinbuttons-button > xul|*.button-box {
366 padding: 1px 5px 2px !important;
367}
368
369xul|*.spinbuttons-up > xul|*.button-box > xul|*.button-icon {
370 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
371}
372
373xul|*.spinbuttons-up[disabled="true"] > xul|*.button-box > xul|*.button-icon {
374 list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
375}
376
377xul|*.spinbuttons-down > xul|*.button-box > xul|*.button-icon {
378 list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
379}
380
381xul|*.spinbuttons-down[disabled="true"] > xul|*.button-box > xul|*.button-icon {
382 list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
383}
384
385xul|menulist:not([editable="true"]) > xul|*.menulist-dropmarker {
386 -moz-appearance: none;
dae45075 387 margin-inline-end: 4px;
9168a62c
RK
388 padding: 0;
389 border: none;
390 background-color: transparent;
441d0294 391 list-style-image: url("chrome://global/skin/in-content/dropdown.svg#dropdown");
9168a62c
RK
392}
393
441d0294
RK
394xul|menulist:not([editable="true"]) > xul|*.menulist-dropmarker > xul|*.dropmarker-icon {
395 width: 18px;
396 height: 18px;
9168a62c
RK
397}
398
441d0294
RK
399xul|menulist[disabled="true"]:not([editable="true"]) > xul|*.menulist-dropmarker {
400 list-style-image: url("chrome://global/skin/in-content/dropdown.svg#dropdown-disabled")
9168a62c
RK
401}
402
403xul|menulist > xul|menupopup,
404xul|button[type="menu"] > xul|menupopup {
405 -moz-appearance: none;
ed351b91 406 border: 1px solid var(--in-content-box-border-color);
9168a62c 407 border-radius: 2px;
ed351b91 408 background-color: var(--in-content-box-background);
9168a62c
RK
409}
410
411xul|menulist > xul|menupopup xul|menu,
412xul|menulist > xul|menupopup xul|menuitem,
413xul|button[type="menu"] > xul|menupopup xul|menu,
414xul|button[type="menu"] > xul|menupopup xul|menuitem {
415 -moz-appearance: none;
441d0294 416 font-size: 1rem;
ed351b91 417 color: var(--in-content-text-color);
441d0294
RK
418 padding-top: 0.2em;
419 padding-bottom: 0.2em;
dae45075
RK
420 padding-inline-start: 10px;
421 padding-inline-end: 30px;
9168a62c
RK
422}
423
5d891ecf
RK
424xul|menulist > xul|menupopup > xul|menu:not([disabled="true"])[_moz-menuactive="true"],
425xul|menulist > xul|menupopup > xul|menuitem:not([disabled="true"])[_moz-menuactive="true"],
426xul|button[type="menu"] > xul|menupopup > xul|menu:not([disabled="true"])[_moz-menuactive="true"],
427xul|button[type="menu"] > xul|menupopup > xul|menuitem:not([disabled="true"])[_moz-menuactive="true"] {
ed351b91
RK
428 color: var(--in-content-text-color);
429 background-color: var(--in-content-item-hover);
9168a62c
RK
430}
431
5d891ecf
RK
432xul|menulist > xul|menupopup > xul|menu:not([disabled="true"])[selected="true"],
433xul|menulist > xul|menupopup > xul|menuitem:not([disabled="true"])[selected="true"],
434xul|button[type="menu"] > xul|menupopup > xul|menu:not([disabled="true"])[selected="true"],
435xul|button[type="menu"] > xul|menupopup > xul|menuitem:not([disabled="true"])[selected="true"] {
ed351b91
RK
436 color: var(--in-content-selected-text);
437 background-color: var(--in-content-item-selected);
5d891ecf
RK
438}
439
440xul|menulist > xul|menupopup > xul|menu[disabled="true"],
441xul|menulist > xul|menupopup > xul|menuitem[disabled="true"],
442xul|button[type="menu"] > xul|menupopup > xul|menu[disabled="true"],
443xul|button[type="menu"] > xul|menupopup > xul|menuitem[disabled="true"] {
444 color: #999;
445 / override the [_moz-menuactive="true"] background color from
446 global/menu.css /
447 background-color: transparent;
9168a62c
RK
448}
449
450xul|menulist > xul|menupopup xul|menuseparator,
451xul|button[type="menu"] > xul|menupopup xul|menuseparator {
452 -moz-appearance: none;
21c0144b 453 margin: 0;
9168a62c 454 padding: 0;
ed351b91 455 border-top: 1px solid var(--in-content-box-border-color);
9168a62c
RK
456 border-bottom: none;
457}
458*/
459/* textboxes */
460/*
d471380e
RK
461html|input[type="text"],
462html|textarea,
463xul|textbox {
9168a62c 464 -moz-appearance: none;
ed351b91 465 color: var(--in-content-text-color);
ed351b91 466 border: 1px solid var(--in-content-box-border-color);
9168a62c
RK
467 -moz-border-top-colors: none !important;
468 -moz-border-right-colors: none !important;
469 -moz-border-bottom-colors: none !important;
470 -moz-border-left-colors: none !important;
471 border-radius: 2px;
ed351b91 472 background-color: var(--in-content-box-background);
9168a62c
RK
473}
474
d471380e
RK
475xul|textbox {
476 min-height: 30px;
477 padding-right: 10px;
478 padding-left: 10px;
479}
480
dae45075
RK
481/ Create a separate rule to unset these styles on .tree-input instead of
482 using :not(.tree-input) so the selector specifity doesn't change. /
483xul|textbox.tree-input {
484 min-height: unset;
485 padding-right: unset;
486 padding-left: unset;
487}
488
d471380e
RK
489html|input[type="text"],
490html|textarea {
491 font-family: inherit;
492 font-size: inherit;
493 padding: 5px 10px;
494}
495
496html|input[type="text"]:focus,
497html|textarea:focus,
9168a62c 498xul|textbox[focused] {
ed351b91 499 border-color: var(--in-content-border-focus);
9168a62c
RK
500}
501
d471380e
RK
502html|input[type="text"]:disabled,
503html|textarea:disabled,
9168a62c
RK
504xul|textbox[disabled="true"] {
505 opacity: 0.5;
506}
507*/
508/* Links */
cac2a998 509
9168a62c 510html|a,
dae45075 511.text-link {
ed351b91 512 color: var(--in-content-link-color);
9168a62c
RK
513 text-decoration: none;
514}
515
516html|a:hover,
dae45075 517.text-link:hover {
ed351b91 518 color: var(--in-content-link-color-hover);
cac2a998 519 text-decoration: underline;
9168a62c
RK
520}
521
ed351b91
RK
522html|a:visited {
523 color: var(--in-content-link-color-visited);
524}
525
9168a62c 526html|a:hover:active,
dae45075 527.text-link:hover:active {
ed351b91 528 color: var(--in-content-link-color-active);
cac2a998 529 text-decoration: underline;
9168a62c 530}
cac2a998 531
9168a62c 532/* Checkboxes and radio buttons */
e0a15019 533/* Hide the actual checkbox */
e6947267 534html|input[type="checkbox"] {
7729765c
RK
535 opacity: 0;
536 width: 0;
537 pointer-events: none;
e6947267
RK
538 position: absolute;
539}
540
e0a15019 541/* Create a box to style as the checkbox */
1e9e1791 542html|input[type="checkbox"] + html|label::before {
e6947267
RK
543 display: inline-block;
544 content: "";
545 vertical-align: middle;
546}
547
548html|input[type="checkbox"] + html|label {
549 line-height: 0px;
550}
e0a15019 551/*
9168a62c 552xul|checkbox {
dae45075 553 margin-inline-start: 0;
9168a62c 554}
e0a15019
RK
555*/
556/* xul|*.checkbox-check, */
1e9e1791 557html|input[type="checkbox"] + html|label::before {
9168a62c
RK
558 -moz-appearance: none;
559 width: 23px;
560 height: 23px;
e0a15019 561 border-radius: 0;
ed351b91 562 border: 1px solid var(--in-content-box-border-color);
dae45075 563 margin-inline-end: 10px;
ed351b91 564 background-color: var(--in-content-box-background);
9168a62c
RK
565 background-position: center center;
566 background-repeat: no-repeat;
9168a62c
RK
567}
568
e0a15019 569/* xul|checkbox:not([disabled="true"]):hover > xul|*.checkbox-check, */
1e9e1791 570html|input[type="checkbox"]:not(:disabled) + html|label:hover::before {
ed351b91 571 border-color: var(--in-content-border-focus);
9168a62c 572}
e0a15019 573html|input[type="checkbox"]:not(:disabled) + html|label:hover {
ed351b91 574 color: var(--in-content-link-color-hover);
e0a15019
RK
575}
576/*
9168a62c
RK
577xul|*.checkbox-check[checked] {
578 background-image: url("chrome://global/skin/in-content/check.png"),
579 / * !important needed to override toolkit !important rule * /
580 linear-gradient(#fff, rgba(255,255,255,0.8)) !important;
581}
e0a15019 582*/
1e9e1791 583html|input[type="checkbox"]:checked + html|label::before {
e0a15019 584 background-image: url("chrome://global/skin/in-content/check.svg#check");
e6947267
RK
585}
586
e0a15019 587/*xul|checkbox[checked][disabled="true"] > xul|*.checkbox-check,*/
1e9e1791 588html|input[type="checkbox"]:checked:disabled + html|label::before {
e0a15019
RK
589 background-image: url("chrome://global/skin/in-content/check.svg#check-disabled");
590}
1e9e1791 591html|input[type="checkbox"]:checked:not(:disabled) + html|label:hover::before {
e0a15019
RK
592 background-image: url("chrome://global/skin/in-content/check.svg#check-hover");
593}
1e9e1791 594html|input[type="checkbox"]:disabled + html|label::before {
ed351b91 595 border-color: var(--in-content-border-disabled);
e0a15019 596}
e6947267 597html|input[type="checkbox"]:disabled + html|label {
ed351b91 598 color: var(--in-content-disabled-text);
9168a62c 599}
e0a15019 600/*
9168a62c 601xul|*.checkbox-label-box {
dae45075
RK
602 margin-inline-start: -1px; / * negative margin for the transparent border * /
603 padding-inline-start: 0;
9168a62c
RK
604}
605
58036cb8
RK
606xul|richlistitem > xul|*.checkbox-check {
607 margin: 3px 6px;
608}
609
da3c2755 610xul|radio {
dae45075 611 margin-inline-start: 0;
da3c2755
RK
612}
613
9168a62c
RK
614xul|*.radio-check {
615 -moz-appearance: none;
616 width: 23px;
617 height: 23px;
ed351b91 618 border: 1px solid var(--in-content-box-border-color);
9168a62c 619 border-radius: 50%;
dae45075 620 margin-inline-end: 10px;
9168a62c
RK
621 background-color: #f1f1f1;
622 background-image: linear-gradient(#fff, rgba(255,255,255,0.80));
623 box-shadow: 0 1px 1px 0 #fff, inset 0 2px 0 0 rgba(0,0,0,0.03);
624}
625
626xul|radio:not([disabled="true"]):hover > xul|*.radio-check {
ed351b91 627 border-color: var(--in-content-border-focus);
9168a62c
RK
628}
629
630xul|*.radio-check[selected] {
21c0144b 631 list-style-image: url("chrome://global/skin/in-content/radio.svg#radio");
9168a62c
RK
632}
633
634xul|radio[disabled="true"] > xul|*.radio-check {
635 opacity: 0.5;
636}
637
638xul|*.radio-label-box {
dae45075
RK
639 margin-inline-start: -1px; / * negative margin for the transparent border * /
640 margin-inline-end: 10px;
641 padding-inline-start: 0;
9168a62c
RK
642}
643*/
644/* Category List */
5d891ecf 645
d471380e 646*|*#categories {
ed351b91 647 background-color: var(--in-content-categorylist-background);
5d891ecf 648 padding-top: 4em;
9168a62c 649 margin: 0;
5d891ecf
RK
650 border-radius: 1em 0 0 0;
651 border: none;
9168a62c
RK
652}
653
d471380e 654*|*.category {
ed351b91
RK
655 background-color: var(--in-content-category-background);
656 color: var(--in-content-category-text);
dae45075
RK
657 border-inline-end-width: 0;
658 padding-inline-start: 15px;
659 padding-inline-end: 21px;
9168a62c
RK
660 min-height: 40px;
661 transition: background-color 150ms;
662}
663
d471380e 664*|*.category:hover {
ed351b91
RK
665 background-color: var(--in-content-category-background-hover);
666 color: var(--in-content-category-text-selected);
9168a62c
RK
667}
668
7729765c
RK
669*|*.category[selected],
670*|*.category.selected {
ed351b91
RK
671 background-color: var(--in-content-category-background-active);
672 color: var(--in-content-category-text-selected);
9168a62c
RK
673}
674
d471380e 675*|*#categories[keyboard-navigation="true"]:-moz-focusring > xul|*.category[current] {
ed351b91
RK
676 border-top: var(--in-content-category-border-focus);
677 border-bottom: var(--in-content-category-border-focus);
9168a62c 678}
5d891ecf 679
9168a62c
RK
680*|*.category-name {
681 line-height: 22px;
682 font-size: 1.25rem;
683 padding-bottom: 2px;
dae45075 684 padding-inline-start: 9px;
9168a62c 685 margin: 0;
e6947267 686 -moz-user-select: none;
9168a62c 687}
5d891ecf 688
9168a62c
RK
689*|*.category-icon {
690 width: 24px;
691 height: 24px;
692}
5d891ecf 693
9168a62c 694/* header */
a21f2959 695
9168a62c 696*|*.header {
dae45075 697/* margin-inline-end: 4px; / add the 4px end-margin of other elements /
ed351b91 698 border-bottom: 1px solid var(--in-content-header-border-color);
9168a62c 699 margin-bottom: 15px;
a21f2959 700 padding-bottom: 15px; */
7729765c 701 -moz-box-align: baseline;
9168a62c
RK
702}
703
704*|*.header-name {
705 font-size: 2.5rem;
706 font-weight: normal;
707 line-height: 40px;
708 margin: 0;
e6947267 709 -moz-user-select: none;
9168a62c 710}
a21f2959 711
9168a62c
RK
712/* File fields */
713/*
714xul|filefield {
715 -moz-appearance: none;
716 background-color: transparent;
717 border: none;
718 padding: 0;
719}
720
721xul|*.fileFieldContentBox {
722 background-color: transparent;
723}
724
725xul|*.fileFieldIcon {
dae45075
RK
726 margin-inline-start: 10px;
727 margin-inline-end: 0;
9168a62c
RK
728}
729
730xul|*.fileFieldLabel {
dae45075
RK
731 margin-inline-start: -26px;
732 padding-inline-start: 36px;
9168a62c
RK
733}
734
735xul|textbox:-moz-locale-dir(rtl),
736xul|*.fileFieldLabel:-moz-locale-dir(rtl),
737xul|textbox + xul|button:-moz-locale-dir(ltr),
738xul|filefield + xul|button:-moz-locale-dir(ltr) {
739 border-top-left-radius: 0;
740 border-bottom-left-radius: 0;
741}
742
743xul|textbox:-moz-locale-dir(ltr),
744xul|*.fileFieldLabel:-moz-locale-dir(ltr),
745xul|textbox + xul|button:-moz-locale-dir(rtl),
746xul|filefield + xul|button:-moz-locale-dir(rtl) {
747 border-top-right-radius: 0;
748 border-bottom-right-radius: 0;
749}
750
751xul|textbox + xul|button,
752xul|filefield + xul|button {
dae45075 753 border-inline-start: none;
9168a62c
RK
754}
755*/
21c0144b
RK
756/* List boxes */
757/*
758xul|richlistbox,
759xul|listbox {
760 -moz-appearance: none;
dae45075 761 margin-inline-start: 0;
ed351b91
RK
762 background-color: var(--in-content-box-background);
763 border: 1px solid var(--in-content-box-border-color);
764 color: var(--in-content-text-color);
21c0144b
RK
765}
766
767xul|treechildren::-moz-tree-row,
768xul|listbox xul|listitem {
769 padding: 0.3em;
770 margin: 0;
771 border: none;
772 border-radius: 0;
773 background-image: none;
774}
775
776xul|treechildren::-moz-tree-row(hover),
777xul|listbox xul|listitem:hover {
ed351b91 778 background-color: var(--in-content-item-hover);
21c0144b
RK
779}
780
781xul|treechildren::-moz-tree-row(selected),
782xul|listbox xul|listitem[selected="true"] {
ed351b91
RK
783 background-color: var(--in-content-item-selected);
784 color: var(--in-content-selected-text);
21c0144b
RK
785}
786
787/ This is the only way to increase the height of a tree row unfortunately /
788xul|treechildren::-moz-tree-row {
789 min-height: 2em;
790}
791
792/ Color needs to be set on tree cell in order to be applied /
793xul|treechildren::-moz-tree-cell-text {
794 color: #333;
795}
796
797xul|treechildren::-moz-tree-cell-text(selected) {
798 color: #fff;
799}
800*/
801/* Trees */
802/*
803xul|tree {
804 -moz-appearance: none;
805 font-size: 1em;
ed351b91
RK
806 border: 1px solid var(--in-content-box-border-color);
807 background-color: var(--in-content-box-background);
cb8b9460 808 margin: 0;
21c0144b
RK
809}
810
e6947267
RK
811xul|tree:-moz-focusring,
812xul|richlistbox:-moz-focusring {
ed351b91 813 border: 1px dotted var(--in-content-border-focus);
e6947267
RK
814}
815
21c0144b
RK
816xul|listheader,
817xul|treecols {
818 -moz-appearance: none;
819 border: none;
ed351b91 820 border-bottom: 1px solid var(--in-content-border-color);
21c0144b 821 padding: 0;
7729765c
RK
822}
823
824.autocomplete-tree > xul|treecols {
825 border-bottom: none !important;
21c0144b
RK
826}
827
828xul|treecol:not([hideheader="true"]),
829xul|treecolpicker {
830 -moz-appearance: none;
831 border: none;
ed351b91 832 background-color: var(--in-content-box-background-hover);
21c0144b
RK
833 color: #808080;
834 padding: 5px 10px;
835}
836
e6947267 837xul|treecol:not([hideheader="true"]):not([sortable="false"]):hover,
21c0144b 838xul|treecolpicker:hover {
ed351b91
RK
839 background-color: var(--in-content-box-background-active);
840 color: var(--in-content-text-color);
21c0144b
RK
841}
842
843xul|treecol:not([hideheader="true"]):not(:first-child),
844xul|treecolpicker {
dae45075
RK
845 border-inline-start-width: 1px;
846 border-inline-start-style: solid;
21c0144b
RK
847 border-image: linear-gradient(transparent 0%, transparent 20%, #c1c1c1 20%, #c1c1c1 80%, transparent 80%, transparent 100%) 1 1;
848}
849
850xul|treecol:not([hideheader="true"]) > xul|*.treecol-sortdirection[sortDirection] {
e6947267
RK
851 list-style-image: url("chrome://global/skin/in-content/dropdown.svg#dropdown");
852 width: 18px;
853 height: 18px;
21c0144b
RK
854}
855
e6947267 856xul|treecol:not([hideheader="true"]) > xul|*.treecol-sortdirection[sortDirection="ascending"] {
21c0144b
RK
857 transform: scaleY(-1);
858}
ed351b91
RK
859
860/ This is the only way to increase the height of a tree row unfortunately /
861xul|treechildren::-moz-tree-row {
862 min-height: 2em;
863}
864
865/ Color needs to be set on tree cell in order to be applied /
866xul|treechildren::-moz-tree-cell-text {
867 color: var(--in-content-text-color);
868}
869
870xul|treechildren::-moz-tree-cell-text(selected) {
871 color: var(--in-content-selected-text);
872}
21c0144b 873*/
9168a62c
RK
874/* === END common.inc.css === */
875/*
876xul|caption {
877 background-color: transparent;
878}
879
880xul|button,
e6947267 881html|button,
9168a62c
RK
882xul|colorpicker[type="button"],
883xul|menulist {
884 margin: 2px 4px;
885}
886
887xul|menulist:not([editable="true"]) > xul|*.menulist-dropmarker {
888 margin-top: 1px;
889 margin-bottom: 1px;
890}
891
892xul|checkbox {
dae45075 893 padding-inline-start: 0;
9168a62c
RK
894}
895
896xul|radio {
897 -moz-binding: url("chrome://global/content/bindings/radio.xml#radio");
dae45075 898 padding-inline-start: 0;
9168a62c
RK
899}
900
901xul|*.radio-icon,
902xul|*.checkbox-icon {
dae45075 903 margin-inline-end: 0;
9168a62c 904}
cac2a998 905*/
dae45075 906.text-link:-moz-focusring {
1eb9479d
RK
907 /* Don't specify the outline-color, we should always use initial value. */
908 outline: 1px dotted;
9168a62c 909}