no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / toolkit / content / xul.css
blobefd523b44d08c0f0f01abc19d79414e8ff744b94
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/. */
5 /**
6 * Rules for everything related to XUL except scrollbars can be found in this
7 * file.
9 * This file should also not contain any app specific styling. Defaults for
10 * widgets of a particular application should be in that application's style
11 * sheet. For example, style definitions for browser can be found in
12 * browser.css.
15 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
16 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
18 * {
19 -moz-user-focus: ignore;
20 display: flex;
21 box-sizing: border-box;
24 /* hide the content and destroy the frame */
25 [hidden="true"] {
26 display: none;
29 /* hide the content, but don't destroy the frames */
30 [collapsed="true"] {
31 visibility: collapse;
34 /* TODO: investigate unifying these two root selectors
35 * https://bugzilla.mozilla.org/show_bug.cgi?id=1592344
37 *|*:root {
38 --animation-easing-function: cubic-bezier(.07, .95, 0, 1);
39 flex: 1;
40 -moz-box-collapse: legacy;
43 :root {
44 text-rendering: optimizeLegibility;
45 -moz-control-character-visibility: visible;
46 width: 100%;
47 height: 100%;
48 user-select: none;
51 :root:-moz-locale-dir(rtl) {
52 direction: rtl;
55 /* XUL doesn't show outlines by default */
56 :focus-visible {
57 outline: initial;
61 * Native anonymous popups and tooltips in html are document-level, which means
62 * that they don't inherit from the root, so this is needed.
64 popupgroup:-moz-native-anonymous:-moz-locale-dir(rtl),
65 tooltip:-moz-native-anonymous:-moz-locale-dir(rtl) {
66 direction: rtl;
69 /* ::::::::::
70 :: Rules for 'hiding' portions of the chrome for special
71 :: kinds of windows (not JUST browser windows) with toolbars
72 ::::: */
74 *|*:root[chromehidden~="menubar"] .chromeclass-menubar,
75 *|*:root[chromehidden~="directories"] .chromeclass-directories,
76 *|*:root[chromehidden~="status"] .chromeclass-status,
77 *|*:root[chromehidden~="extrachrome"] .chromeclass-extrachrome,
78 *|*:root[chromehidden~="location"] .chromeclass-location,
79 *|*:root[chromehidden~="location"][chromehidden~="toolbar"] .chromeclass-toolbar,
80 *|*:root[chromehidden~="toolbar"] .chromeclass-toolbar-additional {
81 display: none;
84 /* ::::::::::
85 :: Rules for forcing direction for entry and display of URIs
86 :: or URI elements
87 ::::: */
89 .uri-element {
90 direction: ltr !important;
93 /****** elements that have no visual representation ******/
95 script, data, commandset, command,
96 broadcasterset, broadcaster, observes,
97 keyset, key, toolbarpalette, template,
98 treeitem, treeseparator, treerow, treecell {
99 display: none;
102 /********** focus rules **********/
104 button,
105 checkbox,
106 menulist,
107 radiogroup,
108 richlistbox,
109 tree,
110 browser,
111 editor,
112 iframe,
113 label:is(.text-link, [onclick]),
114 tab[selected="true"]:not([ignorefocus="true"]) {
115 -moz-user-focus: normal;
118 /* Avoid losing focus on tabs by keeping them focusable, since some browser
119 * tests rely on this.
121 * TODO(emilio): Remove this and fix the tests / front-end code:
122 * * browser/base/content/test/general/browser_tabfocus.js
124 tab:focus {
125 -moz-user-focus: normal;
128 /******** window & page ******/
130 window {
131 overflow: clip;
132 flex-direction: column;
135 /******** box *******/
137 vbox {
138 flex-direction: column;
141 /********** label **********/
143 label {
144 display: inline-block;
147 description {
148 display: flow-root;
151 label html|span.accesskey {
152 text-decoration: underline;
153 text-decoration-skip-ink: none;
156 description:where([value]) {
157 /* Preserves legacy behavior, maybe could be removed */
158 display: flex;
161 label:where([value]) {
162 /* Preserves legacy behavior, maybe could be removed */
163 display: inline-flex;
166 :is(label, description)[value] {
167 white-space: nowrap;
170 :is(label, description)[value]::before {
171 /* This displays the value attribute, along with the underlined
172 * accesskey if needed */
173 content: -moz-label-content;
174 display: block;
177 label[value=""]::before {
178 content: "\200b" !important; /* zwsp */
181 :is(label, description)[value][crop] {
182 min-width: 0;
185 :is(label, description)[value][crop]::before {
186 min-width: 0;
187 max-width: 100%;
188 /* This implements crop=end */
189 overflow: hidden;
190 text-overflow: ellipsis;
193 /* Invert the direction to clip at the start rather than end */
194 :is(label, description)[value][crop="start"]::before {
195 direction: rtl;
196 /* Mark text as ltr to preserve punctuation/numeric order */
197 content: "\200e" -moz-label-content;
200 :is(label, description)[value][crop="start"]:-moz-locale-dir(rtl)::before {
201 direction: ltr;
202 /* Mark text as rtl to preserve punctuation/numeric order */
203 content: "\200f" -moz-label-content;
206 .checkbox-label-box,
207 .radio-label-box {
208 min-width: 0;
211 /********** toolbarbutton **********/
213 toolbarbutton {
214 align-items: center;
215 justify-content: center;
218 toolbarbutton.tabbable {
219 -moz-user-focus: normal !important;
222 toolbarbutton[crop] {
223 min-width: 0;
226 .toolbarbutton-text {
227 display: block;
228 text-align: center;
231 toolbar[mode="icons"] .toolbarbutton-text,
232 toolbar[mode="text"] .toolbarbutton-icon,
233 html|label.toolbarbutton-badge:empty {
234 display: none;
237 .toolbarbutton-icon,
238 .toolbarbutton-text,
239 .toolbarbutton-badge-stack,
240 .toolbarbutton-menu-dropmarker,
241 .treecol-text,
242 .treecol-sortdirection,
243 .menubar-left,
244 .menubar-text,
245 .menu-text,
246 .menu-iconic-text,
247 .menu-iconic-highlightable-text,
248 .menu-iconic-left,
249 .menu-right,
250 .menu-accel-container,
251 .button-box {
252 /* Preserves legacy behavior */
253 pointer-events: none;
256 /********** button **********/
258 button {
259 -moz-default-appearance: button;
260 appearance: auto;
263 dropmarker {
264 -moz-default-appearance: -moz-menulist-arrow-button;
265 appearance: auto;
268 /******** browser, editor, iframe ********/
270 browser,
271 editor,
272 iframe {
273 display: inline;
276 /* Allow the browser to shrink below its intrinsic size, to match legacy
277 * behavior */
278 browser {
279 align-self: stretch;
280 justify-self: stretch;
281 min-height: 0;
282 min-width: 0;
283 contain: size;
286 /*********** popup notification ************/
287 popupnotification {
288 flex-direction: column;
291 .popup-notification-menubutton:not([label]) {
292 display: none;
295 /********** radio **********/
297 radiogroup {
298 flex-direction: column;
301 /******** groupbox *********/
303 groupbox {
304 flex-direction: column;
307 /******** draggable elements *********/
309 toolbar:not([nowindowdrag="true"], [customizing="true"]) {
310 -moz-window-dragging: drag;
313 /* The list below is non-comprehensive and will probably need some tweaking. */
314 toolbaritem,
315 toolbarbutton,
316 toolbarseparator,
317 button,
318 search-textbox,
319 html|input,
320 tab,
321 radio,
322 splitter,
323 menu,
324 menulist {
325 -moz-window-dragging: no-drag;
328 titlebar {
329 pointer-events: auto !important;
332 /******* toolbar *******/
334 toolbox {
335 flex-direction: column;
338 @media (-moz-platform: macos) {
339 toolbar[type="menubar"] {
340 min-height: 0 !important;
341 border: 0 !important;
345 toolbarspring {
346 flex: 1000 1000;
349 /********* menu ***********/
351 menubar > menu:empty {
352 visibility: collapse;
355 .menu-text {
356 flex: 1;
359 /********* menupopup, panel, & tooltip ***********/
361 menupopup,
362 panel {
363 flex-direction: column;
366 menupopup,
367 panel,
368 tooltip {
369 position: fixed;
370 -moz-top-layer: top;
371 width: fit-content;
372 height: fit-content;
373 /* Popups can't have overflow */
374 contain: paint;
375 z-index: 2147483647;
376 text-shadow: none;
379 tooltip {
380 appearance: auto;
381 -moz-default-appearance: tooltip;
383 white-space: pre-wrap;
385 background-color: InfoBackground;
386 color: InfoText;
387 font: message-box;
388 padding: 2px 3px;
389 max-width: 40em;
390 overflow: clip;
391 pointer-events: none;
394 tooltip:not([position]) {
395 margin-top: 21px;
399 * It's important that these styles are in a UA sheet, because the default
400 * tooltip is native anonymous content
402 @media (-moz-platform: linux) {
403 tooltip {
404 padding: 6px 10px; /* Matches Adwaita. */
405 line-height: 1.4; /* For Noto Sans; note that 1.2 may clip descenders. */
409 @media (-moz-platform: windows) {
410 tooltip {
411 appearance: none;
412 border: 1px solid;
415 /* TODO(emilio): Probably make InfoText/InfoBackground do the right thing and
416 * remove this? */
417 @media not (prefers-contrast) {
418 tooltip {
419 background-color: #f9f9fb;
420 color: black;
421 border-color: #67676c;
422 border-radius: 4px;
425 @media (prefers-color-scheme: dark) {
426 tooltip {
427 background-color: #2b2a33;
428 color: white;
429 border-color: #f9f9fb;
435 @media (-moz-panel-animations) and (prefers-reduced-motion: no-preference) {
436 @media (-moz-platform: macos) {
437 /* On Mac, use the properties "-moz-window-transform" and "-moz-window-opacity"
438 instead of "transform" and "opacity" for these animations.
439 The -moz-window* properties apply to the whole window including the window's
440 shadow, and they don't affect the window's "shape", so the system doesn't
441 have to recompute the shadow shape during the animation. This makes them a
442 lot faster. In fact, Gecko no longer triggers shadow shape recomputations
443 for repaints.
444 These properties are not implemented on other platforms. */
445 panel[type="arrow"]:not([animate="false"]) {
446 transition-property: -moz-window-transform, -moz-window-opacity;
447 transition-duration: 0.18s, 0.18s;
448 transition-timing-function:
449 var(--animation-easing-function), ease-out;
452 /* Only do the fade-in animation on pre-Big Sur to avoid missing shadows on
453 * Big Sur, see bug 1672091. */
454 @media (-moz-mac-big-sur-theme: 0) {
455 panel[type="arrow"]:not([animate="false"]) {
456 -moz-window-opacity: 0;
457 -moz-window-transform: translateY(-70px);
460 panel[type="arrow"][side="bottom"]:not([animate="false"]) {
461 -moz-window-transform: translateY(70px);
465 /* [animate] is here only so that this rule has greater specificity than the
466 * rule right above */
467 panel[type="arrow"][animate][animate="open"] {
468 -moz-window-opacity: 1.0;
469 transition-duration: 0.18s, 0.18s;
470 -moz-window-transform: none;
471 transition-timing-function:
472 var(--animation-easing-function), ease-in-out;
475 panel[type="arrow"][animate][animate="cancel"] {
476 -moz-window-opacity: 0;
477 -moz-window-transform: none;
479 } /* end of macOS rules */
481 @media not (-moz-platform: macos) {
482 panel[type="arrow"]:not([animate="false"]) {
483 opacity: 0;
484 transform: translateY(-70px);
485 transition-property: transform, opacity;
486 transition-duration: 0.18s, 0.18s;
487 transition-timing-function:
488 var(--animation-easing-function), ease-out;
489 will-change: transform, opacity;
492 panel[type="arrow"][side="bottom"]:not([animate="false"]) {
493 transform: translateY(70px);
496 /* [animate] is here only so that this rule has greater specificity than the
497 * rule right above */
498 panel[type="arrow"][animate][animate="open"] {
499 opacity: 1.0;
500 transition-duration: 0.18s, 0.18s;
501 transform: none;
502 transition-timing-function:
503 var(--animation-easing-function), ease-in-out;
506 panel[type="arrow"][animate][animate="cancel"] {
507 transform: none;
509 } /* end of non-macOS rules */
512 panel[type="arrow"][animating] {
513 pointer-events: none;
516 /******** tree ******/
518 treecolpicker {
519 order: 2147483646;
522 treechildren {
523 display: flex;
524 flex: 1;
527 tree {
528 flex-direction: column;
531 tree[hidecolumnpicker="true"] treecolpicker {
532 display: none;
535 treecol {
536 min-width: 16px;
537 /* This preserves the behavior of -moz-box-ordinal-group. To change this we'd
538 * need to migrate the persisted ordinal values etc. */
539 order: 1;
542 treecol[hidden="true"] {
543 visibility: collapse;
544 display: flex;
547 /* ::::: lines connecting cells ::::: */
548 tree:not([treelines="true"]) treechildren::-moz-tree-line {
549 visibility: hidden;
552 treechildren::-moz-tree-cell(ltr) {
553 direction: ltr !important;
556 /********** deck, tabpanels & stack *********/
558 tabpanels > *|*:not(:-moz-native-anonymous) {
559 /* tabpanels is special: we want to avoid displaying them, but we still want
560 * the hidden children to be accessible */
561 -moz-subtree-hidden-only-visually: 1;
564 deck > *|*:not(:-moz-native-anonymous) {
565 visibility: hidden;
568 tabpanels > .deck-selected,
569 deck > .deck-selected {
570 -moz-subtree-hidden-only-visually: 0;
571 visibility: inherit;
574 tabpanels,
575 deck,
576 stack {
577 display: grid;
578 position: relative;
581 /* We shouldn't style native anonymous children like scrollbars or what not. */
582 tabpanels > *|*:not(:-moz-native-anonymous),
583 deck > *|*:not(:-moz-native-anonymous),
584 stack > *|*:not(:-moz-native-anonymous) {
585 grid-area: 1 / 1;
586 z-index: 0;
589 The default `min-height: auto` value makes grid items refuse to be smaller
590 than their content. This doesn't match the traditional behavior of XUL stack,
591 which often shoehorns tall content into a smaller stack and allows the content
592 to decide how to handle overflow (e.g. by scaling down if it's an image, or
593 by adding scrollbars if it's scrollable).
595 min-height: 0;
598 /********** tabbox *********/
600 tabbox {
601 flex-direction: column;
602 min-height: 0;
605 tabpanels {
606 min-height: 0;
609 tabs {
610 flex-direction: row;
613 tab {
614 align-items: center;
615 justify-content: center;
618 /********** tooltip *********/
620 tooltip[titletip="true"] {
621 /* The width of the tooltip isn't limited on cropped <tree> cells. */
622 max-width: none;
625 /********** basic rule for anonymous content that needs to pass box properties through
626 ********** to an insertion point parent that holds the real kids **************/
628 .box-inherit {
629 align-items: inherit;
630 justify-content: inherit;
631 flex-grow: inherit;
632 flex-shrink: inherit;
633 flex-direction: inherit;
636 /********** textbox **********/
638 search-textbox {
639 text-shadow: none;
642 /* Prefix with (xul|*):root to workaround HTML tests loading xul.css */
643 :root html|textarea:not([resizable="true"]) {
644 resize: none;
647 /********** autocomplete textbox **********/
649 .autocomplete-richlistbox {
650 -moz-user-focus: ignore;
651 overflow-x: hidden !important;
652 flex: 1;
655 .autocomplete-richlistitem {
656 flex-direction: column;
657 align-items: center;
658 overflow: clip;
661 /* The following rule is here to fix bug 96899 (and now 117952).
662 Somehow trees create a situation
663 in which a popupset flows itself as if its popup child is directly within it
664 instead of the placeholder child that should actually be inside the popupset.
665 This is a stopgap measure, and it does not address the real bug. */
666 .autocomplete-result-popupset {
667 max-width: 0px;
668 width: 0 !important;
669 min-width: 0%;
670 min-height: 0%;
673 /********** menulist **********/
675 menulist[popuponly] {
676 appearance: none !important;
677 margin: 0 !important;
678 height: 0 !important;
679 min-height: 0 !important;
680 border: 0 !important;
681 padding: 0 !important;
684 /********** splitter **********/
686 .tree-splitter {
687 margin-inline: -4px;
688 width: 8px;
689 max-width: 8px;
690 min-width: 8px;
691 appearance: none !important;
692 border: none !important;
693 background: none !important;
694 order: 2147483646;
695 z-index: 2147483646;
698 /******** scrollbar ********/
700 slider {
701 /* This is a hint to layerization that the scrollbar thumb can never leave
702 the scrollbar track. */
703 overflow: hidden;
706 /******** scrollbox ********/
708 scrollbox {
709 /* This makes it scrollable! */
710 overflow: hidden;
713 @media (prefers-reduced-motion: no-preference) {
714 scrollbox[smoothscroll=true] {
715 scroll-behavior: smooth;
719 /********** stringbundle **********/
721 stringbundle,
722 stringbundleset {
723 display: none;
726 /********** dialog **********/
728 dialog {
729 flex: 1;
730 flex-direction: column;
733 /********** wizard **********/
735 wizard {
736 flex: 1;
737 flex-direction: column;
738 contain: inline-size;
739 min-width: 40em;
740 min-height: 30em;
743 wizard > wizardpage {
744 grid-area: 1 / 1;
745 min-height: 0;
748 wizard > wizardpage:not(.selected) {
749 visibility: hidden;
752 wizardpage {
753 flex-direction: column;
754 overflow: auto;
757 /********** Rich Listbox ********/
759 richlistbox {
760 flex-direction: column;
761 overflow: auto;
762 min-width: 0;
763 min-height: 0;
766 richlistitem {
767 flex-shrink: 0;
770 /*********** findbar ************/
771 findbar {
772 overflow-x: hidden;
773 contain: inline-size;
776 /* Some elements that in HTML blocks should be inline-level by default */
777 button, image {
778 display: inline-flex;
781 .menu-iconic-highlightable-text:not([highlightable="true"]),
782 .menu-iconic-text[highlightable="true"] {
783 display: none;
786 [orient="vertical"] { flex-direction: column !important; }
787 [orient="horizontal"] { flex-direction: row !important; }
789 [align="start"] { align-items: flex-start !important; }
790 [align="center"] { align-items: center !important; }
791 [align="end"] { align-items: flex-end !important; }
792 [align="baseline"] { align-items: baseline !important; }
793 [align="stretch"] { align-items: stretch !important; }
795 [pack="start"] { justify-content: start !important; }
796 [pack="center"] { justify-content: center !important; }
797 [pack="end"] { justify-content: flex-end !important; }
799 [flex="0"] { flex: none !important; }
800 [flex="1"] { flex: 1 !important; }