From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- toolkit/themes/windows/global/alerts/alert.css | 27 ++ toolkit/themes/windows/global/arrow/arrow-up.gif | Bin 0 -> 54 bytes .../windows/global/arrow/panelarrow-horizontal.svg | 7 + .../windows/global/arrow/panelarrow-vertical.svg | 7 + toolkit/themes/windows/global/autocomplete.css | 89 +++++++ toolkit/themes/windows/global/button.css | 95 +++++++ toolkit/themes/windows/global/checkbox.css | 60 +++++ toolkit/themes/windows/global/commonDialog.css | 13 + toolkit/themes/windows/global/dialog.css | 23 ++ .../windows/global/dirListing/dirListing.css | 107 ++++++++ .../themes/windows/global/dirListing/folder.png | Bin 0 -> 495 bytes toolkit/themes/windows/global/dirListing/up.png | Bin 0 -> 619 bytes toolkit/themes/windows/global/dropmarker.css | 13 + toolkit/themes/windows/global/findBar.css | 5 + toolkit/themes/windows/global/global.css | 216 ++++++++++++++++ toolkit/themes/windows/global/icons/Error.png | Bin 0 -> 2060 bytes toolkit/themes/windows/global/icons/Landscape.png | Bin 0 -> 369 bytes toolkit/themes/windows/global/icons/Portrait.png | Bin 0 -> 413 bytes .../themes/windows/global/icons/Print-preview.png | Bin 0 -> 514 bytes .../windows/global/icons/blocklist_favicon.png | Bin 0 -> 532 bytes .../themes/windows/global/icons/question-64.png | Bin 0 -> 4897 bytes .../themes/windows/global/icons/search-textbox.svg | 7 + toolkit/themes/windows/global/icons/sslWarning.png | Bin 0 -> 4353 bytes .../themes/windows/global/icons/warning-large.png | Bin 0 -> 2443 bytes .../themes/windows/global/icons/windowControls.png | Bin 0 -> 2189 bytes .../themes/windows/global/in-content/common.css | 56 +++++ .../windows/global/in-content/info-pages.css | 5 + toolkit/themes/windows/global/jar.mn | 46 ++++ toolkit/themes/windows/global/menu.css | 276 +++++++++++++++++++++ toolkit/themes/windows/global/menulist.css | 62 +++++ toolkit/themes/windows/global/moz.build | 7 + toolkit/themes/windows/global/netError.css | 104 ++++++++ toolkit/themes/windows/global/popup.css | 132 ++++++++++ .../themes/windows/global/popupnotification.css | 22 ++ toolkit/themes/windows/global/printPageSetup.css | 26 ++ toolkit/themes/windows/global/radio.css | 61 +++++ toolkit/themes/windows/global/richlistbox.css | 159 ++++++++++++ toolkit/themes/windows/global/search-textbox.css | 80 ++++++ toolkit/themes/windows/global/splitter.css | 61 +++++ toolkit/themes/windows/global/tabbox.css | 46 ++++ toolkit/themes/windows/global/tabprompts.css | 26 ++ toolkit/themes/windows/global/toolbar.css | 58 +++++ toolkit/themes/windows/global/toolbarbutton.css | 101 ++++++++ toolkit/themes/windows/global/tooltip.css | 22 ++ toolkit/themes/windows/global/tree.css | 49 ++++ .../windows/global/tree/sort-asc-classic.png | Bin 0 -> 118 bytes toolkit/themes/windows/global/tree/sort-asc.svg | 6 + .../windows/global/tree/sort-dsc-classic.png | Bin 0 -> 119 bytes toolkit/themes/windows/global/tree/sort-dsc.svg | 6 + toolkit/themes/windows/global/wizard.css | 52 ++++ toolkit/themes/windows/global/xulscrollbars.css | 99 ++++++++ toolkit/themes/windows/moz.build | 7 + .../mozapps/downloads/unknownContentType.css | 33 +++ .../windows/mozapps/extensions/blocklist.css | 20 ++ .../themes/windows/mozapps/handling/handling.css | 25 ++ toolkit/themes/windows/mozapps/jar.mn | 7 + toolkit/themes/windows/mozapps/moz.build | 7 + .../windows/mozapps/profile/profileSelection.css | 20 ++ toolkit/themes/windows/mozapps/update/updates.css | 89 +++++++ .../windows/mozapps/viewsource/viewsource.css | 5 + 60 files changed, 2444 insertions(+) create mode 100644 toolkit/themes/windows/global/alerts/alert.css create mode 100644 toolkit/themes/windows/global/arrow/arrow-up.gif create mode 100644 toolkit/themes/windows/global/arrow/panelarrow-horizontal.svg create mode 100644 toolkit/themes/windows/global/arrow/panelarrow-vertical.svg create mode 100644 toolkit/themes/windows/global/autocomplete.css create mode 100644 toolkit/themes/windows/global/button.css create mode 100644 toolkit/themes/windows/global/checkbox.css create mode 100644 toolkit/themes/windows/global/commonDialog.css create mode 100644 toolkit/themes/windows/global/dialog.css create mode 100644 toolkit/themes/windows/global/dirListing/dirListing.css create mode 100644 toolkit/themes/windows/global/dirListing/folder.png create mode 100644 toolkit/themes/windows/global/dirListing/up.png create mode 100644 toolkit/themes/windows/global/dropmarker.css create mode 100644 toolkit/themes/windows/global/findBar.css create mode 100644 toolkit/themes/windows/global/global.css create mode 100644 toolkit/themes/windows/global/icons/Error.png create mode 100644 toolkit/themes/windows/global/icons/Landscape.png create mode 100644 toolkit/themes/windows/global/icons/Portrait.png create mode 100644 toolkit/themes/windows/global/icons/Print-preview.png create mode 100644 toolkit/themes/windows/global/icons/blocklist_favicon.png create mode 100644 toolkit/themes/windows/global/icons/question-64.png create mode 100644 toolkit/themes/windows/global/icons/search-textbox.svg create mode 100644 toolkit/themes/windows/global/icons/sslWarning.png create mode 100644 toolkit/themes/windows/global/icons/warning-large.png create mode 100644 toolkit/themes/windows/global/icons/windowControls.png create mode 100644 toolkit/themes/windows/global/in-content/common.css create mode 100644 toolkit/themes/windows/global/in-content/info-pages.css create mode 100644 toolkit/themes/windows/global/jar.mn create mode 100644 toolkit/themes/windows/global/menu.css create mode 100644 toolkit/themes/windows/global/menulist.css create mode 100644 toolkit/themes/windows/global/moz.build create mode 100644 toolkit/themes/windows/global/netError.css create mode 100644 toolkit/themes/windows/global/popup.css create mode 100644 toolkit/themes/windows/global/popupnotification.css create mode 100644 toolkit/themes/windows/global/printPageSetup.css create mode 100644 toolkit/themes/windows/global/radio.css create mode 100644 toolkit/themes/windows/global/richlistbox.css create mode 100644 toolkit/themes/windows/global/search-textbox.css create mode 100644 toolkit/themes/windows/global/splitter.css create mode 100644 toolkit/themes/windows/global/tabbox.css create mode 100644 toolkit/themes/windows/global/tabprompts.css create mode 100644 toolkit/themes/windows/global/toolbar.css create mode 100644 toolkit/themes/windows/global/toolbarbutton.css create mode 100644 toolkit/themes/windows/global/tooltip.css create mode 100644 toolkit/themes/windows/global/tree.css create mode 100644 toolkit/themes/windows/global/tree/sort-asc-classic.png create mode 100644 toolkit/themes/windows/global/tree/sort-asc.svg create mode 100644 toolkit/themes/windows/global/tree/sort-dsc-classic.png create mode 100644 toolkit/themes/windows/global/tree/sort-dsc.svg create mode 100644 toolkit/themes/windows/global/wizard.css create mode 100644 toolkit/themes/windows/global/xulscrollbars.css create mode 100644 toolkit/themes/windows/moz.build create mode 100644 toolkit/themes/windows/mozapps/downloads/unknownContentType.css create mode 100644 toolkit/themes/windows/mozapps/extensions/blocklist.css create mode 100644 toolkit/themes/windows/mozapps/handling/handling.css create mode 100644 toolkit/themes/windows/mozapps/jar.mn create mode 100644 toolkit/themes/windows/mozapps/moz.build create mode 100644 toolkit/themes/windows/mozapps/profile/profileSelection.css create mode 100644 toolkit/themes/windows/mozapps/update/updates.css create mode 100644 toolkit/themes/windows/mozapps/viewsource/viewsource.css (limited to 'toolkit/themes/windows') diff --git a/toolkit/themes/windows/global/alerts/alert.css b/toolkit/themes/windows/global/alerts/alert.css new file mode 100644 index 0000000000..4e3dfe6bd7 --- /dev/null +++ b/toolkit/themes/windows/global/alerts/alert.css @@ -0,0 +1,27 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +%include ../../../shared/alert.inc.css + +#alertNotification { + appearance: none; + background: transparent; + padding: 10px; +} + +#alertBox { + border: 1px solid ThreeDShadow; + border-radius: 1px; + background-color: -moz-Dialog; + color: -moz-DialogText; + box-shadow: 0 2px 10px rgba(0,0,0,0.59); +} + +@media (-moz-windows-default-theme) { + #alertBox { + border-color: rgba(107,107,107,.3); + background-color: rgba(255,255,255,.9); + color: rgba(0,0,0,.9); + } +} diff --git a/toolkit/themes/windows/global/arrow/arrow-up.gif b/toolkit/themes/windows/global/arrow/arrow-up.gif new file mode 100644 index 0000000000..b7a3f32285 Binary files /dev/null and b/toolkit/themes/windows/global/arrow/arrow-up.gif differ diff --git a/toolkit/themes/windows/global/arrow/panelarrow-horizontal.svg b/toolkit/themes/windows/global/arrow/panelarrow-horizontal.svg new file mode 100644 index 0000000000..d8a288e60a --- /dev/null +++ b/toolkit/themes/windows/global/arrow/panelarrow-horizontal.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/toolkit/themes/windows/global/arrow/panelarrow-vertical.svg b/toolkit/themes/windows/global/arrow/panelarrow-vertical.svg new file mode 100644 index 0000000000..50fe6b63b4 --- /dev/null +++ b/toolkit/themes/windows/global/arrow/panelarrow-vertical.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/toolkit/themes/windows/global/autocomplete.css b/toolkit/themes/windows/global/autocomplete.css new file mode 100644 index 0000000000..743644c745 --- /dev/null +++ b/toolkit/themes/windows/global/autocomplete.css @@ -0,0 +1,89 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* ===== autocomplete.css ================================================= + == Styles used by the autocomplete widget. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); + +/* ::::: autocomplete ::::: */ + +html|input[nomatch="true"][highlightnonmatches="true"] { + color: red; +} + +/* ::::: autocomplete popups ::::: */ + +panel[type="autocomplete-richlistbox"] { + appearance: none; + padding: 0; + color: FieldText; + background-color: Field; +} + +/* ::::: richlistbox autocomplete ::::: */ + +.autocomplete-richlistbox { + appearance: none; + margin: 0; +} + +.autocomplete-richlistitem[selected] { + background-color: Highlight; + color: HighlightText; +} + +.ac-type-icon { + display: none; + width: 16px; + height: 16px; + max-width: 16px; + max-height: 16px; + margin-inline-start: 6px; + margin-inline-end: 6px; +} + +.ac-site-icon { + display: none; + width: 16px; + height: 16px; + max-width: 16px; + max-height: 16px; + margin-inline-start: 6px; + margin-inline-end: 8px; + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg"); + -moz-context-properties: fill; + fill: currentColor; +} + +.ac-title { + margin-inline-start: 0; + margin-inline-end: 6px; +} + +.ac-separator { + display: none; + margin-inline-start: 0; + margin-inline-end: 6px; +} + +.ac-url { + display: none; +} + +/* Better align the URL with the title. */ +.ac-separator, +.ac-url { + margin-bottom: -2px; +} + +.ac-title-text, +.ac-separator-text, +.ac-url-text, +.ac-text-overflow-container { + padding: 0 !important; + margin: 0 !important; +} diff --git a/toolkit/themes/windows/global/button.css b/toolkit/themes/windows/global/button.css new file mode 100644 index 0000000000..e33f0d7faa --- /dev/null +++ b/toolkit/themes/windows/global/button.css @@ -0,0 +1,95 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* ===== button.css ===================================================== + == Styles used by the XUL button element. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* :::::::::: button :::::::::: */ + +button { + margin: 1px 5px 2px; + min-width: 6.3em; + color: ButtonText; + text-shadow: none; +} + +.button-box { + padding-block: 2px 3px; + padding-inline: 4px 5px; +} + +.button-text { + margin: 0; + text-align: center; +} + +/* .......... focused state .......... */ + +button:-moz-focusring { + outline: 1px dotted; + outline-offset: -3px; +} + +/* .......... default/hover/focused state .......... */ + +@media (-moz-windows-default-theme: 0) { + @media (-moz-windows-compositor) { + /* This is for high-contrast black and white themes on Windows 8 and later, + where the native appearance renders a different background (which + appears to be equivalent to the Highlight color) if the button is in the + default, hovered or focused state. However, if these states overlap with + the active, disabled, open or checked state, the appearance reverts back + to the default background. */ + button:is([default="true"],:hover,:focus):not(:active,[disabled="true"],[open="true"],[checked="true"]) { + color: HighlightText; + } + } +} + +/* .......... disabled state .......... */ + +button[disabled="true"] { + color: GrayText; +} + +@media (-moz-windows-classic) { + button[disabled="true"] { + color: ThreeDShadow; + text-shadow: 1px 1px ThreeDHighlight; + } +} + +/* ::::: menu buttons ::::: */ + +.button-menu-dropmarker { + appearance: none; + list-style-image: url("chrome://global/skin/icons/arrow-dropdown-12.svg"); + -moz-context-properties: fill; + fill: currentColor; + width: 12px; + height: 12px; +} + +/* ::::: plain buttons ::::: */ + +button.plain { + margin: 0 !important; + padding: 0 !important; +} + +button[type="disclosure"] { + margin: 0; + appearance: none; + list-style-image: url("chrome://global/skin/icons/twisty-collapsed.svg"); + -moz-context-properties: fill; + fill: currentColor; + min-width: 0; +} + +button[type="disclosure"][open="true"] { + list-style-image: url("chrome://global/skin/icons/twisty-expanded.svg"); +} diff --git a/toolkit/themes/windows/global/checkbox.css b/toolkit/themes/windows/global/checkbox.css new file mode 100644 index 0000000000..7bc2ca3af9 --- /dev/null +++ b/toolkit/themes/windows/global/checkbox.css @@ -0,0 +1,60 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* ===== checkbox.css =================================================== + == Styles used by the XUL checkbox element. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: checkbox ::::: */ + +checkbox { + appearance: auto; + -moz-default-appearance: checkbox-container; + -moz-box-align: center; + margin: 2px 4px; + padding-top: 1px; + padding-bottom: 1px; + padding-inline-start: 4px; + padding-inline-end: 2px; +} + +.checkbox-icon[src] { + margin-inline-end: 2px; +} + +.checkbox-label { + margin: 0; +} + +/* ..... focused state ..... */ + +checkbox:-moz-focusring > .checkbox-label-box { + outline: 1px dotted; +} + +/* ..... disabled state ..... */ + +checkbox[disabled="true"] { + color: GrayText; +} + +@media (-moz-windows-classic) { + checkbox[disabled="true"] { + color: ThreeDShadow; + text-shadow: 1px 1px ThreeDHighlight; + } +} + +/* ::::: checkmark image ::::: */ + +.checkbox-check { + appearance: auto; + -moz-default-appearance: checkbox; + -moz-box-align: center; + min-width: 13px; + min-height: 13px; + margin-inline-end: 3px; +} diff --git a/toolkit/themes/windows/global/commonDialog.css b/toolkit/themes/windows/global/commonDialog.css new file mode 100644 index 0000000000..64c4664a84 --- /dev/null +++ b/toolkit/themes/windows/global/commonDialog.css @@ -0,0 +1,13 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#infoContainer { + display: flex; + flex-direction: column; + justify-content: center; +} + +#infoIcon { + margin: 3px 5px 4px; +} diff --git a/toolkit/themes/windows/global/dialog.css b/toolkit/themes/windows/global/dialog.css new file mode 100644 index 0000000000..16e47fa412 --- /dev/null +++ b/toolkit/themes/windows/global/dialog.css @@ -0,0 +1,23 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* ===== dialog.css ===================================================== + == Styles used by the XUL dialog element. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: dialog ::::: */ + +:host { + padding-block: 8px 10px; + padding-inline: 8px 10px; +} + +/* ::::: dialog buttons ::::: */ + +button { + font: menu; + margin-top: 6px; +} diff --git a/toolkit/themes/windows/global/dirListing/dirListing.css b/toolkit/themes/windows/global/dirListing/dirListing.css new file mode 100644 index 0000000000..9a62b4693f --- /dev/null +++ b/toolkit/themes/windows/global/dirListing/dirListing.css @@ -0,0 +1,107 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +:root { + background-color: -moz-dialog; + color: -moz-dialogtext; + font: message-box; + padding-inline: 2em; +} + +body { + border: 1px solid ThreeDShadow; + border-radius: 10px; + padding: 3em; + min-width: 30em; + max-width: 65em; + margin: 4em auto; + background-color: Field; + color: FieldText; +} + +h1 { + font-size: 160%; + margin: 0 0 .6em; + border-bottom: 1px solid ThreeDLightShadow; + font-weight: normal; +} + +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +/* ensure multiple spaces are shown correctly. */ +td:first-child > a { + white-space: pre; +} + +p { + font-size: 110%; +} + +#UI_goUp { + margin-top: 0; + float: inline-start; +} + +#UI_showHidden { + margin-top: 0; + float: inline-end; +} + +table { + clear: both; + width: 90%; + margin: 0 auto; +} + +thead { + font-size: 130%; +} + +/* last modified */ +th:last-child { + text-align: center; +} + +th:hover > a { + text-decoration: underline; +} + +body > table > tbody > tr:hover { + outline: 1px solid ThreeDLightShadow; + -moz-outline-radius: .3em; +} + +/* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */ +td:not(:first-child) { + width: 0; +} + +.up { + padding: 0 .5em; + margin-inline-start: 20px; +} + +.up::before { + margin-inline: -20px 4px; + vertical-align: middle; +%ifdef MOZ_WIDGET_GTK + content: url(moz-icon://stock/gtk-go-up?size=menu); +%else + content: url(chrome://global/skin/dirListing/up.png); +%endif +} + +.dir::before { +%ifdef MOZ_WIDGET_GTK + content: url(moz-icon://stock/gtk-directory?size=menu); +%else + content: url(chrome://global/skin/dirListing/folder.png); +%endif +} diff --git a/toolkit/themes/windows/global/dirListing/folder.png b/toolkit/themes/windows/global/dirListing/folder.png new file mode 100644 index 0000000000..9c2a038426 Binary files /dev/null and b/toolkit/themes/windows/global/dirListing/folder.png differ diff --git a/toolkit/themes/windows/global/dirListing/up.png b/toolkit/themes/windows/global/dirListing/up.png new file mode 100644 index 0000000000..2c9136b5d9 Binary files /dev/null and b/toolkit/themes/windows/global/dirListing/up.png differ diff --git a/toolkit/themes/windows/global/dropmarker.css b/toolkit/themes/windows/global/dropmarker.css new file mode 100644 index 0000000000..02a20182d8 --- /dev/null +++ b/toolkit/themes/windows/global/dropmarker.css @@ -0,0 +1,13 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +:host { + appearance: auto; + -moz-default-appearance: -moz-menulist-arrow-button; + width: 16px; + height: 16px; + /* Cut off inheritance for dropmarkers within other widgets where + -moz-image-region might be set for the primary icon. */ + -moz-image-region: auto; +} diff --git a/toolkit/themes/windows/global/findBar.css b/toolkit/themes/windows/global/findBar.css new file mode 100644 index 0000000000..2dd8632a57 --- /dev/null +++ b/toolkit/themes/windows/global/findBar.css @@ -0,0 +1,5 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +%include ../../shared/findBar.inc.css diff --git a/toolkit/themes/windows/global/global.css b/toolkit/themes/windows/global/global.css new file mode 100644 index 0000000000..72cf88543a --- /dev/null +++ b/toolkit/themes/windows/global/global.css @@ -0,0 +1,216 @@ +% This Source Code Form is subject to the terms of the Mozilla Public +% License, v. 2.0. If a copy of the MPL was not distributed with this +% file, You can obtain one at http://mozilla.org/MPL/2.0/. + +/* ===== global.css ===================================================== + == Styles that apply everywhere. + ======================================================================= */ + +%include ../../shared/global.inc.css + +:root { + /* ::::: Variables ::::: */ + --arrowpanel-padding: 10px; + --default-arrowpanel-background: Field; + --default-arrowpanel-color: FieldText; + --default-arrowpanel-border-color: ThreeDShadow; + --arrowpanel-background: var(--default-arrowpanel-background); + --arrowpanel-color: var(--default-arrowpanel-color); + --arrowpanel-border-color: var(--default-arrowpanel-border-color); + --panel-disabled-color: GrayText; + --panel-description-color: GrayText; + /* ::::: Styles ::::: */ + background-color: -moz-Dialog; + color: -moz-DialogText; + font: message-box; +} + +@media (-moz-windows-default-theme) { + :root { + --arrowpanel-border-color: hsla(210,4%,10%,.2); + } +} + +/* ::::: Alert icons :::::*/ + +.message-icon, +.alert-dialog #infoIcon, +.alert-icon, +.error-icon, +.question-icon { + width: 32px; + height: 32px; +} + +.message-icon { + list-style-image: url("chrome://global/skin/icons/info.svg"); +} + +.alert-dialog #infoIcon, +.alert-icon { + list-style-image: url("chrome://global/skin/icons/warning.svg"); +} + +.error-icon { + list-style-image: url("chrome://global/skin/icons/Error.png"); +} + +.question-icon { + list-style-image: url("chrome://global/skin/icons/help.svg"); + -moz-context-properties: fill, fill-opacity; + fill: currentColor; + fill-opacity: 0.8; +} + +/* ::::: iframe ::::: */ + +xul|iframe { + border: none; + width: 100px; + height: 100px; + min-width: 10px; + min-height: 10px; +} + +@supports -moz-bool-pref("layout.css.emulate-moz-box-with-flex") { + /* In emulation,