X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=376fa833168c8aed199d3ad2392f3116aa7077b4;hp=29431c641ebb2ee19716626d5cf7797cfbe1ad28;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hpb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 29431c64..376fa833 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -36,6 +36,124 @@ menubar { -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar"); } +/* === BEGIN browser.inc.css === */ + +/* Go button */ +.urlbar-go-button { + padding: 0 3px; + list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); +} + +.urlbar-go-button { + -moz-image-region: rect(0, 42px, 14px, 28px); +} + +.urlbar-go-button:hover { + -moz-image-region: rect(14px, 42px, 28px, 28px); +} + +.urlbar-go-button:-moz-locale-dir(rtl) { + transform: scaleX(-1); +} + +@media (min-resolution: 1.1dppx) { + .urlbar-go-button { + list-style-image: url("chrome://browser/skin/reload-stop-go@2x.png"); + -moz-image-region: rect(0, 84px, 28px, 56px); + width: 14px; + } + + .urlbar-go-button:hover { + -moz-image-region: rect(28px, 84px, 56px, 56px); + } + + .urlbar-go-button:hover:active { + -moz-image-region: rect(56px, 84px, 84px, 56px); + } +} + +/* Zoom button */ +#urlbar-zoom-button { + margin: 0 3px; + font-size: .8em; + padding: 0 8px; + border-radius: 1em; +/* background-color: hsla(0,0%,0%,.05); + border: 1px solid ThreeDLightShadow;*/ +} + +#urlbar-zoom-button[animate="true"] { + animation-name: urlbar-zoom-reset-pulse; + animation-duration: 250ms; +} + +#urlbar-zoom-button:hover { +/* background-color: hsla(0,0%,0%,.1);*/ +} + +#urlbar-zoom-button:hover:active { +/* background-color: hsla(0,0%,0%,.15);*/ +} + +#urlbar-zoom-button > .toolbarbutton-text { + display: -moz-box; +} + +#urlbar-zoom-button > .toolbarbutton-icon { + display: none; +} + +/* Page action button */ +#urlbar-page-action-button { + list-style-image: url("chrome://browser/skin/page-action.svg"); +/* margin: 0; + padding: 0 6px;*/ + -moz-context-properties: fill; + fill: currentColor; +} + +#urlbar-page-action-button > .toolbarbutton-icon { + width: 16px; +} + +#page-action-copy-url-button { + list-style-image: url("chrome://browser/skin/copy-url.svg"); + -moz-context-properties: fill; + fill: currentColor; +} + +#page-action-email-link-button { + list-style-image: url("chrome://browser/skin/email-link.svg"); + -moz-context-properties: fill; + fill: currentColor; +} + +#page-action-send-to-device-button { + list-style-image: url("chrome://browser/skin/device-mobile.svg"); + -moz-context-properties: fill; + fill: currentColor; +} + +.page-action-sendToDevice-device[clientType=mobile] { + list-style-image: url("chrome://browser/skin/device-mobile.svg"); + -moz-context-properties: fill; + fill: currentColor; +} + +.page-action-sendToDevice-device[clientType=desktop] { + list-style-image: url("chrome://browser/skin/device-desktop.svg"); + -moz-context-properties: fill; + fill: currentColor; +} + +#page-action-sendToDevice-fxa-button { + list-style-image: url("chrome://browser/skin/sync.svg"); + -moz-context-properties: fill; + fill: currentColor; +} + +/* === END browser.inc.css === */ + :root { /*--backbutton-urlbar-overlap: 5px;*/ @@ -47,6 +165,11 @@ menubar { --identity-box-verified-background-color: #000000; --panel-separator-color: #A09090; + --arrowpanel-hover: #FFCF00; + --arrowpanel-active: #FF9F00; + --arrowpanel-dimmed: #402000; + --arrowpanel-dimmed-further: #794900; + --arrowpanel-dimmed-even-further: #603000; --urlbar-separator-color: #9C9CFF; } @@ -101,24 +224,15 @@ menubar { display: none; } -#main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[customizing-dragovertarget].customization-target::before, -#main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar[customizing-dragovertarget].customization-target::before, -#main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar.customization-target:hover::before, -#main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar.customization-target:hover::before { - outline-color: #A09090; -} - -#navigator-toolbox { +#navigator-toolbox, +#navigator-toolbox > toolbar { } #navigator-toolbox::after { content: ""; display: -moz-box; -moz-box-ordinal-group: 101; /* tabs toolbar is 100 */ - height: 1px; -} - -#navigator-toolbox > toolbar { + /*border-bottom: 1px solid ThreeDShadow;*/ } #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme) { @@ -311,41 +425,6 @@ menubar { /* ::::: bookmark buttons ::::: */ -toolbarbutton.bookmark-item:not(.subviewbutton), -#personal-bookmarks[cui-areatype="toolbar"]:not([overflowedItem=true]) > #bookmarks-toolbar-placeholder { -/* margin: 0; - padding: 2px 3px; - -moz-appearance: none; - border: 1px solid transparent;*/ -} - -toolbarbutton.bookmark-item:not(.subviewbutton):hover:not([disabled="true"]):not([open]) { -/* border-color: var(--toolbarbutton-hover-bordercolor); - background: var(--toolbarbutton-hover-background);*/ -} - -toolbarbutton.bookmark-item:not(.subviewbutton):hover:active:not([disabled="true"]),toolbarbutton.bookmark-item[open="true"] { -/* border-color: var(--toolbarbutton-active-bordercolor); - box-shadow: var(--toolbarbutton-active-boxshadow); - background: var(--toolbarbutton-active-background);*/ -} - -.bookmark-item > .toolbarbutton-icon, -#personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-icon { - width: 16px; - height: 16px; - margin-inline-start: 1px; - margin-inline-end: 2px; - margin-top: 1px; - margin-bottom: 1px; -} - -/* Force the display of the label for bookmarks */ -.bookmark-item > .toolbarbutton-text, -#personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-text { - display: -moz-box !important; -} - .bookmark-item > .toolbarbutton-menu-dropmarker { display: none; } @@ -360,6 +439,8 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p list-style-image: url("chrome://browser/skin/places/bookmarksToolbar-menuPanel.png") !important; } +/* === BEGIN bookmarked-notification.inc.css === */ + /* ----- BOOKMARK STAR ANIMATION ----- */ @keyframes animation-bookmarkAdded { @@ -412,6 +493,7 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p #bookmarks-menu-button[notification="finish"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { list-style-image: none !important; +/* fill: transparent;*/ } #bookmarked-notification-dropmarker-anchor[notification="finish"] > #bookmarked-notification-dropmarker-icon { @@ -421,6 +503,8 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p animation-timing-function: ease-out; } +/* === END bookmarked-notification.inc.css === */ + /* ::::: bookmark menus ::::: */ menu.bookmark-item, @@ -441,7 +525,7 @@ menuitem.bookmark-item { /* ::::: bookmark items ::::: */ .bookmark-item { - list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg"); -moz-image-region: auto; } @@ -504,1255 +588,1125 @@ menuitem.bookmark-item { opacity: 0.7; } -/* ::::: primary toolbar buttons ::::: */ - /* === BEGIN toolbarbuttons.inc.css === */ -/* Whole section of this included file: */ -:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, - #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, - #social-share-button, #open-file-button, #find-button, #developer-button, - #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, - #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, - #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, - #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu), -#bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { - list-style-image: url("chrome://browser/skin/ToolbarFx.png"); -} +/* ::::: primary toolbar buttons ::::: */ -#back-button { - -moz-image-region: rect(0, 36px, 18px, 18px); +.toolbarbutton-1:not([type="menu-button"]) { + -moz-box-orient: vertical; } -#back-button:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 36px, 36px, 18px); +.toolbarbutton-1, +.toolbarbutton-1 > .toolbarbutton-menubutton-button { +/* min-width: 36px; + min-height: 36px;*/ } -#back-button[disabled="true"] { - -moz-image-region: rect(36px, 36px, 54px, 18px); +.toolbarbutton-1, +.toolbarbutton-1 > .toolbarbutton-menubutton-button, +.toolbarbutton-1[disabled="true"]:hover:active, +.toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button { + padding: 1px 2px; } -#forward-button { - -moz-image-region: rect(0, 72px, 18px, 54px); +.toolbarbutton-1:hover:active, +.toolbarbutton-1[open="true"], +.toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button { + padding-top: 2px; + padding-bottom: 0px; + padding-inline-start: 3px; + padding-inline-end: 1px; } -#forward-button:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 72px, 36px, 54px); +#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-icon, +#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker, +#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker, +#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon, +#main-window:not([customizing]) .toolbarbutton-1 > .toolbarbutton-menubutton-button[disabled=true] > .toolbarbutton-icon { } -#forward-button[disabled="true"] { - -moz-image-region: rect(36px, 72px, 54px, 54px); +.toolbarbutton-1 > .toolbarbutton-menu-dropmarker, +.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { } -#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon, -#forward-button:-moz-locale-dir(rtl) { - transform: scaleX(-1); +toolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:-moz-lwtheme-brighttext, +toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-brighttext { } -#home-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 126px, 18px, 108px); +.toolbarbutton-1 > .toolbarbutton-icon, +.toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon { } -#home-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 126px, 36px, 108px); +.findbar-button, +#nav-bar .toolbarbutton-1, +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button { } -#bookmarks-menu-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 144px, 18px, 126px); +#nav-bar .toolbarbutton-1:not([type=menu-button]), +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button, +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { } -#bookmarks-menu-button[cui-areatype="toolbar"]:hover, -#bookmarks-menu-button[cui-areatype="toolbar"][open="true"] { - -moz-image-region: rect(18px, 144px, 36px, 126px); +#nav-bar #PanelUI-menu-button { +/* padding-inline-start: 7px; + padding-inline-end: 5px;*/ } -/* When "new tab" page shows up, the menubutton-button (star button) is disabled */ -#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button[disabled="true"] { - -moz-image-region: rect(36px, 144px, 54px, 126px) !important; - background-color: transparent !important; +#nav-bar .toolbarbutton-1[type=panel], +#nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) { +/* padding-left: 5px; + padding-right: 5px;*/ } -#bookmarks-menu-button[cui-areatype="toolbar"][starred] { - -moz-image-region: rect(0, 162px, 18px, 144px); +#nav-bar .toolbarbutton-1 > menupopup { +/* margin-top: -3px;*/ } -#bookmarks-menu-button[cui-areatype="toolbar"][starred]:hover, -#bookmarks-menu-button[cui-areatype="toolbar"][starred][open="true"], -#bookmarks-menu-button[cui-areatype="toolbar"][starred] > .toolbarbutton-menubutton-button[open="true"] { - /* When starred and clicked (for edit/delete dialog), - * then only the menubutton-button itself is open, but not the whole menubutton. */ - -moz-image-region: rect(18px, 162px, 36px, 144px); +#nav-bar .toolbarbutton-1 > menupopup.cui-widget-panel { + margin-top: -4px; } -#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { - -moz-image-region: rect(0, 630px, 18px, 612px); +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button { +/* padding-inline-end: 0;*/ } -#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker { - padding: 1px; - -moz-box-align: center; +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { +/* padding-inline-start: 0; + -moz-box-align: center;*/ } -#bookmarks-menu-button[cui-areatype="toolbar"]:hover > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, -#bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { - -moz-image-region: rect(18px, 630px, 36px, 612px); +.findbar-button > .toolbarbutton-text, +toolbarbutton.bookmark-item:not(.subviewbutton), +#nav-bar .toolbarbutton-1 > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1 > .toolbarbutton-text, +#nav-bar .toolbarbutton-1 > .toolbarbutton-badge-stack, +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, +window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon { +/* padding: 2px 6px; + border: 1px solid; + border-color: transparent; + transition-property: background-color, border-color; + transition-duration: 150ms;*/ +} +/* +#nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@, .toolbarbutton-legacy-addon)) > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@, .toolbarbutton-legacy-addon)) > .toolbarbutton-badge-stack, +#nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@, .toolbarbutton-legacy-addon)) > .toolbarbutton-menubutton-button > .toolbarbutton-icon { + padding: calc(var(--toolbarbutton-vertical-inner-padding) + 1px) 7px; } +*/ -#bookmarks-menu-button[cui-areatype="toolbar"]:hover:active > .toolbarbutton-menubutton-dropmarker, -#bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker { - padding-top: 2px; - padding-bottom: 0px; - padding-inline-start: 2px; - padding-inline-end: 0px; +/* Help SDK icons fit: */ +toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-icon, +toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-badge-stack > .toolbarbutton-icon { + width: 16px; } -#history-panelmenu[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 180px, 18px, 162px); +#nav-bar toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-icon { + /* XXXgijs box models strike again: this is 16px + 2 * 7px padding + 2 * 1px border (from the rules above) */ + width: 32px; } -#history-panelmenu[cui-areatype="toolbar"]:hover, -#history-panelmenu[cui-areatype="toolbar"][open="true"] { - -moz-image-region: rect(18px, 180px, 36px, 162px); +#nav-bar .toolbarbutton-1[type=panel] > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1[type=panel] > .toolbarbutton-badge-stack, +#nav-bar .toolbarbutton-1[type=menu]:not(#PanelUI-menu-button):not(#back-button):not(#forward-button):not(#new-tab-button) > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1[type=menu]:not(#PanelUI-menu-button) > .toolbarbutton-badge-stack, +#nav-bar .toolbarbutton-1[type=menu] > .toolbarbutton-text /* hack for add-ons that forcefully display the label */ { +/* padding-inline-end: 17px;*/ } -#downloads-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 198px, 18px, 180px); -} - -#downloads-button[cui-areatype="toolbar"]:hover, -#downloads-button[cui-areatype="toolbar"][open="true"] { - -moz-image-region: rect(18px, 198px, 36px, 180px); +#nav-bar .toolbarbutton-1[type=panel] > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1[type=menu]:not(#PanelUI-menu-button):not(#back-button):not(#forward-button):not(#new-tab-button) > .toolbarbutton-icon { + /* horizontal padding + border + icon width */ +/* max-width: 43px;*/ } -#add-ons-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 216px, 18px, 198px); +#nav-bar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker { } -#add-ons-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 216px, 36px, 198px); +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon { } -#open-file-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 234px, 18px, 216px); +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { } -#open-file-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 234px, 36px, 216px); +#nav-bar .toolbaritem-combined-buttons { +/* margin-left: 2px; + margin-right: 2px;*/ } -#save-page-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 252px, 18px, 234px); +#nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1 { +/* padding-left: 0; + padding-right: 0;*/ } -#save-page-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 252px, 36px, 234px); +#nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before, +#nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1:-moz-any(:not(:hover):not([open]),[disabled=true]) + .toolbarbutton-1:-moz-any(:not(:hover):not([open]),[disabled=true])::before { +/* + content: ""; + display: -moz-box; + width: 1px; + height: 16px; + margin-inline-end: -1px; +*/ } -#sync-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 792px, 18px, 774px); +window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon { } -#sync-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 792px, 36px, 774px); +.findbar-button:not(:-moz-any([checked="true"],[disabled="true"])):hover > .toolbarbutton-text, +toolbarbutton.bookmark-item:not(.subviewbutton):hover:not([disabled="true"]):not([open]), +#nav-bar .toolbarbutton-1:not([disabled=true]) > .toolbarbutton-menubutton-button[open] + .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, +#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-button > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, +#nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-text, +#nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-badge-stack, +window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button:not([open]):not(:active):not([disabled=true]):hover > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1:not([buttonover]):not([open]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon { } -#containers-panelmenu[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 810px, 18px, 792px); +.findbar-button:not([disabled=true]):-moz-any([checked="true"],:hover:active) > .toolbarbutton-text, +toolbarbutton.bookmark-item:not(.subviewbutton):hover:active:not([disabled="true"]), +toolbarbutton.bookmark-item[open="true"], +#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):-moz-any(:hover:active, [open]) > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1[open] > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon, +#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-icon, +#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-text, +#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-badge-stack { } -#containers-panelmenu[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 810px, 36px, 792px); +#TabsToolbar .toolbarbutton-1, +#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button, +.tabbrowser-arrowscrollbox > .scrollbutton-up, +.tabbrowser-arrowscrollbox > .scrollbutton-down { } -#feed-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 288px, 18px, 270px); +#TabsToolbar .toolbarbutton-1:not([disabled=true]):hover, +#TabsToolbar .toolbarbutton-1[open], +#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):hover, +.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled=true]):hover, +.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled=true]):hover { } -#feed-button[cui-areatype="menu-panel"][panel-multiview-anchor=true], -#feed-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 288px, 36px, 270px); -} +/* unified back/forward button */ -#feed-button[cui-areatype="toolbar"][disabled="true"] { - -moz-image-region: rect(36px, 288px, 54px, 270px); +#forward-button { + -moz-box-align: stretch; /* let the button shape grow vertically with the location bar */ } -#social-share-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0px, 306px, 18px, 288px); +#forward-button > menupopup { + margin-top: 1px !important; } -#social-share-button[cui-areatype="toolbar"]:hover:not([disabled="true"]), -#social-share-button[cui-areatype="toolbar"][open="true"] { - -moz-image-region: rect(18px, 306px, 36px, 288px); +#forward-button > .toolbarbutton-icon { + background-clip: padding-box !important; + /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */ + /*clip-path: url(chrome://browser/content/browser.xul#keyhole-forward-clip-path) !important;*/ } -#social-share-button[cui-areatype="toolbar"][disabled="true"] { - -moz-image-region: rect(36px, 306px, 54px, 288px); +#forward-button { + margin-inline-start: -4px !important; + padding-left: 5px; + padding-right: 5px; + margin-top: 3px; + margin-bottom: 3px; + border-radius: 0 10000px 10000px 0; +/* max-width: calc(var(--forwardbutton-width) + var(--backbutton-urlbar-overlap)) !important; */ } -#characterencoding-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 324px, 18px, 306px); +#forward-button:-moz-locale-dir(rtl) { + border-radius: 10000px 0 0 10000px; } -#characterencoding-button[cui-areatype="toolbar"]:hover:not([disabled="true"]), -#characterencoding-button[cui-areatype="toolbar"][open="true"] { - -moz-image-region: rect(18px, 324px, 36px, 306px); +window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #forward-button { + transition: margin-left 150ms ease-out; } -#characterencoding-button[cui-areatype="toolbar"][disabled="true"] { - -moz-image-region: rect(36px, 324px, 54px, 306px); +window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] { + margin-left: calc(0px - var(--forwardbutton-width)/* - var(--backbutton-urlbar-overlap)*/); } -#new-window-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 342px, 18px, 324px); +window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] { + /* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */ + transition-delay: 100s; } -#new-window-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 342px, 36px, 324px); +window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] { + /* when not hovered anymore, trigger a new transition to hide the forward button immediately */ + margin-left: calc(-0.01px - var(--forwardbutton-width)/* - var(--backbutton-urlbar-overlap)*/); } -#e10s-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 342px, 18px, 324px); +#back-button { +/* padding-top: 3px !important; + padding-bottom: 3px !important; + padding-inline-start: 5px !important; + padding-inline-end: 0 !important;*/ + position: relative; + z-index: 1; + border-radius: 10000px; + width: 30px; + height: 30px; + margin-top: -2px; + margin-bottom: -2px; } -#e10s-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 342px, 36px, 324px); +#back-button:-moz-locale-dir(rtl) { } -#e10s-button > .toolbarbutton-icon { - transform: scaleY(-1); +#back-button > menupopup { + margin-top: -1px !important; } -#new-tab-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 360px, 18px, 342px); +#back-button > .toolbarbutton-icon { + border-radius: 10000px !important; + background-clip: padding-box !important; +/* background-color: hsla(210,25%,98%,.08) !important; + padding: 6px !important; + border-style: none !important; + box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25), + 0 0 0 1px hsla(210,4%,10%,.25);*/ + transition-property: background-color, box-shadow !important; + transition-duration: 250ms !important; } -#new-tab-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 360px, 36px, 342px); +#back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon { +/* background-color: hsla(210,4%,10%,.08) !important;*/ } -#privatebrowsing-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 378px, 18px, 360px); +#back-button:not([disabled="true"]):hover:active > .toolbarbutton-icon, +#back-button[open="true"] > .toolbarbutton-icon { +/* background-color: hsla(210,4%,10%,.12) !important; + box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25), + 0 0 0 1px hsla(210,4%,10%,.25), + 0 1px 0 0 hsla(210,80%,20%,.1) inset !important;*/ } -#privatebrowsing-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 378px, 36px, 360px); +#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { + transform: scaleX(-1); } -#find-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 396px, 18px, 378px); +#forward-button > .toolbarbutton-menu-dropmarker, +#back-button > .toolbarbutton-menu-dropmarker { + display: none; } -#find-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 396px, 36px, 378px); +/* +.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr), +.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) { + list-style-image: url("chrome://browser/skin/menu-back.png") !important; } -#print-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 414px, 18px, 396px); +.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr), +.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) { + list-style-image: url("chrome://browser/skin/menu-forward.png") !important; } -#print-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 414px, 36px, 396px); +#home-button.bookmark-item { + list-style-image: url("chrome://browser/skin/Toolbar.png"); } -#fullscreen-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 432px, 18px, 414px); +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#home-button.bookmark-item:-moz-lwtheme-brighttext { + position: relative; + z-index: 1; + list-style-image: url("chrome://browser/skin/Toolbar-inverted.png"); } -#fullscreen-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 432px, 36px, 414px); +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme) { + list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png"); } +*/ -#developer-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 450px, 18px, 432px); +#downloads-button > .toolbarbutton-icon { + margin: 0; } -#developer-button[cui-areatype="toolbar"]:hover, -#developer-button[cui-areatype="toolbar"][open="true"] { - -moz-image-region: rect(18px, 450px, 36px, 432px); -} +/* tabview menu item */ -#preferences-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 468px, 18px, 450px); +#menu_tabview { + list-style-image: url("chrome://browser/skin/tabview/tabviewFx.png"); + -moz-image-region: rect(1px, 89px, 17px, 73px); } -#preferences-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 468px, 36px, 450px); +#menu_tabview[groups="0"] { + -moz-image-region: rect(1px, 17px, 17px, 1px); } -#PanelUI-menu-button { - -moz-image-region: rect(0, 486px, 18px, 468px); +#menu_tabview[groups="1"] { + -moz-image-region: rect(1px, 35px, 17px, 19px); } -#PanelUI-menu-button:hover, -#PanelUI-menu-button[open="true"] { - -moz-image-region: rect(18px, 486px, 36px, 468px); +#menu_tabview[groups="2"] { + -moz-image-region: rect(1px, 53px, 17px, 37px); } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button { - -moz-image-region: rect(0, 504px, 18px, 486px); +#menu_tabview[groups="3"] { + -moz-image-region: rect(1px, 71px, 17px, 55px); } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 504px, 36px, 486px); -} +/* zoom control text (reset) button special case: */ -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button[disabled="true"] { - -moz-image-region: rect(36px, 504px, 54px, 486px); +#nav-bar #zoom-reset-button > .toolbarbutton-text { + /* To make this line up with the icons, it needs the same height (18px) + + * padding (2 * 2px) + border (2 * 1px), but as a minimum because otherwise + * increase in text sizes would break things... + */ + min-height: 20px; } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button { - -moz-image-region: rect(0, 522px, 18px, 504px); +toolbarbutton.bookmark-item:not(.subviewbutton), +#personal-bookmarks[cui-areatype="toolbar"]:not([overflowedItem=true]) > #bookmarks-toolbar-placeholder { +/* margin: 0; + padding: 2px 3px; + -moz-appearance: none; + border: 1px solid transparent;*/ } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 522px, 36px, 504px); +toolbarbutton.bookmark-item:not(.subviewbutton):hover:not([disabled="true"]):not([open]) { +/* border-color: var(--toolbarbutton-hover-bordercolor); + background: var(--toolbarbutton-hover-background);*/ } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button[disabled="true"] { - -moz-image-region: rect(36px, 522px, 54px, 504px); +toolbarbutton.bookmark-item:not(.subviewbutton):hover:active:not([disabled="true"]),toolbarbutton.bookmark-item[open="true"] { +/* border-color: var(--toolbarbutton-active-bordercolor); + box-shadow: var(--toolbarbutton-active-boxshadow); + background: var(--toolbarbutton-active-background);*/ } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button { - -moz-image-region: rect(0, 540px, 18px, 522px); +.bookmark-item > .toolbarbutton-icon, +#personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-icon { + width: 16px; + height: 16px; + margin-inline-start: 1px; + margin-inline-end: 2px; + margin-top: 1px; + margin-bottom: 1px; } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 540px, 36px, 522px); +/* Force the display of the label for bookmarks */ +.bookmark-item > .toolbarbutton-text, +#personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-text { + display: -moz-box !important; } -#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button[disabled="true"] { - -moz-image-region: rect(36px, 540px, 54px, 522px); -} +/* === END toolbarbuttons.inc.css === */ -#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button { - -moz-image-region: rect(0, 558px, 18px, 540px); +/* === BEGIN toolbarbutton-icons.inc.css === */ + +:root { + --toolbarbutton-icon-fill: #FFCF00; + --toolbarbutton-icon-fill-inverted: #000000; + --toolbarbutton-icon-fill-disabled: #8050B0; + --toolbarbutton-icon-fill-attention: #008484; } -#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 558px, 36px, 540px); +/* Whole section of this included file: */ +:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, + #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, + #social-share-button, #open-file-button, #find-button, #developer-button, + #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, + #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, + #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, + #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu), +#bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { + list-style-image: url("chrome://browser/skin/ToolbarFx.png"); } -#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button[disabled="true"] { - -moz-image-region: rect(36px, 558px, 54px, 540px); +#back-button { + -moz-image-region: rect(0, 36px, 18px, 18px); } -#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button { - -moz-image-region: rect(0, 576px, 18px, 558px); +#back-button:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 36px, 36px, 18px); } -#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 576px, 36px, 558px); +#back-button[disabled="true"] { + -moz-image-region: rect(36px, 36px, 54px, 18px); } -#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button[disabled="true"] { - -moz-image-region: rect(36px, 576px, 54px, 558px); +#forward-button { + -moz-image-region: rect(0, 72px, 18px, 54px); } -#nav-bar-overflow-button { - -moz-image-region: rect(0, 612px, 18px, 594px); +#forward-button:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 72px, 36px, 54px); } -#nav-bar-overflow-button:hover, -#nav-bar-overflow-button[open="true"] { - -moz-image-region: rect(18px, 612px, 36px, 594px); +#forward-button[disabled="true"] { + -moz-image-region: rect(36px, 72px, 54px, 54px); } -#nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { +#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon, +#forward-button:-moz-locale-dir(rtl) { transform: scaleX(-1); } -#tabview-button { - -moz-image-region: rect(0, 648px, 18px, 630px); +#home-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 126px, 18px, 108px); } -#tabview-button:hover { - -moz-image-region: rect(18px, 648px, 36px, 630px); +#home-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 126px, 36px, 108px); } -#email-link-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 666px, 18px, 648px); +#bookmarks-menu-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 144px, 18px, 126px); } -#email-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) { - -moz-image-region: rect(18px, 666px, 36px, 648px); +#bookmarks-menu-button[cui-areatype="toolbar"]:hover, +#bookmarks-menu-button[cui-areatype="toolbar"][open="true"] { + -moz-image-region: rect(18px, 144px, 36px, 126px); } -#email-button[cui-areatype="toolbar"][disabled="true"] { - -moz-image-region: rect(36px, 666px, 54px, 648px); +/* When "new tab" page shows up, the menubutton-button (star button) is disabled */ +#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button[disabled="true"] { + -moz-image-region: rect(36px, 144px, 54px, 126px) !important; + background-color: transparent !important; } -#sidebar-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 684px, 18px, 666px); +#bookmarks-menu-button[cui-areatype="toolbar"][starred] { + -moz-image-region: rect(0, 162px, 18px, 144px); } -#sidebar-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 684px, 36px, 666px); +#bookmarks-menu-button[cui-areatype="toolbar"][starred]:hover, +#bookmarks-menu-button[cui-areatype="toolbar"][starred][open="true"], +#bookmarks-menu-button[cui-areatype="toolbar"][starred] > .toolbarbutton-menubutton-button[open="true"] { + /* When starred and clicked (for edit/delete dialog), + * then only the menubutton-button itself is open, but not the whole menubutton. */ + -moz-image-region: rect(18px, 162px, 36px, 144px); } -#panic-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 702px, 18px, 684px); +#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { + -moz-image-region: rect(0, 630px, 18px, 612px); } -#panic-button[cui-areatype="toolbar"]:hover, -#panic-button[cui-areatype="toolbar"][open] { - -moz-image-region: rect(18px, 702px, 36px, 684px); +#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker { + padding: 1px; + -moz-box-align: center; } -#panic-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { - transform: scaleX(-1); +#bookmarks-menu-button[cui-areatype="toolbar"]:hover > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, +#bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { + -moz-image-region: rect(18px, 630px, 36px, 612px); } -#webide-button[cui-areatype="toolbar"] { - -moz-image-region: rect(0, 738px, 18px, 720px); +#bookmarks-menu-button[cui-areatype="toolbar"]:hover:active > .toolbarbutton-menubutton-dropmarker, +#bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker { + padding-top: 2px; + padding-bottom: 0px; + padding-inline-start: 2px; + padding-inline-end: 0px; } -#webide-button[cui-areatype="toolbar"]:hover { - -moz-image-region: rect(18px, 738px, 36px, 720px); +#history-panelmenu[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 180px, 18px, 162px); } -/* === END toolbarbuttons.inc.css === */ - -/* === BEGIN menupanel.inc.css === */ +#history-panelmenu[cui-areatype="toolbar"]:hover, +#history-panelmenu[cui-areatype="toolbar"][open="true"] { + -moz-image-region: rect(18px, 180px, 36px, 162px); +} -/* Menu panel and palette styles */ +#downloads-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 198px, 18px, 180px); +} -:root { - /* avoid aero overrides with changed filenames */ - --menupanel-list-style-image: url(chrome://browser/skin/menuPanelFx.png); - --menupanel-small-list-style-image: url(chrome://browser/skin/menuPanelFx-small.png); +#downloads-button[cui-areatype="toolbar"]:hover, +#downloads-button[cui-areatype="toolbar"][open="true"] { + -moz-image-region: rect(18px, 198px, 36px, 180px); } -toolbaritem[sdkstylewidget="true"] > toolbarbutton, -:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, - #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, - #social-share-button, #open-file-button, #find-button, #developer-button, - #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, - #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, - #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, - #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu)[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, - #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, - #social-share-button, #open-file-button, #find-button, #developer-button, - #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, - #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, - #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, - #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu) { - list-style-image: var(--menupanel-list-style-image); +#add-ons-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 216px, 18px, 198px); } -#home-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #home-button { - -moz-image-region: rect(0px, 128px, 32px, 96px); +#add-ons-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 216px, 36px, 198px); } -#home-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #home-button:hover { - -moz-image-region: rect(32px, 128px, 64px, 96px); +#open-file-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 234px, 18px, 216px); } -#bookmarks-menu-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #bookmarks-menu-button { - -moz-image-region: rect(0px, 192px, 32px, 160px); +#open-file-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 234px, 36px, 216px); } -#bookmarks-menu-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #bookmarks-menu-button:hover { - -moz-image-region: rect(32px, 192px, 64px, 160px); +#save-page-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 252px, 18px, 234px); } -#bookmarks-menu-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { - -moz-image-region: rect(32px, 192px, 64px, 160px); +#save-page-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 252px, 36px, 234px); } -#history-panelmenu[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #history-panelmenu { - -moz-image-region: rect(0px, 224px, 32px, 192px); +#sync-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 792px, 18px, 774px); } -#history-panelmenu[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #history-panelmenu:hover { - -moz-image-region: rect(32px, 224px, 64px, 192px); +#sync-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 792px, 36px, 774px); } -#history-panelmenu[cui-areatype="menu-panel"][panel-multiview-anchor=true] { - -moz-image-region: rect(32px, 224px, 64px, 192px); +#containers-panelmenu[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 810px, 18px, 792px); } -#downloads-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #downloads-button { - -moz-image-region: rect(0px, 256px, 32px, 224px); +#containers-panelmenu[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 810px, 36px, 792px); } -#downloads-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #downloads-button:hover { - -moz-image-region: rect(32px, 256px, 64px, 224px); +#feed-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 288px, 18px, 270px); } -#add-ons-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #add-ons-button { - -moz-image-region: rect(0px, 288px, 32px, 256px); +#feed-button[cui-areatype="menu-panel"][panel-multiview-anchor=true], +#feed-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 288px, 36px, 270px); } -#add-ons-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #add-ons-button:hover { - -moz-image-region: rect(32px, 288px, 64px, 256px); +#feed-button[cui-areatype="toolbar"][disabled="true"] { + -moz-image-region: rect(36px, 288px, 54px, 270px); } -#open-file-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #open-file-button { - -moz-image-region: rect(0px, 320px, 32px, 288px); +#social-share-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0px, 306px, 18px, 288px); } -#open-file-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #open-file-button:hover { - -moz-image-region: rect(32px, 320px, 64px, 288px); +#social-share-button[cui-areatype="toolbar"]:hover:not([disabled="true"]), +#social-share-button[cui-areatype="toolbar"][open="true"] { + -moz-image-region: rect(18px, 306px, 36px, 288px); } -#save-page-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #save-page-button { - -moz-image-region: rect(0px, 352px, 32px, 320px); +#social-share-button[cui-areatype="toolbar"][disabled="true"] { + -moz-image-region: rect(36px, 306px, 54px, 288px); } -#save-page-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #save-page-button:hover { - -moz-image-region: rect(32px, 352px, 64px, 320px); +#characterencoding-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 324px, 18px, 306px); } -#sync-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #sync-button { - -moz-image-region: rect(0px, 1024px, 32px, 992px); +#characterencoding-button[cui-areatype="toolbar"]:hover:not([disabled="true"]), +#characterencoding-button[cui-areatype="toolbar"][open="true"] { + -moz-image-region: rect(18px, 324px, 36px, 306px); } -#sync-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #sync-button:hover { - -moz-image-region: rect(32px, 1024px, 64px, 992px); +#characterencoding-button[cui-areatype="toolbar"][disabled="true"] { + -moz-image-region: rect(36px, 324px, 54px, 306px); } -#containers-panelmenu[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #containers-panelmenu { - -moz-image-region: rect(0px, 1056px, 32px, 1024px); +#new-window-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 342px, 18px, 324px); } -#containers-panelmenu[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #containers-panelmenu:hover, -#containers-panelmenu[cui-areatype="menu-panel"][panel-multiview-anchor=true] { - -moz-image-region: rect(32px, 1056px, 64px, 1024px); +#new-window-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 342px, 36px, 324px); } -#feed-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #feed-button { - -moz-image-region: rect(0px, 416px, 32px, 384px); +#e10s-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 342px, 18px, 324px); } -#feed-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #feed-button:hover:not([disabled="true"]) { - -moz-image-region: rect(32px, 416px, 64px, 384px); +#e10s-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 342px, 36px, 324px); } -#feed-button[cui-areatype="menu-panel"][disabled="true"], -toolbarpaletteitem[place="palette"] > #feed-button[disabled="true"] { - -moz-image-region: rect(64px, 416px, 96px, 384px); +#e10s-button > .toolbarbutton-icon { + transform: scaleY(-1); } -#social-share-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #social-share-button { - -moz-image-region: rect(0px, 448px, 32px, 416px); +#new-tab-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 360px, 18px, 342px); } -#social-share-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #social-share-button:hover:not([disabled="true"]) { - -moz-image-region: rect(32px, 448px, 64px, 416px); +#new-tab-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 360px, 36px, 342px); } -#social-share-button[cui-areatype="menu-panel"][disabled="true"], -toolbarpaletteitem[place="palette"] > #social-share-button[disabled="true"] { - -moz-image-region: rect(64px, 448px, 96px, 416px); +#privatebrowsing-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 378px, 18px, 360px); } -#characterencoding-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #characterencoding-button { - -moz-image-region: rect(0px, 480px, 32px, 448px); +#privatebrowsing-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 378px, 36px, 360px); } -#characterencoding-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #characterencoding-button:hover:not([disabled="true"]) { - -moz-image-region: rect(32px, 480px, 64px, 448px); +#find-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 396px, 18px, 378px); } -#characterencoding-button[cui-areatype="menu-panel"][disabled="true"], -toolbarpaletteitem[place="palette"] > #characterencoding-button[disabled="true"] { - -moz-image-region: rect(64px, 480px, 96px, 448px); +#find-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 396px, 36px, 378px); } -#characterencoding-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { - -moz-image-region: rect(32px, 480px, 64px, 448px); +#print-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 414px, 18px, 396px); } -#new-window-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #new-window-button { - -moz-image-region: rect(0px, 512px, 32px, 480px); +#print-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 414px, 36px, 396px); } -#new-window-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #new-window-button:hover { - -moz-image-region: rect(32px, 512px, 64px, 480px); +#fullscreen-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 432px, 18px, 414px); } -#e10s-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #e10s-button { - -moz-image-region: rect(0px, 512px, 32px, 480px); +#fullscreen-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 432px, 36px, 414px); } -#e10s-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #e10s-button:hover { - -moz-image-region: rect(32px, 512px, 64px, 480px); +#developer-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 450px, 18px, 432px); } -#new-tab-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #new-tab-button { - -moz-image-region: rect(0px, 544px, 32px, 512px); +#developer-button[cui-areatype="toolbar"]:hover, +#developer-button[cui-areatype="toolbar"][open="true"] { + -moz-image-region: rect(18px, 450px, 36px, 432px); } -#new-tab-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #new-tab-button:hover { - -moz-image-region: rect(32px, 544px, 64px, 512px); +#preferences-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 468px, 18px, 450px); } -#privatebrowsing-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #privatebrowsing-button { - -moz-image-region: rect(0px, 576px, 32px, 544px); +#preferences-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 468px, 36px, 450px); } -#privatebrowsing-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #privatebrowsing-button:hover { - -moz-image-region: rect(32px, 576px, 64px, 544px); +#PanelUI-menu-button { + -moz-image-region: rect(0, 486px, 18px, 468px); } -#tabview-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #tabview-button { - -moz-image-region: rect(0px, 608px, 32px, 576px); +#PanelUI-menu-button:hover, +#PanelUI-menu-button[open="true"] { + -moz-image-region: rect(18px, 486px, 36px, 468px); } -#tabview-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #tabview-button:hover { - -moz-image-region: rect(32px, 608px, 64px, 576px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button { + -moz-image-region: rect(0, 504px, 18px, 486px); } -#find-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #find-button { - -moz-image-region: rect(0px, 640px, 32px, 608px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 504px, 36px, 486px); } -#find-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #find-button:hover { - -moz-image-region: rect(32px, 640px, 64px, 608px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button[disabled="true"] { + -moz-image-region: rect(36px, 504px, 54px, 486px); } -#print-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #print-button { - -moz-image-region: rect(0px, 672px, 32px, 640px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button { + -moz-image-region: rect(0, 522px, 18px, 504px); } -#print-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #print-button:hover { - -moz-image-region: rect(32px, 672px, 64px, 640px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 522px, 36px, 504px); } -#fullscreen-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #fullscreen-button { - -moz-image-region: rect(0px, 704px, 32px, 672px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button[disabled="true"] { + -moz-image-region: rect(36px, 522px, 54px, 504px); } -#fullscreen-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #fullscreen-button:hover { - -moz-image-region: rect(32px, 704px, 64px, 672px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button { + -moz-image-region: rect(0, 540px, 18px, 522px); } -#developer-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #developer-button { - -moz-image-region: rect(0px, 736px, 32px, 704px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 540px, 36px, 522px); } -#developer-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #developer-button:hover { - -moz-image-region: rect(32px, 736px, 64px, 704px); +#edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button[disabled="true"] { + -moz-image-region: rect(36px, 540px, 54px, 522px); } -#developer-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { - -moz-image-region: rect(32px, 736px, 64px, 704px); +#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button { + -moz-image-region: rect(0, 558px, 18px, 540px); } -#preferences-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #preferences-button { - -moz-image-region: rect(0px, 768px, 32px, 736px); +#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 558px, 36px, 540px); } -#preferences-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #preferences-button:hover { - -moz-image-region: rect(32px, 768px, 64px, 736px); +#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button[disabled="true"] { + -moz-image-region: rect(36px, 558px, 54px, 540px); } -#email-link-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #email-link-button { - -moz-image-region: rect(0, 800px, 32px, 768px); +#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button { + -moz-image-region: rect(0, 576px, 18px, 558px); } -#email-link-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #email-link-button:hover:not([disabled="true"]) { - -moz-image-region: rect(32px, 800px, 64px, 768px); +#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 576px, 36px, 558px); } -#email-link-button[cui-areatype="menu-panel"][disabled="true"], -toolbarpaletteitem[place="palette"] > #email-link-button[disabled="true"] { - -moz-image-region: rect(64px, 800px, 96px, 768px); +#zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button[disabled="true"] { + -moz-image-region: rect(36px, 576px, 54px, 558px); } -#sidebar-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #sidebar-button { - -moz-image-region: rect(0, 864px, 32px, 832px); +#nav-bar-overflow-button { + -moz-image-region: rect(0, 612px, 18px, 594px); } -#sidebar-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #sidebar-button:hover, -#sidebar-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { - -moz-image-region: rect(32px, 864px, 64px, 832px); +#nav-bar-overflow-button:hover, +#nav-bar-overflow-button[open="true"] { + -moz-image-region: rect(18px, 612px, 36px, 594px); } -#panic-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #panic-button { - -moz-image-region: rect(0, 896px, 32px, 864px); +#nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { + transform: scaleX(-1); } -#panic-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #panic-button:hover, -#panic-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { - -moz-image-region: rect(32px, 896px, 64px, 864px); +#nav-bar-overflow-button > .toolbarbutton-animatable-box > .toolbarbutton-animatable-image { + display: none; } -#webide-button[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #webide-button { - -moz-image-region: rect(0px, 960px, 32px, 928px); +#tabview-button { + -moz-image-region: rect(0, 648px, 18px, 630px); } -#webide-button[cui-areatype="menu-panel"]:hover, -toolbarpaletteitem[place="palette"] > #webide-button:hover { - -moz-image-region: rect(32px, 960px, 64px, 928px); +#tabview-button:hover { + -moz-image-region: rect(18px, 648px, 36px, 630px); } -toolbaritem[sdkstylewidget="true"] > toolbarbutton { - -moz-image-region: rect(0, 832px, 32px, 800px); +#email-link-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 666px, 18px, 648px); } -/* Wide panel control icons */ - -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton, -#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton, -toolbarpaletteitem[place="palette"] > #edit-controls > toolbarbutton, -toolbarpaletteitem[place="palette"] > #zoom-controls > toolbarbutton { - list-style-image: var(--menupanel-small-list-style-image); +#email-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) { + -moz-image-region: rect(18px, 666px, 36px, 648px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button, -toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button { - -moz-image-region: rect(0px, 32px, 16px, 16px); +#email-button[cui-areatype="toolbar"][disabled="true"] { + -moz-image-region: rect(36px, 666px, 54px, 648px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button:hover:not([disabled="true"]) { - -moz-image-region: rect(16px, 32px, 32px, 16px); +#sidebar-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 684px, 18px, 666px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button[disabled="true"], -toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button[disabled="true"] { - -moz-image-region: rect(32px, 32px, 48px, 16px); +#sidebar-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 684px, 36px, 666px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button, -toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button { - -moz-image-region: rect(0px, 48px, 16px, 32px); +#panic-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 702px, 18px, 684px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button:hover:not([disabled="true"]) { - -moz-image-region: rect(16px, 48px, 32px, 32px); +#panic-button[cui-areatype="toolbar"]:hover, +#panic-button[cui-areatype="toolbar"][open] { + -moz-image-region: rect(18px, 702px, 36px, 684px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button[disabled="true"], -toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button[disabled="true"] { - -moz-image-region: rect(32px, 48px, 48px, 32px); +#panic-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { + transform: scaleX(-1); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button, -toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button { - -moz-image-region: rect(0px, 64px, 16px, 48px); +#webide-button[cui-areatype="toolbar"] { + -moz-image-region: rect(0, 738px, 18px, 720px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button:hover:not([disabled="true"]) { - -moz-image-region: rect(16px, 64px, 32px, 48px); +#webide-button[cui-areatype="toolbar"]:hover { + -moz-image-region: rect(18px, 738px, 36px, 720px); } -#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button[disabled="true"], -toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button[disabled="true"] { - -moz-image-region: rect(32px, 64px, 48px, 48px); +#pocket-button { + fill: currentColor !important; } -#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button, -toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button { - -moz-image-region: rect(0px, 80px, 16px, 64px); -} +/* === END toolbarbutton-icons.inc.css === */ + +/* === BEGIN menupanel.inc.css === */ -#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button:hover:not([disabled="true"]) { - -moz-image-region: rect(16px, 80px, 32px, 64px); +/* Menu panel and palette styles */ + +toolbaritem[sdkstylewidget="true"] > toolbarbutton, +:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, + #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, + #social-share-button, #open-file-button, #find-button, #developer-button, + #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, + #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, + #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, + #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu)[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, + #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, + #social-share-button, #open-file-button, #find-button, #developer-button, + #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, + #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, + #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, + #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu) { + list-style-image: url(chrome://browser/skin/menuPanel.svg); } -#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button[disabled="true"], -toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button[disabled="true"] { - -moz-image-region: rect(32px, 80px, 48px, 64px); +:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, + #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, + #social-share-button, #open-file-button, #find-button, #developer-button, + #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, + #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, + #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, + #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu)[cui-areatype="menu-panel"] > .toolbarbutton-icon, +:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, + #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, + #social-share-button, #open-file-button, #find-button, #developer-button, + #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, + #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, + #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, + #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu)[cui-areatype="menu-panel"][panel-multiview-anchor=true] > .toolbarbutton-icon, +:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, + #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, + #social-share-button, #open-file-button, #find-button, #developer-button, + #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, + #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, + #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, + #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu)[cui-areatype="menu-panel"][panel-multiview-anchor=true] > .toolbarbutton-badge-stack > .toolbarbutton-icon, +:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, + #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, + #social-share-button, #open-file-button, #find-button, #developer-button, + #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, + #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, + #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, + #copy-button, #paste-button, #e10s-button, #panic-button, #webide-button, #containers-panelmenu)[cui-areatype="menu-panel"][panel-multiview-anchor=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon { + filter: url(chrome://global/skin/filters.svg#fill); + fill: currentColor; } -#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button, -toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button { - -moz-image-region: rect(0px, 96px, 16px, 80px); +#home-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #home-button { + -moz-image-region: rect(0px, 128px, 32px, 96px); } -#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button:hover:not([disabled="true"]), -toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button:hover:not([disabled="true"]) { - -moz-image-region: rect(16px, 96px, 32px, 80px); +#bookmarks-menu-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #bookmarks-menu-button { + -moz-image-region: rect(0px, 192px, 32px, 160px); } -#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button[disabled="true"], -toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button[disabled="true"] { - -moz-image-region: rect(32px, 96px, 48px, 80px); +#history-panelmenu[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #history-panelmenu { + -moz-image-region: rect(0px, 224px, 32px, 192px); } -#add-share-provider { - list-style-image: var(--menupanel-small-list-style-image); - -moz-image-region: rect(0px, 96px, 16px, 80px); +#downloads-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #downloads-button { + -moz-image-region: rect(0px, 256px, 32px, 224px); } -/* === END menupanel.inc.css === */ +#add-ons-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #add-ons-button { + -moz-image-region: rect(0px, 288px, 32px, 256px); +} -.toolbarbutton-1:not([type="menu-button"]) { - -moz-box-orient: vertical; +#open-file-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #open-file-button { + -moz-image-region: rect(0px, 320px, 32px, 288px); } -.toolbarbutton-1, -.toolbarbutton-1 > .toolbarbutton-menubutton-button { -/* min-width: 36px; - min-height: 36px;*/ +#save-page-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #save-page-button { + -moz-image-region: rect(0px, 352px, 32px, 320px); } -.toolbarbutton-1, -.toolbarbutton-1 > .toolbarbutton-menubutton-button, -.toolbarbutton-1[disabled="true"]:hover:active, -.toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button { - padding: 1px 2px; +#sync-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #sync-button { + -moz-image-region: rect(0px, 1024px, 32px, 992px); } -.toolbarbutton-1:hover:active, -.toolbarbutton-1[open="true"], -.toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button { - padding-top: 2px; - padding-bottom: 0px; - padding-inline-start: 3px; - padding-inline-end: 1px; +#containers-panelmenu[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #containers-panelmenu { + -moz-image-region: rect(0px, 1056px, 32px, 1024px); } -#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-icon, -#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker, -#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker, -#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon, -#main-window:not([customizing]) .toolbarbutton-1 > .toolbarbutton-menubutton-button[disabled=true] > .toolbarbutton-icon { +#feed-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #feed-button { + -moz-image-region: rect(0px, 416px, 32px, 384px); } -.toolbarbutton-1 > .toolbarbutton-menu-dropmarker, -.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { +#social-share-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #social-share-button { + -moz-image-region: rect(0px, 448px, 32px, 416px); } -toolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:-moz-lwtheme-brighttext, -toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-brighttext { +#characterencoding-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #characterencoding-button { + -moz-image-region: rect(0px, 480px, 32px, 448px); } -.toolbarbutton-1 > .toolbarbutton-icon, -.toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon { +#new-window-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #new-window-button { + -moz-image-region: rect(0px, 512px, 32px, 480px); } -.findbar-button, -#nav-bar .toolbarbutton-1, -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button { +#e10s-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #e10s-button { + -moz-image-region: rect(0px, 512px, 32px, 480px); } -#nav-bar .toolbarbutton-1:not([type=menu-button]), -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button, -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { +#new-tab-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #new-tab-button { + -moz-image-region: rect(0px, 544px, 32px, 512px); } -#nav-bar #PanelUI-menu-button { -/* padding-inline-start: 7px; - padding-inline-end: 5px;*/ +#privatebrowsing-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #privatebrowsing-button { + -moz-image-region: rect(0px, 576px, 32px, 544px); } -#nav-bar .toolbarbutton-1[type=panel], -#nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) { -/* padding-left: 5px; - padding-right: 5px;*/ +#tabview-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #tabview-button { + -moz-image-region: rect(0px, 608px, 32px, 576px); } -#nav-bar .toolbarbutton-1 > menupopup { -/* margin-top: -3px;*/ +#find-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #find-button { + -moz-image-region: rect(0px, 640px, 32px, 608px); } -#nav-bar .toolbarbutton-1 > menupopup.cui-widget-panel { - margin-top: -4px; +#print-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #print-button { + -moz-image-region: rect(0px, 672px, 32px, 640px); } -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button { -/* padding-inline-end: 0;*/ +#fullscreen-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #fullscreen-button { + -moz-image-region: rect(0px, 704px, 32px, 672px); } -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { -/* padding-inline-start: 0; - -moz-box-align: center;*/ +#developer-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #developer-button { + -moz-image-region: rect(0px, 736px, 32px, 704px); } -.findbar-button > .toolbarbutton-text, -#nav-bar .toolbarbutton-1 > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1 > .toolbarbutton-text, -#nav-bar .toolbarbutton-1 > .toolbarbutton-badge-stack, -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, -window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon { -/* padding: 2px 6px; - border: 1px solid; - border-color: transparent; - transition-property: background-color, border-color; - transition-duration: 150ms;*/ -} -/* -#nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@, .toolbarbutton-legacy-addon)) > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@, .toolbarbutton-legacy-addon)) > .toolbarbutton-badge-stack, -#nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@, .toolbarbutton-legacy-addon)) > .toolbarbutton-menubutton-button > .toolbarbutton-icon { - padding: calc(var(--toolbarbutton-vertical-inner-padding) + 1px) 7px; +#preferences-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #preferences-button { + -moz-image-region: rect(0px, 768px, 32px, 736px); } -*/ -/* Help SDK icons fit: */ -toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-icon, -toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-badge-stack > .toolbarbutton-icon { - width: 16px; +#email-link-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #email-link-button { + -moz-image-region: rect(0, 800px, 32px, 768px); } -#nav-bar toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-icon { - /* XXXgijs box models strike again: this is 16px + 2 * 7px padding + 2 * 1px border (from the rules above) */ - width: 32px; +#email-link-button[cui-areatype="menu-panel"][disabled="true"], +toolbarpaletteitem[place="palette"] > #email-link-button[disabled="true"] { + -moz-image-region: rect(64px, 800px, 96px, 768px); } -#nav-bar .toolbarbutton-1[type=panel] > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1[type=panel] > .toolbarbutton-badge-stack, -#nav-bar .toolbarbutton-1[type=menu]:not(#PanelUI-menu-button):not(#back-button):not(#forward-button) > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1[type=menu]:not(#PanelUI-menu-button) > .toolbarbutton-badge-stack, -#nav-bar .toolbarbutton-1[type=menu] > .toolbarbutton-text /* hack for add-ons that forcefully display the label */ { -/* padding-inline-end: 17px;*/ +#sidebar-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #sidebar-button { + -moz-image-region: rect(0, 864px, 32px, 832px); } -#nav-bar .toolbarbutton-1[type=panel] > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1[type=menu]:not(#PanelUI-menu-button):not(#back-button):not(#forward-button) > .toolbarbutton-icon { - /* horizontal padding + border + icon width */ -/* max-width: 43px;*/ +#panic-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #panic-button { + -moz-image-region: rect(0, 896px, 32px, 864px); } -#nav-bar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker { +#webide-button[cui-areatype="menu-panel"], +toolbarpaletteitem[place="palette"] > #webide-button { + -moz-image-region: rect(0px, 960px, 32px, 928px); } -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon { +toolbaritem[sdkstylewidget="true"] > toolbarbutton { + -moz-image-region: rect(0, 832px, 32px, 800px); } -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { -} +/* Wide panel control icons */ -#nav-bar .toolbaritem-combined-buttons { -/* margin-left: 2px; - margin-right: 2px;*/ +#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton, +#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton, +toolbarpaletteitem[place="palette"] > #edit-controls > toolbarbutton, +toolbarpaletteitem[place="palette"] > #zoom-controls > toolbarbutton { + list-style-image: url(chrome://browser/skin/menuPanel-small.svg); } -#nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1 { -/* padding-left: 0; - padding-right: 0;*/ +#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton > .toolbarbutton-icon, +#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton > .toolbarbutton-icon, +toolbarpaletteitem[place="palette"] > #edit-controls > toolbarbutton > .toolbarbutton-icon, +toolbarpaletteitem[place="palette"] > #zoom-controls > toolbarbutton > .toolbarbutton-icon { + filter: url(chrome://global/skin/filters.svg#fill); + fill: currentColor; } -#nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before, -#nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1:-moz-any(:not(:hover):not([open]),[disabled=true]) + .toolbarbutton-1:-moz-any(:not(:hover):not([open]),[disabled=true])::before { -/* - content: ""; - display: -moz-box; - width: 1px; - height: 16px; - margin-inline-end: -1px; -*/ +#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button, +toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button { + -moz-image-region: rect(0px, 32px, 16px, 16px); } -window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon { +#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button, +toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button { + -moz-image-region: rect(0px, 48px, 16px, 32px); } -.findbar-button:not(:-moz-any([checked="true"],[disabled="true"])):hover > .toolbarbutton-text, -#nav-bar .toolbarbutton-1:not([disabled=true]) > .toolbarbutton-menubutton-button[open] + .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, -#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-button > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, -#nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-text, -#nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-badge-stack, -window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button:not([open]):not(:active):not([disabled=true]):hover > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1:not([buttonover]):not([open]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon { +#edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button, +toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button { + -moz-image-region: rect(0px, 64px, 16px, 48px); } -.findbar-button:not([disabled=true]):-moz-any([checked="true"],:hover:active) > .toolbarbutton-text, -#nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):-moz-any(:hover:active, [open]) > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1[open] > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon, -#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-icon, -#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-text, -#nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-badge-stack { +#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button, +toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button { + -moz-image-region: rect(0px, 80px, 16px, 64px); } -#TabsToolbar .toolbarbutton-1, -#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button, -.tabbrowser-arrowscrollbox > .scrollbutton-up, -.tabbrowser-arrowscrollbox > .scrollbutton-down { +#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button, +toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button { + -moz-image-region: rect(0px, 96px, 16px, 80px); } -#TabsToolbar .toolbarbutton-1:not([disabled=true]):hover, -#TabsToolbar .toolbarbutton-1[open], -#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):hover, -.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled=true]):hover, -.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled=true]):hover { +#add-share-provider { + list-style-image: url(chrome://browser/skin/menuPanel-small.svg); + -moz-image-region: rect(0px, 96px, 16px, 80px); } -/* unified back/forward button */ +/* === END menupanel.inc.css === */ -#forward-button { - -moz-box-align: stretch; /* let the button shape grow vertically with the location bar */ +/* ::::: fullscreen window controls ::::: */ + +#minimize-button, +#restore-button, +#close-button { + -moz-appearance: none; + border: none; +/* margin: 0 !important; + padding: 6px 12px;*/ } -#forward-button > menupopup { - margin-top: 1px !important; +#minimize-button { + list-style-image: url(chrome://browser/skin/caption-buttons.svg#minimize); } -#forward-button > .toolbarbutton-icon { - background-clip: padding-box !important; - /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */ - /*clip-path: url(chrome://browser/content/browser.xul#keyhole-forward-clip-path) !important;*/ +#minimize-button:hover { + list-style-image: url(chrome://browser/skin/caption-buttons.svg#minimize-hover); } -#forward-button { - margin-inline-start: -4px !important; - padding-left: 5px; - padding-right: 5px; - margin-top: 3px; - margin-bottom: 3px; - border-radius: 0 10000px 10000px 0; -/* max-width: calc(var(--forwardbutton-width) + var(--backbutton-urlbar-overlap)) !important; */ +#restore-button { + list-style-image: url(chrome://browser/skin/caption-buttons.svg#restore); } -#forward-button:-moz-locale-dir(rtl) { - border-radius: 10000px 0 0 10000px; +#restore-button:hover { + list-style-image: url(chrome://browser/skin/caption-buttons.svg#restore-hover); } -window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #forward-button { - transition: margin-left 150ms ease-out; +#minimize-button:hover, +#restore-button:hover { +/* background-color: hsla(0, 0%, 0%, .12);*/ } -window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] { - margin-left: calc(0px - var(--forwardbutton-width)/* - var(--backbutton-urlbar-overlap)*/); +#minimize-button:hover:active, +#restore-button:hover:active { +/* background-color: hsla(0, 0%, 0%, .22);*/ } -window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] { - /* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */ - transition-delay: 100s; +#close-button { + list-style-image: url(chrome://browser/skin/caption-buttons.svg#close); } -window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] { - /* when not hovered anymore, trigger a new transition to hide the forward button immediately */ - margin-left: calc(-0.01px - var(--forwardbutton-width)/* - var(--backbutton-urlbar-overlap)*/); -} - -#back-button { -/* padding-top: 3px !important; - padding-bottom: 3px !important; - padding-inline-start: 5px !important; - padding-inline-end: 0 !important;*/ - position: relative; - z-index: 1; - border-radius: 10000px; - width: 30px; - height: 30px; - margin-top: -2px; - margin-bottom: -2px; -} - -#back-button:-moz-locale-dir(rtl) { -} - -#back-button > menupopup { - margin-top: -1px !important; -} - -#back-button > .toolbarbutton-icon { - border-radius: 10000px !important; - background-clip: padding-box !important; -/* background-color: hsla(210,25%,98%,.08) !important; - padding: 6px !important; - border-style: none !important; - box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25), - 0 0 0 1px hsla(210,4%,10%,.25);*/ - transition-property: background-color, box-shadow !important; - transition-duration: 250ms !important; -} - -#back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon { -/* background-color: hsla(210,4%,10%,.08) !important;*/ -} - -#back-button:not([disabled="true"]):hover:active > .toolbarbutton-icon, -#back-button[open="true"] > .toolbarbutton-icon { -/* background-color: hsla(210,4%,10%,.12) !important; - box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25), - 0 0 0 1px hsla(210,4%,10%,.25), - 0 1px 0 0 hsla(210,80%,20%,.1) inset !important;*/ -} - -#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { - transform: scaleX(-1); -} -/* -.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr), -.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) { - list-style-image: url("chrome://browser/skin/menu-back.png") !important; -} - -.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr), -.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) { - list-style-image: url("chrome://browser/skin/menu-forward.png") !important; -} - -#home-button.bookmark-item { - list-style-image: url("chrome://browser/skin/Toolbar.png"); -} - -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#home-button.bookmark-item:-moz-lwtheme-brighttext { - position: relative; - z-index: 1; - list-style-image: url("chrome://browser/skin/Toolbar-inverted.png"); -} - -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme) { - list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png"); -} -*/ - -#downloads-button > .toolbarbutton-icon { - margin: 0; -} - -/* tabview menu item */ - -#menu_tabview { - list-style-image: url("chrome://browser/skin/tabview/tabviewFx.png"); - -moz-image-region: rect(1px, 89px, 17px, 73px); -} - -#menu_tabview[groups="0"] { - -moz-image-region: rect(1px, 17px, 17px, 1px); -} - -#menu_tabview[groups="1"] { - -moz-image-region: rect(1px, 35px, 17px, 19px); -} - -#menu_tabview[groups="2"] { - -moz-image-region: rect(1px, 53px, 17px, 37px); -} - -#menu_tabview[groups="3"] { - -moz-image-region: rect(1px, 71px, 17px, 55px); -} - -/* undo close tab menu item */ -#alltabs_undoCloseTab { - list-style-image: url(chrome://browser/skin/undoCloseTab.png); -} - -@media (min-resolution: 1.1dppx) { - #alltabs_undoCloseTab { - list-style-image: url(chrome://browser/skin/undoCloseTab@2x.png); - } - #alltabs_undoCloseTab > .toolbarbutton-icon { - width: 16px; - } -} - -/* zoom control text (reset) button special case: */ - -#nav-bar #zoom-reset-button > .toolbarbutton-text { - /* To make this line up with the icons, it needs the same height (18px) + - * padding (2 * 2px) + border (2 * 1px), but as a minimum because otherwise - * increase in text sizes would break things... - */ - min-height: 20px; -} - -/* ::::: fullscreen window controls ::::: */ - -#minimize-button, -#restore-button, -#close-button { - -moz-appearance: none; - border: none; -/* margin: 0 !important; - padding: 6px 12px;*/ -} - -#minimize-button { - list-style-image: url(chrome://browser/skin/caption-buttons.svg#minimize); -} - -#minimize-button:hover { - list-style-image: url(chrome://browser/skin/caption-buttons.svg#minimize-hover); -} - -#restore-button { - list-style-image: url(chrome://browser/skin/caption-buttons.svg#restore); -} - -#restore-button:hover { - list-style-image: url(chrome://browser/skin/caption-buttons.svg#restore-hover); -} - -#minimize-button:hover, -#restore-button:hover { -/* background-color: hsla(0, 0%, 0%, .12);*/ -} - -#minimize-button:hover:active, -#restore-button:hover:active { -/* background-color: hsla(0, 0%, 0%, .22);*/ -} - -#close-button { - list-style-image: url(chrome://browser/skin/caption-buttons.svg#close); -} - -#close-button:hover { -/* background-color: hsl(355, 86%, 49%);*/ - list-style-image: url(chrome://browser/skin/caption-buttons.svg#close-hover); +#close-button:hover { +/* background-color: hsl(355, 86%, 49%);*/ + list-style-image: url(chrome://browser/skin/caption-buttons.svg#close-hover); } #close-button:hover:active { @@ -1820,8 +1774,8 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl) { -moz-box-direction: reverse; } -html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, -.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder { +html|*.urlbar-input:-moz-lwtheme::placeholder, +.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::placeholder { color: #E7ADE7; } @@ -1835,17 +1789,16 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, } .urlbar-input-box { - margin-inline-start: 0; + margin: 0; } .urlbar-input-box, - #urlbar-display-box { padding-inline-start: 4px; - border-inline-start: 1px solid var(--urlbar-separator-color); +/* border-inline-start: 1px solid var(--urlbar-separator-color); border-inline-end: 1px solid var(--urlbar-separator-color); border-image: linear-gradient(transparent 15%, var(--urlbar-separator-color) 15%, var(--urlbar-separator-color) 85%, transparent 85%); - border-image-slice: 1; + border-image-slice: 1; */ } #urlbar-icons { @@ -1859,6 +1812,25 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, height: 16px; } +/* ::::: URL Bar Zoom Reset Button ::::: */ + +@keyframes urlbar-zoom-reset-pulse { + 0% { + transform: scale(0); + } + 75% { + transform: scale(1.5); + } + 100% { + transform: scale(1.0); + } +} + +#urlbar-zoom-button { +/* -moz-appearance: none;*/ +/* color: inherit;*/ +} + .search-go-container { padding: 2px; } @@ -1868,7 +1840,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, } #urlbar-search-footer { - border-top: 1px solid #A09090; + border-top: 1px solid var(--panel-separator-color); } #urlbar-search-settings { @@ -1881,17 +1853,15 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, } #urlbar-search-splitter { - min-width: 6px; - margin-inline-start: -3px; + /* The splitter width should equal the location and search bars' combined + neighboring margin and border width. */ + min-width: 8px; + margin: 0 -4px; + position: relative; border: none; background: transparent; } -#urlbar-search-splitter + #urlbar-container > #urlbar, -#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox { - margin-inline-start: 0; -} - .urlbar-display { border-inline-end: 1px solid #9C9CFF; margin-inline-end: 3px; @@ -1904,7 +1874,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, /* === BEGIN urlbarSearchSuggestionsNotification.inc.css === */ #PopupAutoCompleteRichResult > hbox[anonid="search-suggestions-notification"] { - border-bottom: 1px solid #A09090; + border-bottom: 1px solid var(--panel-separator-color); background-color: #000000; padding: 6px 0; padding-inline-start: 44px; @@ -1963,7 +1933,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, } #identity-box:-moz-focusring { - outline: 1px dotted #008484; + outline: 1px dotted; outline-offset: -1px; } @@ -2002,19 +1972,70 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, } /* page proxy icon */ - /* === BEGIN identity-block.inc.css === */ -#identity-box { - --identity-box-verified-color: #008484; - /* Default theme does different color per channel, we can't as they do it build-time. */ - --identity-box-chrome-color: #9C9CFF; +/* === BEGIN identity-block/icons.inc.css === */ + +#identity-icon { + list-style-image: url(chrome://browser/skin/identity-icon.svg#normal); +} + +#identity-box:hover > #identity-icon:not(.no-hover), +#identity-box[open=true] > #identity-icon { + list-style-image: url(chrome://browser/skin/identity-icon.svg#hover); +} + +#identity-box.grantedPermissions > #identity-icon { + list-style-image: url(chrome://browser/skin/identity-icon.svg#notice); +} + +#identity-box.grantedPermissions:hover > #identity-icon:not(.no-hover), +#identity-box.grantedPermissions[open=true] > #identity-icon { + list-style-image: url(chrome://browser/skin/identity-icon.svg#notice-hover); +} + +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon { + list-style-image: url(chrome://branding/content/identity-icons-brand.svg); +} + +#tracking-protection-icon { + list-style-image: url(chrome://browser/skin/tracking-protection-16.svg#enabled); +} + +#tracking-protection-icon[state="loaded-tracking-content"] { + list-style-image: url(chrome://browser/skin/tracking-protection-16.svg#disabled); +} + +#urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain > #connection-icon, +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon, +#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveBlocked > #connection-icon { + list-style-image: url(chrome://browser/skin/connection-secure.svg); + visibility: visible; +} + +#urlbar[pageproxystate="valid"] > #identity-box.weakCipher > #connection-icon, +#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContent > #connection-icon, +#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContentLoadedActiveBlocked > #connection-icon, +#urlbar[pageproxystate="valid"] > #identity-box.certUserOverridden > #connection-icon { + list-style-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg#icon); + visibility: visible; +} + +#urlbar[pageproxystate="valid"] > #identity-box.insecureLoginForms > #connection-icon, +#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveContent > #connection-icon { + list-style-image: url(chrome://browser/skin/connection-mixed-active-loaded.svg#icon); + visibility: visible; +} + +/* === END identity-block/icons.inc.css === */ + +#identity-box { font-size: .9em; border-radius: 2px; padding: 3px 5px; overflow: hidden; - /* The latter two properties have a transition to handle the delayed hiding of + /* The padding-left and padding-right transitions handle the delayed hiding of the forward button when hovered. */ transition: background-color 150ms ease, padding-left, padding-right; } @@ -2029,16 +2050,23 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, border-bottom-left-radius: 0; } +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { + border-inline-end: 1px solid #008484; +} + +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #identity-icon-labels { + color: #008484; +} + #urlbar[pageproxystate="valid"] > #identity-box.chromeUI { - color: var(--identity-box-chrome-color); - border-inline-end: 1px solid var(--identity-box-chrome-color); + border-inline-end: 1px solid #9C9CFF; } -#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { - color: var(--identity-box-verified-color); - border-inline-end: 1px solid var(--identity-box-verified-color); +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon-labels { + color: #9C9CFF; } + #identity-icon-labels:-moz-locale-dir(ltr) { padding-left: 2px; } @@ -2075,37 +2103,70 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-but #identity-icon { width: 16px; height: 16px; - list-style-image: url(chrome://browser/skin/identity-icon.svg#normal); } -#identity-box:hover > #identity-icon:not(.no-hover), -#identity-box[open=true] > #identity-icon { - list-style-image: url(chrome://browser/skin/identity-icon.svg#hover); +#urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon { + opacity: .3; } -#identity-box.grantedPermissions > #identity-icon { - list-style-image: url(chrome://browser/skin/identity-icon.svg#notice); +#urlbar[actiontype="searchengine"] > #identity-box > #identity-icon { + -moz-image-region: inherit; + list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg); + context-properties: fill; + fill: #FFCF00; + width: 16px; + width: 16px; + height: 16px; } -#identity-box.grantedPermissions:hover > #identity-icon:not(.no-hover), -#identity-box.grantedPermissions[open=true] > #identity-icon { - list-style-image: url(chrome://browser/skin/identity-icon.svg#notice-hover); +#urlbar[actiontype="extension"] > #identity-box > #identity-icon { + -moz-image-region: inherit; + list-style-image: url(chrome://browser/skin/addons/addon-install-anchor.svg); + width: 16px; + height: 16px; } -#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon { - list-style-image: url(chrome://branding/content/identity-icons-brand.svg); +/* SHARING ICON */ + +#sharing-icon { + width: 16px; + height: 16px; + margin-inline-start: -16px; + position: relative; + display: none; } -#urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon { - opacity: 0.3; +#identity-box[sharing="camera"] > #sharing-icon { + list-style-image: url("chrome://browser/skin/notification-icons.svg#camera-sharing"); } -#urlbar[actiontype="searchengine"] > #identity-box > #identity-icon { - -moz-image-region: inherit; - list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg#search-icon); - width: 16px; - height: 16px; - opacity: 1; +#identity-box[sharing="microphone"] > #sharing-icon { + list-style-image: url("chrome://browser/skin/notification-icons.svg#microphone-sharing"); +} + +#identity-box[sharing="screen"] > #sharing-icon { + list-style-image: url("chrome://browser/skin/notification-icons.svg#screen-sharing"); + +} + +#identity-box[sharing] > #sharing-icon { + display: -moz-box; + animation-delay: -1.5s; +} + +#identity-box[sharing] > #identity-icon, +#sharing-icon { + animation: 3s linear identity-box-sharing-icon-pulse infinite; +} + +@keyframes identity-box-sharing-icon-pulse { +/* This should remain identical to tab-sharing-icon-pulse in tabs.inc.css */ + 0%, 16.66%, 83.33%, 100% { + opacity: 0; + } + 33.33%, 66.66% { + opacity: 1; + } } /* TRACKING PROTECTION ICON */ @@ -2115,12 +2176,6 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-but height: 16px; margin-inline-start: 2px; margin-inline-end: 0; - list-style-image: url(chrome://browser/skin/tracking-protection-16.svg); - opacity: 1; -} - -#tracking-protection-icon[state="loaded-tracking-content"] { - list-style-image: url(chrome://browser/skin/tracking-protection-disabled-16.svg); } #tracking-protection-icon[animate] { @@ -2148,29 +2203,14 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-but visibility: collapse; } -#urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain > #connection-icon, -#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon, -#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveBlocked > #connection-icon { - list-style-image: url(chrome://browser/skin/identity-secure.svg); - visibility: visible; -} - -#urlbar[pageproxystate="valid"] > #identity-box.certUserOverridden > #connection-icon { - list-style-image: url(chrome://browser/skin/identity-mixed-passive-loaded.svg); - visibility: visible; -} - -#urlbar[pageproxystate="valid"] > #identity-box.insecureLoginForms > #connection-icon, -#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveContent > #connection-icon { - list-style-image: url(chrome://browser/skin/identity-mixed-active-loaded.svg); - visibility: visible; -} +/* REMOTE CONTROL ICON */ -#urlbar[pageproxystate="valid"] > #identity-box.weakCipher > #connection-icon, -#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContent > #connection-icon, -#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContentLoadedActiveBlocked > #connection-icon { - list-style-image: url(chrome://browser/skin/identity-mixed-passive-loaded.svg); +#main-window[remotecontrol] #remote-control-icon { + list-style-image: url(chrome://browser/content/robot.ico); visibility: visible; + width: 16px; + height: 16px; + margin-inline-start: 2px; } /* === END identity-block.inc.css === */ @@ -2206,7 +2246,13 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover, #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active, #urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] { - background-color: #9C9CFF; + background-color: #A09090; + color: #000000; +} + +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover > #identity-icon-labels, +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active > #identity-icon-labels, +#urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] > #identity-icon-labels { color: #000000; } @@ -2217,8 +2263,86 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box color: #000000; } +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover > #identity-icon-labels, +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active > #identity-icon-labels, +#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] > #identity-icon-labels { + color: #000000; +} + +#identity-box:hover > image, +#identity-box:hover:active > image, +#identity-box[open=true] > image { + filter: url(chrome://global/skin/filters.svg#active-icon-state); +} + /* autocomplete */ +/* === BEGIN autocomplete.inc.css === */ + +#PopupAutoComplete > richlistbox > richlistitem { + height: 20px; + min-height: 20px; + border: 0; + border-radius: 0; + padding: 0px 1px 0px 1px; +} + +#PopupAutoComplete > richlistbox > richlistitem > .ac-site-icon { + margin-inline-start: 4px; + margin-inline-end: 0; +} + +#PopupAutoComplete > richlistbox > richlistitem > .ac-title { + font: icon; + margin-inline-start: 4px; +} + +#PopupAutoComplete > richlistbox { + padding: 0; +} + +/* Login form autocompletion */ +#PopupAutoComplete > richlistbox > richlistitem[originaltype="login"] > .ac-site-icon { + display: initial; + list-style-image: url(chrome://browser/skin/notification-icons.svg#login); +} + +#PopupAutoComplete > richlistbox > richlistitem[originaltype="login"] > .ac-site-icon[selected] { + list-style-image: url(chrome://browser/skin/notification-icons.svg#login-highlighted); +} + +/* Insecure field warning */ +#PopupAutoComplete > richlistbox > richlistitem[originaltype="insecureWarning"] { + background-color: var(--arrowpanel-dimmed); + border-bottom: 1px solid var(--panel-separator-color); + padding-bottom: 4px; + padding-top: 4px; +} + +#PopupAutoComplete > richlistbox > richlistitem[originaltype="insecureWarning"][selected] { + background-color: var(--arrowpanel-dimmed-further); + color: #FFCF00; +} + +#PopupAutoComplete > richlistbox > richlistitem[originaltype="insecureWarning"] > .ac-title { + color: #A09090; + font-size: 1em; +} + +#PopupAutoComplete > richlistbox > richlistitem[originaltype="insecureWarning"][selected] > .ac-title { + color: inherit; +} + +#PopupAutoComplete > richlistbox > richlistitem[originaltype="insecureWarning"] > .ac-site-icon { + list-style-image: url(chrome://browser/skin/connection-mixed-active-loaded.svg#icon); +} + +/* === END autocomplete.inc.css === */ + +#PopupAutoComplete > richlistbox > richlistitem[originaltype~="datalist-first"] { + border-top: 1px solid #A09090; +} + #treecolAutoCompleteImage { max-width: 36px; } @@ -2235,14 +2359,9 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box border-radius: 2px; border: 1px solid transparent; } - -.autocomplete-richlistitem[selected=true] { - background-color: hsl(210, 80%, 52%); -} */ .ac-title { font-size: 14px; -/* color: hsl(0, 0%, 0%);*/ } .ac-tags { @@ -2250,8 +2369,6 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box } /* html|span.ac-tag { - background-color: hsl(216, 0%, 88%); - color: hsl(0, 0%, 0%); border-radius: 2px; border: 1px solid transparent; padding: 0 1px; @@ -2264,30 +2381,6 @@ html|span.ac-tag { font-size: 12px; } -.ac-separator { -/* color: hsl(0, 0%, 50%);*/ -} - -.ac-url { - color: #9C9CFF; -} - -.ac-action { - color: #9C9CFF; -} - -.ac-title[selected=true], -.ac-separator[selected], -.ac-url[selected=true], -.ac-action[selected=true] { - color: #000000; -} - -.ac-tags-text[selected] > html|span.ac-tag { - background-color: #A09090; - color: #000000; -} - html|span.ac-emphasize-text-title, html|span.ac-emphasize-text-tag, html|span.ac-emphasize-text-url { @@ -2302,33 +2395,32 @@ html|span.ac-emphasize-text-url { /* list-style-image: url("chrome://browser/skin/urlbar-star.svg#star-inverted");*/ } -.ac-result-type-bookmark, -.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) { +.ac-result-type-bookmark { list-style-image: url("chrome://browser/skin/places/bookmark.png"); -moz-image-region: rect(0px 16px 16px 0px); width: 16px; height: 16px; } -richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type-bookmark, -.autocomplete-treebody::-moz-tree-image(selected, current, bookmark, treecolAutoCompleteImage) { +richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type-bookmark { /* -moz-image-region: rect(0px 48px 16px 32px);*/ } .ac-type-icon[type=keyword], -.ac-site-icon[type=searchengine], -.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) { - list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon"); +.ac-site-icon[type=searchengine] { + list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg"); + context-properties: fill; + fill: #FFCF00; } .ac-type-icon[type=keyword][selected], -.ac-site-icon[type=searchengine][selected], -.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected) { - list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted"); +.ac-site-icon[type=searchengine][selected] { + list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg"); + context-properties: fill; + fill: #000000; } -.ac-result-type-tag, -.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) { +.ac-result-type-tag { list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); width: 16px; height: 16px; @@ -2358,8 +2450,8 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- /* combined go/reload/stop button in location bar */ #urlbar-go-button, -#urlbar-reload-button, -#urlbar-stop-button { +#reload-button, +#stop-button { border-style: none; list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); /* margin: 0 9px; */ @@ -2372,6 +2464,12 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- border-image-slice: 1; } +/* XXX: temporary for Photon preview changes */ +#reload-button, +#stop-button { + list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); +} + #urlbar:-moz-locale-dir(ltr) > toolbarbutton { border-top-left-radius: 0px; border-bottom-left-radius: 0px; @@ -2383,24 +2481,28 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- } #urlbar > toolbarbutton:not([disabled=true]):active:hover, -#urlbar-reload-button:not(:hover) { +#reload-button:not(:hover) { border-inline-start-style: none; padding-inline-start: 3px; } -#urlbar-reload-button { +#reload-button, +#reload-button { -moz-image-region: rect(0px, 14px, 14px, 0px); } -#urlbar-reload-button[disabled=true] { +#reload-button[disabled=true], +#reload-button[disabled=true] { -moz-image-region: rect(28px, 14px, 42px, 0px); } -#urlbar-reload-button:not([disabled=true]):hover { +#reload-button:not([disabled=true]):hover, +#reload-button:not([disabled=true]):hover { -moz-image-region: rect(14px, 14px, 28px, 0px); } -#urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { +#reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon, +#reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { transform: scaleX(-1); } @@ -2416,24 +2518,30 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- transform: scaleX(-1); } -#urlbar-stop-button { +#stop-button, +#stop-button { -moz-image-region: rect(0px, 28px, 14px, 14px); } -#urlbar-stop-button:hover { +#stop-button:hover, +#stop-button:hover { -moz-image-region: rect(14px, 28px, 28px, 14px); } @media (min-resolution: 1.1dppx) { + #reload-button, + #stop-button, #urlbar-go-button, - #urlbar-reload-button, - #urlbar-stop-button { + #reload-button, + #stop-button { list-style-image: url("chrome://browser/skin/reload-stop-go@2x.png"); } + #reload-button > .toolbarbutton-icon, + #stop-button > .toolbarbutton-icon, #urlbar-go-button > .toolbarbutton-icon, - #urlbar-reload-button > .toolbarbutton-icon, - #urlbar-stop-button > .toolbarbutton-icon { + #reload-button > .toolbarbutton-icon, + #stop-button > .toolbarbutton-icon { width: 14px; } @@ -2449,27 +2557,33 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- -moz-image-region: rect(56px, 84px, 84px, 56px); } - #urlbar-reload-button { + #reload-button, + #reload-button { -moz-image-region: rect(0, 28px, 28px, 0); } - #urlbar-reload-button:not([disabled]):hover { + #reload-button:not([disabled]):hover, + #reload-button:not([disabled]):hover { -moz-image-region: rect(28px, 28px, 56px, 0); } - #urlbar-reload-button:not([disabled]):hover:active { + #reload-button:not([disabled]):hover:active, + #reload-button:not([disabled]):hover:active { -moz-image-region: rect(56px, 28px, 84px, 0); } - #urlbar-stop-button { + #stop-button, + #stop-button { -moz-image-region: rect(0, 56px, 28px, 28px); } - #urlbar-stop-button:not([disabled]):hover { + #stop-button:not([disabled]):hover, + #stop-button:not([disabled]):hover { -moz-image-region: rect(28px, 56px, 56px, 28px); } - #urlbar-stop-button:hover:active { + #stop-button:hover:active, + #stop-button:hover:active { -moz-image-region: rect(56px, 56px, 84px, 28px); } } @@ -2506,6 +2620,32 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- /* social share panel */ +/* === BEGIN social.inc.css === */ + +#manage-share-providers { + list-style-image: url("chrome://browser/skin/ToolbarFx.png"); + -moz-image-region: rect(0, 468px, 18px, 450px); +} + +#manage-share-providers > .toolbarbutton-icon { + min-height: 18px; + min-width: 18px; +} + +.social-panel > .panel-arrowcontainer > .panel-arrowcontent { + padding: 0; +} +/* fixup corners for share panel */ +.social-panel > .social-panel-frame { + border-radius: inherit; +} + +/* === END social.inc.css === */ + +.social-panel-frame { + border-radius: inherit; +} + .social-share-frame { min-width: 756px; height: 150px; @@ -2552,11 +2692,6 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- max-height: 16px; } -/* fixup corners for share panel */ -.social-panel > .social-panel-frame { - border-radius: inherit; -} - #social-share-panel { min-height: 100px; min-width: 766px; @@ -2580,12 +2715,6 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- border-top-right-radius: inherit; } -/* social recommending panel */ - -#social-mark-button { - -moz-image-region: rect(0, 16px, 16px, 0); -} - /* bookmarks menu-button */ #bookmarks-menu-button.bookmark-item { @@ -2642,28 +2771,78 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- /* ::::: content area ::::: */ +/* === BEGIN sidebar.inc.css === */ + #sidebar-box { + --icon-fill: #FFCF00; + --header-background-color: #9C9CFF; + --header-background-color-hover: #FFCF00; + --title-font-size: 13px; + background-color: #9C9CFF; color: #000000; } -#sidebar { - background-color: #000000; +#sidebar-header { + color: #000000; + padding: 2px; } #sidebar-splitter { margin-inline-start: 0; } -#sidebar-header { - color: #000000; - padding: 2px; +#sidebar-splitter:-moz-locale-dir(ltr), +#sidebar:-moz-locale-dir(ltr) { + border-radius: 0 5px 0 0; +} + +#sidebar-splitter:-moz-locale-dir(rtl), +#sidebar:-moz-locale-dir(rtl) { + border-radius: 5px 0 0 0; +} + +#sidebar-throbber[loading="true"] { + list-style-image: url("chrome://global/skin/icons/loading.png"); +} + +@media (min-resolution: 2dppx) { + .sidebar-throbber[loading="true"], + #sidebar-throbber[loading="true"] { + list-style-image: url("chrome://global/skin/icons/loading@2x.png"); + width: 16px; + } } #sidebar-title { padding-inline-start: 0px; } +#sidebar-title { + margin: 0; + padding: 0; + padding-inline-start: 8px; + padding-inline-end: 4px; +} + +#sidebar-switcher-arrow, +#sidebar-close > .toolbarbutton-icon { + -moz-context-properties: fill; + fill: currentColor; + opacity: 0.8; +} + +#sidebar-switcher-arrow { +/* list-style-image: url(chrome://browser/skin/arrow-dropdown.svg);*/ + list-style-image: url(chrome://global/skin/arrow/arrow-down.gif); + width: 12px; + height: 12px; +} + +#sidebar-switcher-arrow:hover { + list-style-image: url(chrome://global/skin/arrow/arrow-down-hover.gif); +} + #sidebar-header > .close-icon { /* padding: 4px 2px; margin: 0; @@ -2676,41 +2855,122 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); } -#sidebar-splitter:-moz-locale-dir(ltr), -#sidebar:-moz-locale-dir(ltr) { - border-radius: 0 5px 0 0; +#sidebar-close { + -moz-appearance: none; + list-style-image: url(chrome://browser/skin/sidebar/close.svg); + margin: 0; + padding: 4px; + border-radius: 4px; +} +/* +#sidebar-switcher-target { + -moz-appearance: none; + color: inherit; + margin-inline-end: 4px; + border-radius: 4px; + border: 1px solid transparent; + padding: 2px 4px; } -#sidebar-splitter:-moz-locale-dir(rtl), -#sidebar:-moz-locale-dir(rtl) { - border-radius: 5px 0 0 0; +#sidebar-switcher-target:hover, +#sidebar-close:hover { + background: hsla(240, 5%, 5%, 0.05); } -.browserContainer > findbar { -/* - background-color: -moz-dialog; - color: -moz-DialogText; +#sidebar-switcher-target:hover { + border-color: rgba(0, 0, 0, 0.2); +} + +#sidebar-close:hover:active, +#sidebar-switcher-target:hover:active, +#sidebar-switcher-target.active { + background: hsla(240, 5%, 5%, 0.1); +} + +#sidebar-switcher-target:hover:active, +#sidebar-switcher-target.active { + border-color: rgba(0, 0, 0, 0.25); +} */ +#sidebarMenu-popup .subviewbutton { + min-width: 190px; } -/* Tabstrip */ +#sidebar-extensions:empty + toolbarseparator { + display: none; +} -#TabsToolbar { - min-height: 0; - padding: 0; - -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar"); +/* Allow room for the checkbox drawn as a background image at the start of the toolbarbutton */ +#sidebarMenu-popup .subviewbutton-iconic > .toolbarbutton-icon { + padding-inline-start: 16px; +} +#sidebarMenu-popup .subviewbutton-iconic > .toolbarbutton-text { + padding-inline-start: 0; } -#TabsToolbar .toolbar-holder { - background-color: #000000; /* correct effect of being an actual toolbar */ +#sidebar-box[sidebarcommand="viewWebPanelsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon { + list-style-image: url(chrome://mozapps/skin/places/defaultFavicon.svg); } -#main-window[disablechrome] #TabsToolbar, -#TabsToolbar[tabsontop="false"] { - border-bottom: 1px solid #008484; +#sidebar-switcher-bookmarks > .toolbarbutton-icon, +#sidebar-box[sidebarcommand="viewBookmarksSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon { +/* list-style-image: url(chrome://browser/skin/bookmark.svg); + -moz-context-properties: fill; + fill: currentColor; + opacity: 0.8;*/ + list-style-image: url(chrome://browser/skin/places/bookmark.png); + -moz-image-region: rect(0px 16px 16px 0px); } -/* === BEGIN tabs.inc.css === */ +#sidebar-switcher-history > .toolbarbutton-icon, +#sidebar-box[sidebarcommand="viewHistorySidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon { +/* list-style-image: url(chrome://browser/skin/history.svg); + -moz-context-properties: fill; + fill: currentColor; + opacity: 0.8;*/ + list-style-image: url(chrome://browser/skin/places/history.png); +} + +#sidebar-switcher-tabs > .toolbarbutton-icon, +#sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon { +/* list-style-image: url(chrome://browser/skin/synced-tabs.svg); + -moz-context-properties: fill; + fill: currentColor; + opacity: 0.8;*/ + list-style-image: url(chrome://browser/skin/urlbar-tab.svg#tab); +} + +/* === END sidebar.inc.css === */ + +#sidebar { + background-color: #000000; +} + +.browserContainer > findbar { +/* + background-color: -moz-dialog; + color: -moz-DialogText; +*/ +} + +/* Tabstrip */ + +#TabsToolbar { + min-height: 0; + padding: 0; + -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar"); +} + +#TabsToolbar .toolbar-holder { + background-color: #000000; /* correct effect of being an actual toolbar */ +} + +#main-window[disablechrome] #TabsToolbar, +#TabsToolbar[tabsontop="false"] { + border-bottom: 1px solid #008484; +} + +/* === BEGIN tabs.inc.css === */ :root { /* --tab-toolbar-navbar-overlap: 1px; */ @@ -2781,15 +3041,16 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- } .tab-icon-image { - list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg"); } .tab-icon-image[sharing]:not([selected]), .tab-sharing-icon-overlay { - animation: 3s linear pulse infinite; + animation: 3s linear tab-sharing-icon-pulse infinite; } -@keyframes pulse { +@keyframes tab-sharing-icon-pulse { +/* This should remain identical to identity-box-sharing-icon-pulse in identity-block.inc.css */ 0%, 16.66%, 83.33%, 100% { opacity: 0; } @@ -2809,20 +3070,15 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- } .tab-sharing-icon-overlay[sharing="camera"] { - list-style-image: url("chrome://browser/skin/notification-icons.svg#camera"); + list-style-image: url("chrome://browser/skin/notification-icons.svg#camera-sharing"); } .tab-sharing-icon-overlay[sharing="microphone"] { - list-style-image: url("chrome://browser/skin/notification-icons.svg#microphone"); + list-style-image: url("chrome://browser/skin/notification-icons.svg#microphone-sharing"); } .tab-sharing-icon-overlay[sharing="screen"] { - list-style-image: url("chrome://browser/skin/notification-icons.svg#screen"); -} - -.tab-sharing-icon-overlay[sharing] { - filter: url("chrome://browser/skin/filters.svg#fill"); - fill: #FFCF00; + list-style-image: url("chrome://browser/skin/notification-icons.svg#screen-sharing"); } .tab-icon-overlay { @@ -2839,17 +3095,18 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- } .tab-icon-overlay[soundplaying], -.tab-icon-overlay[muted]:not([crashed]) { +.tab-icon-overlay[muted]:not([crashed]), +.tab-icon-overlay[blocked]:not([crashed]) { border-radius: 10px; } .tab-icon-overlay[soundplaying]:hover, -.tab-icon-overlay[muted]:hover { +.tab-icon-overlay[muted]:hover, +.tab-icon-overlay[blocked]:not([crashed]):hover { background-color: #FFCF00; } .tab-icon-overlay[soundplaying] { - display: -moz-box; list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio"); } @@ -2857,15 +3114,25 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio-muted"); } -#TabsToolbar[brighttext] .tab-icon-overlay[soundplaying]:not(:hover) { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio-white"); +.tab-icon-overlay[blocked]:not([crashed]) { + list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio-blocked"); } +#TabsToolbar[brighttext] .tab-icon-overlay[soundplaying]:not([selected]):not(:hover), +.tab-icon-overlay[soundplaying][selected]:-moz-lwtheme-brighttext:not(:hover) { + list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio-white"); +} -#TabsToolbar[brighttext] .tab-icon-overlay[muted]:not([crashed]):not(:hover) { +#TabsToolbar[brighttext] .tab-icon-overlay[muted]:not([crashed]):not([selected]):not(:hover), +.tab-icon-overlay[mouted][selected]:-moz-lwtheme-brighttext:not(:hover) { list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio-white-muted"); } +#TabsToolbar[brighttext] .tab-icon-overlay[blocked]:not([crashed]):not([selected]):not(:hover), +.tab-icon-overlay[blocked][selected]:-moz-lwtheme-brighttext:not(:hover) { + list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio-white-blocked"); +} + .tab-throbber[busy] { list-style-image: url("chrome://communicator/skin/brand/throbber16-anim-connect.png"); } @@ -2904,88 +3171,20 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- padding: 0; } -.tab-icon-sound[muted] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted"); -} - -.tab-icon-sound[muted]:hover { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted-hover"); -} - -.tab-icon-sound[muted]:hover:active { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted-pressed"); -} - -.tab-icon-sound[soundplaying] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-backgroundTab"); -} - -.tab-icon-sound[soundplaying]:hover { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-backgroundTab-hover"); -} - -.tab-icon-sound[soundplaying]:hover:active { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-backgroundTab-pressed"); +.tab-icon-sound[soundplaying], +.tab-icon-sound[muted], +.tab-icon-sound[blocked] { + list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio); + filter: url(chrome://global/skin/filters.svg#fill); + fill: currentColor; } .tab-icon-sound[muted] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-backgroundTab-muted"); -} - -.tab-icon-sound[muted]:hover { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-backgroundTab-muted-hover"); -} - -.tab-icon-sound[muted]:hover:active { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-backgroundTab-muted-pressed"); -} - -.tab-icon-sound[visuallyselected=true][soundplaying] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio"); -} - -.tab-icon-sound[visuallyselected=true][soundplaying]:hover { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-hover"); -} - -.tab-icon-sound[visuallyselected=true][soundplaying]:hover:active { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-pressed"); -} - -.tab-icon-sound[visuallyselected=true][muted] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted"); -} - -.tab-icon-sound[visuallyselected=true][muted]:hover { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted-hover"); -} - -.tab-icon-sound[visuallyselected=true][muted]:hover:active { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted-pressed"); -} - -#TabsToolbar[brighttext] .tab-icon-sound[soundplaying] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-white"); -} - -#TabsToolbar[brighttext] .tab-icon-sound[soundplaying]:hover { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-white-hover"); -} - -#TabsToolbar[brighttext] .tab-icon-sound[soundplaying]:hover:active { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-white-pressed"); -} - -#TabsToolbar[brighttext] .tab-icon-sound[muted] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted-white"); -} - -#TabsToolbar[brighttext] .tab-icon-sound[muted]:hover { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted-white-hover"); + list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted); } -#TabsToolbar[brighttext] .tab-icon-sound[muted]:hover:active { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted-white-pressed"); +.tab-icon-sound[blocked] { + list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked); } .tab-close-button { @@ -2993,6 +3192,12 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- padding: 0; } +.tab-icon-sound[soundplaying-scheduledremoval]:not([muted]):not(:hover), +.tab-icon-overlay[soundplaying-scheduledremoval]:not([muted]):not(:hover) { + transition: opacity .3s linear var(--soundplaying-removal-delay); + opacity: 0; +} + .tab-background, .tabs-newtab-button { /* overlap the tab curves */ @@ -3024,12 +3229,12 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator { } -.tab-background-start[visuallyselected=true]::after, -.tab-background-start[visuallyselected=true]::before, +.tab-background-start[selected=true]::after, +.tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, -.tab-background-end[visuallyselected=true]::after, -.tab-background-end[visuallyselected=true]::before { +.tab-background-end[selected=true]::after, +.tab-background-end[selected=true]::before { } .tabbrowser-tab:not([visuallyselected=true]), @@ -3058,6 +3263,7 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- .tabs-newtab-button, .tab-icon-overlay[soundplaying], .tab-icon-overlay[muted]:not([crashed]), +.tab-icon-overlay[blocked]:not([crashed]), .tab-icon-sound, .tab-close-button { pointer-events: auto; @@ -3066,14 +3272,14 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- /* Pinned tabs */ /* -.tabbrowser-tab:-moz-any([image], [pinned]) > .tab-stack > .tab-content[attention]:not([visuallyselected="true"]), -.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([visuallyselected="true"]) { +.tabbrowser-tab:-moz-any([image], [pinned]) > .tab-stack > .tab-content[attention]:not([selected="true"]), +.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([selected="true"]) { */ .tabbrowser-tab:-moz-any([image], [pinned]):-moz-any([attention], [titlechanged]):not([visuallyselected="true"]) { background-color: #E7ADE7; } -.tab-label[attention]:not([visuallyselected="true"]) { +.tab-label[attention]:not([selected="true"]) { font-weight: bold; } @@ -3103,8 +3309,8 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- /* Also show separators beside the selected tab when dragging it. */ /* #tabbrowser-tabs[movingtab] > .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after, -.tabbrowser-tab:not([visuallyselected]):not([afterselected-visible]):not([afterhovered]):not([first-visible-tab]):not(:hover)::before, -#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([visuallyselected]):not([beforehovered]):not(:hover)::after { +.tabbrowser-tab:not([selected]):not([afterselected-visible]):not([afterhovered]):not([first-visible-tab]):not(:hover)::before, +#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected]):not([beforehovered]):not(:hover)::after { content: ""; display: -moz-box; } @@ -3120,24 +3326,42 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- #tabbrowser-tabs::before { } - .tabbrowser-tab:hover > .tab-stack > .tab-background:not([visuallyselected=true]), + .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]), .tabs-newtab-button:hover { } - .tab-background-middle[visuallyselected=true] { + .tab-background-middle[selected=true] { } - .tab-background-start[visuallyselected=true]:-moz-locale-dir(ltr)::after, - .tab-background-end[visuallyselected=true]:-moz-locale-dir(rtl)::after { + .tab-background-start[selected=true]:-moz-locale-dir(ltr)::after, + .tab-background-end[selected=true]:-moz-locale-dir(rtl)::after { } - .tab-background-end[visuallyselected=true]:-moz-locale-dir(ltr)::after, - .tab-background-start[visuallyselected=true]:-moz-locale-dir(rtl)::after { + .tab-background-end[selected=true]:-moz-locale-dir(ltr)::after, + .tab-background-start[selected=true]:-moz-locale-dir(rtl)::after { } +} - .tab-icon-image { - list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png"); - } +/* All tabs menupopup */ + +.alltabs-item[tabIsVisible]:not([_moz-menuactive="true"]) { + background-color: #402800; +} + +.alltabs-endimage[soundplaying], +.alltabs-endimage[muted], +.alltabs-endimage[blocked] { + list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio); + filter: url(chrome://global/skin/filters.svg#fill); + fill: currentColor; +} + +.alltabs-endimage[muted] { + list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted); +} + +.alltabs-endimage[blocked] { + list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked); } /* === END tabs.inc.css === */ @@ -3150,19 +3374,29 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- /* Tab close button */ .tab-close-button { - list-style-image: url("chrome://global/skin/icons/close-button.gif"); + list-style-image: url("chrome://global/skin/icons/close-button.gif") !important; + -moz-image-region: auto !important; } .tab-close-button:hover, .tab-close-button:hover[selected="true"] { - list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif") !important; + -moz-image-region: auto !important; } .tab-close-button:hover:active, .tab-close-button:hover:active[selected="true"] { - list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif") !important; + -moz-image-region: auto !important; } +.tab-close-button > .button-icon, +.tab-close-button > .button-box > .button-icon, +.tab-close-button > .toolbarbutton-icon { + width: auto !important; +} + + /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */ .tabbrowser-arrowscrollbox > .scrollbutton-up, @@ -3192,1597 +3426,761 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- transition: 1s background-color ease-out; } -.tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] { - background-color: #008484; -} - -.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]), -.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) { -/* border-width: 0 2px 0 0; - border-style: solid; - border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;*/ -} - -.tabs-newtab-button > .toolbarbutton-icon { - margin-top: -1px; - margin-bottom: -1px; -} - -.tabs-newtab-button, -#TabsToolbar > #new-tab-button, -#TabsToolbar > toolbarpaletteitem > #new-tab-button, -#TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] { - list-style-image: url("chrome://browser/skin/tabbrowser/newtab.svg"); - -moz-image-region: auto; -} - -.tabs-newtab-button, -.tabs-newtab-button:hover, -#TabsToolbar > #new-tab-button, -#TabsToolbar > #new-tab-button:hover { -} - -#main-window[tabsintitlebar]:not([inFullscreen]) .tabs-newtab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), -.tabs-newtab-button:-moz-lwtheme-brighttext, -#TabsToolbar > #new-tab-button:-moz-lwtheme-brighttext, -#TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-lwtheme-brighttext { -} - -#TabsToolbar > #new-tab-button { - width: 26px; -} - -#alltabs-button { - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); -} - -#alltabs-button:hover, -#alltabs-button:hover:active, -#alltabs-button[open="true"] { - list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); -} - -#main-window[tabsintitlebar]:not([inFullscreen]) #alltabs-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), -#alltabs-button:-moz-lwtheme-brighttext { -} - -#alltabs-button > .toolbarbutton-icon { -/* margin: 0 2px;*/ -} - -#alltabs-button > .toolbarbutton-menu-dropmarker { - display: none; -} - -/* All tabs menupopup */ -.alltabs-item > .menu-iconic-left > .menu-iconic-icon { - list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); - -moz-image-region: auto; -} - -.alltabs-item[selected="true"] { - font-weight: bold; -} - -.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon { - list-style-image: url("chrome://global/skin/icons/loading.png"); -} - -@media (min-resolution: 1.1dppx) { - .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon { - list-style-image: url("chrome://global/skin/icons/loading@2x.png"); - } -} - -.alltabs-item[tabIsVisible]:not([_moz-menuactive="true"]) { - background-color: #402800; -} - -.alltabs-endimage[muted] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted"); -} - -.alltabs-endimage[soundplaying] { - list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio"); -} - -toolbarbutton.chevron { - list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; -} - -toolbarbutton.chevron:hover { - list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important; -} -/* -toolbar[brighttext] toolbarbutton.chevron { - list-style-image: url("chrome://global/skin/toolbar/chevron-inverted.png") !important; -} -*/ -toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon, -toolbarbutton.chevron:-moz-locale-dir(rtl):hover > .toolbarbutton-icon { - transform: scaleX(-1); -} - -toolbarbutton.chevron > .toolbarbutton-text, -toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { - display: none; -} - -toolbarbutton.chevron > .toolbarbutton-icon { - margin: 0; -} - -#sidebar-throbber[loading="true"] { - list-style-image: url("chrome://global/skin/icons/loading.png"); - margin-inline-end: 4px; -} - -@media (min-resolution: 1.1dppx) { - #sidebar-throbber[loading="true"] { - list-style-image: url("chrome://global/skin/icons/loading@2x.png"); - width: 16px; - } -} - -/* Bookmarks toolbar */ -#PlacesToolbarDropIndicator { - list-style-image: url("chrome://communicator/skin/bookmarks/toolbarDropMarker.png"); -} - -toolbarbutton.bookmark-item[dragover="true"][open="true"] { - background-color: #008484 !important; - color: #FFCF00 !important; -} - -/* rules for menupopup drop indicators */ -.menupopup-drop-indicator-bar { - position: relative; - /* these two margins must together compensate the indicator's height */ - margin-top: -1px; - margin-bottom: -1px; -} - -.menupopup-drop-indicator { - list-style-image: none; - height: 2px; - margin-inline-end: -4em; - background-color: #008484; -} - -/* === BEGIN notification-icons.inc.css === */ - -#notification-popup-box { - border-radius: 3px 0 0 3px; - padding: 5px 0px; - margin: -5px 0px; - margin-inline-end: -5px; - padding-inline-end: 5px; -} - -/* This class can be used alone or in combination with the class defining the - type of icon displayed. This rule must be defined before the others in order - for its list-style-image to be overridden. */ -.notification-anchor-icon { - width: 16px; - height: 16px; - margin-inline-start: 2px; - list-style-image: url("chrome://global/skin/icons/information-16.png"); -} - -.notification-anchor-icon:-moz-focusring { - outline: 1px dotted #008484; -} - -@media (min-resolution: 1.1dppx) { - .notification-anchor-icon { - list-style-image: url(chrome://global/skin/icons/information-32.png); - } -} - -.popup-notification-icon { - width: 64px; - height: 64px; - margin-inline-end: 10px; -} - -#notification-popup-box > .notification-anchor-icon:not(.in-use):hover { - fill: #000000; -} - -/* INDIVIDUAL NOTIFICATIONS */ - -/* For the moment we apply the color filter only on the icons listed here. - The first two selectors are used by socialchat.xml (bug 1275558). */ -.webRTC-sharingDevices-notification-icon, -.webRTC-sharingMicrophone-notification-icon, -.camera-icon, -.geo-icon, -.indexedDB-icon, -.install-icon, -.login-icon, -.microphone-icon, -.plugin-icon, -.pointerLock-icon, -.popup-icon, -.screen-icon, -.desktop-notification-icon, -.popup-notification-icon[popupid="geolocation"], -.popup-notification-icon[popupid="indexedDB-permissions-prompt"], -.popup-notification-icon[popupid="password"], -.popup-notification-icon[popupid="pointerLock"], -.popup-notification-icon[popupid="webRTC-shareDevices"], -.popup-notification-icon[popupid="webRTC-shareMicrophone"], -.popup-notification-icon[popupid="webRTC-shareScreen"], -.popup-notification-icon[popupid="webRTC-sharingDevices"], -.popup-notification-icon[popupid="webRTC-sharingMicrophone"], -.popup-notification-icon[popupid="webRTC-sharingScreen"], -.popup-notification-icon[popupid="web-notifications"] { - filter: url(chrome://browser/skin/filters.svg#fill); - fill: #A09090; -} - -/* The first two selectors are used by socialchat.xml (bug 1275558). The - notifications in the chat window are only shown when they are in use. */ -.webRTC-sharingDevices-notification-icon, -.webRTC-sharingMicrophone-notification-icon, -.in-use { - fill: #008484; -} - -.popup-notification-icon[popupid="web-notifications"], -.desktop-notification-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#desktop-notification); -} - -.desktop-notification-icon.blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#desktop-notification-blocked); -} - -.geo-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#geo-windows); -} - -.geo-icon.blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#geo-windows-blocked); -} - -.popup-notification-icon[popupid="geolocation"] { - list-style-image: url(chrome://browser/skin/notification-icons.svg#geo-windows-detailed); -} - -.popup-notification-icon[popupid="indexedDB-permissions-prompt"], -.indexedDB-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#indexedDB); -} - -.indexedDB-icon.blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#indexedDB-blocked); -} - -.login-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#login); -} - -.popup-notification-icon[popupid="password"] { - list-style-image: url(chrome://browser/skin/notification-icons.svg#login-detailed); -} - -#login-fill-notification-icon { - /* Temporary solution until the capture and fill doorhangers are unified. */ - transform: scaleX(-1); -} - -/* The first selector is used by socialchat.xml (bug 1275558). */ -.webRTC-sharingDevices-notification-icon, -.camera-icon, -.popup-notification-icon[popupid="webRTC-shareDevices"], -.popup-notification-icon[popupid="webRTC-sharingDevices"] { - list-style-image: url(chrome://browser/skin/notification-icons.svg#camera); -} - -.camera-icon.blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#camera-blocked); -} - -/* The first selector is used by socialchat.xml (bug 1275558). */ -.webRTC-sharingMicrophone-notification-icon, -.microphone-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#microphone); -} - -.microphone-icon.blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#microphone-blocked); -} - -.popup-notification-icon[popupid="webRTC-shareMicrophone"], -.popup-notification-icon[popupid="webRTC-sharingMicrophone"] { - list-style-image: url(chrome://browser/skin/notification-icons.svg#microphone-detailed); -} - -.popup-notification-icon[popupid="webRTC-shareScreen"], -.popup-notification-icon[popupid="webRTC-sharingScreen"], -.screen-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#screen); -} - -.screen-icon.blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#screen-blocked); -} - -.popup-notification-icon[popupid="pointerLock"], -.pointerLock-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#pointerLock); -} - -.pointerLock-icon.blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#pointerLock-blocked); -} - -/* This icon has a block sign in it, so we don't need a blocked version. */ -.popup-icon { - list-style-image: url("chrome://browser/skin/notification-icons.svg#popup"); -} - -/* EME */ - -.popup-notification-icon[popupid="drmContentPlaying"], -.drm-icon { - list-style-image: url("chrome://browser/skin/drm-icon.svg#chains"); -} - -.drm-icon:hover:active { - list-style-image: url("chrome://browser/skin/drm-icon.svg#chains-pressed"); -} - -#eme-notification-icon[firstplay=true] { - animation: emeTeachingMoment 0.2s linear 0s 5 normal; -} - -@keyframes emeTeachingMoment { - 0% {transform: translateX(0); } - 25% {transform: translateX(3px) } - 75% {transform: translateX(-3px) } - 100% { transform: translateX(0); } -} - -/* INSTALL ADDONS */ - -.install-icon { - list-style-image: url(chrome://browser/skin/addons/addon-install-anchor.svg#default); -} - -.popup-notification-icon[popupid="xpinstall-disabled"], -.popup-notification-icon[popupid="addon-install-blocked"], -.popup-notification-icon[popupid="addon-install-origin-blocked"] { - list-style-image: url(chrome://browser/skin/addons/addon-install-blocked.svg); -} - -.popup-notification-icon[popupid="addon-progress"] { - list-style-image: url(chrome://browser/skin/addons/addon-install-downloading.svg); -} - -.popup-notification-icon[popupid="addon-install-failed"] { - list-style-image: url(chrome://browser/skin/addons/addon-install-error.svg); -} - -.popup-notification-icon[popupid="addon-install-confirmation"] { - list-style-image: url(chrome://browser/skin/addons/addon-install-confirm.svg); -} - -#addon-install-confirmation-notification[warning] .popup-notification-icon[popupid="addon-install-confirmation"] { - list-style-image: url(chrome://browser/skin/addons/addon-install-warning.svg); -} - -.popup-notification-icon[popupid="addon-install-complete"] { - list-style-image: url(chrome://browser/skin/addons/addon-install-installed.svg); -} - -.popup-notification-icon[popupid="addon-install-restart"] { - list-style-image: url(chrome://browser/skin/addons/addon-install-restart.svg); -} - -.popup-notification-icon[popupid="click-to-play-plugins"] { - list-style-image: url(chrome://mozapps/skin/plugins/pluginBlocked-64.png); -} - -/* OFFLINE APPS */ - -.popup-notification-icon[popupid*="offline-app-requested"], -.popup-notification-icon[popupid="offline-app-usage"] { - list-style-image: url(chrome://global/skin/icons/question-64.png); -} - -/* PLUGINS */ - -.plugin-icon { - list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin); -} - -.plugin-icon.plugin-blocked { - list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin-blocked); - fill: #FF0000 !important; /* important! to override the default hover color */ -} - -#notification-popup-box[hidden] { - /* Override display:none to make the pluginBlockedNotification animation work - when showing the notification repeatedly. */ - display: -moz-box; - visibility: collapse; -} - -#plugins-notification-icon.plugin-blocked[showing] { - animation: pluginBlockedNotification 500ms ease 0s 5 alternate both; -} - -@keyframes pluginBlockedNotification { - from { - opacity: 0; - } - to { - opacity: 1; - } -} - -/* SOCIAL API */ - -.popup-notification-icon[popupid="servicesInstall"] { - list-style-image: url(chrome://browser/skin/social/services-64.png); -} - -.service-icon { - list-style-image: url(chrome://browser/skin/social/services-16.png); -} - -/* TRANSLATION */ - -.translation-icon { - list-style-image: url(chrome://browser/skin/translation-16.png); - -moz-image-region: rect(0px, 16px, 16px, 0px); -} - -.translation-icon.in-use { - -moz-image-region: rect(0px, 32px, 16px, 16px); -} - -/* === END notification-icons.inc.css === */ - -.popup-notification-body[popupid="addon-progress"], -.popup-notification-body[popupid="addon-install-confirmation"] { - width: 28em; - max-width: 28em; -} - -/* Translation infobar */ - -/* === BEGIN infobar.inc.css === */ - -notification[value="translation"] .messageImage { - list-style-image: url("chrome://browser/skin/translation-16.png"); - -moz-image-region: rect(0, 32px, 16px, 16px); -} - -@media (min-resolution: 1.25dppx) { - notification[value="translation"] .messageImage { - list-style-image: url("chrome://browser/skin/translation-16@2x.png"); - -moz-image-region: rect(0, 64px, 32px, 32px); - } -} - -notification[value="translation"][state="translating"] .messageImage { - list-style-image: url("chrome://browser/skin/translating-16.png"); - -moz-image-region: auto; -} - -@media (min-resolution: 1.25dppx) { - notification[value="translation"][state="translating"] .messageImage { - list-style-image: url("chrome://browser/skin/translating-16@2x.png"); - } -} - -notification[value="translation"] hbox[anonid="details"] { - overflow: hidden; -} - -notification[value="translation"] button, -notification[value="translation"] menulist { - min-width: 0; -} - -notification[value="translation"] menulist > .menulist-dropmarker { -} - -.translation-menupopup arrowscrollbox { - padding-bottom: 0; -} - -.translation-attribution { - cursor: pointer; - -moz-box-align: end; - font-size: small; -} - -.translation-attribution > label { - margin-bottom: 0; -} - -.translation-attribution > image { - width: 70px; -} - -.translation-welcome-panel { - width: 305px; -} - -.translation-welcome-logo { - height: 32px; - width: 32px; - list-style-image: url(chrome://browser/skin/translation-16@2x.png); - -moz-image-region: rect(0, 64px, 32px, 32px); -} - -.translation-welcome-content { - margin-inline-start: 16px; -} - -.translation-welcome-headline { - font-size: larger; - font-weight: bold; -} - -.translation-welcome-body { - padding: 1em 0; - margin: 0 0; -} - -/* === END infobar.inc.css === */ - -notification[value="translation"] { - min-height: 40px; -} - -.translation-menupopup { - -moz-appearance: none; -} - -/* Bookmarks roots menu-items */ -#subscribeToPageMenuitem:not([disabled]), -#subscribeToPageMenupopup { - list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png"); -} - -#bookmarksToolbarFolderMenu, -#BMB_bookmarksToolbar, -#panelMenu_bookmarksToolbar { - list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png"); - -moz-image-region: auto; -} - -#BMB_unsortedBookmarks, -#panelMenu_unsortedBookmarks { - list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png"); - -moz-image-region: auto; -} - -/* Ctrl-Tab */ - -#ctrlTab-panel { - -moz-appearance: none; - background: rgba(0%,0%,0%,.7); - color: #FF9F00; - border-style: none; - padding: 20px 10px 10px; - font-weight: bold; -} - -.ctrlTab-favicon[src] { - background-color: #000000; - width: 20px; - height: 20px; - padding: 2px; -} - -.ctrlTab-preview-inner > .tabPreview-canvas { -/* box-shadow: 1px 1px 2px hsl(0,0%,12%);*/ -} - -.ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas { - margin-bottom: 2px; -} - -.ctrlTab-preview-inner { - padding-bottom: 10px; -} - -#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner { - padding: 10px; - background-color: #000000; - border-radius: .5em; -} - -.ctrlTab-preview:focus > * > .ctrlTab-preview-inner { - color: white; - background-color: #000000; - text-shadow: none; - padding: 8px; - border: 2px solid #9C9CFF; - border-radius: .5em; -} - -.ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner { - margin: -10px -10px 0; -} - -#ctrlTab-showAll { - margin-top: .5em; -} - -/* Status panel */ - -.statuspanel-label { - margin: 0; - padding: 2px 4px; - background: #404000; - border: 1px none #9C9CFF; - border-top-style: solid; - color: #FF9F00; - text-shadow: none; -} - -.statuspanel-label:-moz-locale-dir(ltr):not([mirror]), -.statuspanel-label:-moz-locale-dir(rtl)[mirror] { - border-right-style: solid; - border-top-right-radius: .3em; - margin-right: 1em; -} - -.statuspanel-label:-moz-locale-dir(rtl):not([mirror]), -.statuspanel-label:-moz-locale-dir(ltr)[mirror] { - border-left-style: solid; - border-top-left-radius: .3em; - margin-left: 1em; -} - -/* HACK to abolish devily color on main content */ - -#content { - background-color: transparent !important; -} - -/* === BEGIN fullscreen/warning.inc.css === */ - -html|*.pointerlockfswarning { - align-items: center; - background: rgba(0, 0, 0, 0.9); - border: 2px solid #A09090; - box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5); - border-radius: 8px; - padding: 24px 16px; - font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; -} - -html|*.pointerlockfswarning::before { - margin: 0; - width: 24px; height: 24px; -} - -html|*.pointerlockfswarning[data-identity="verifiedIdentity"]::before, -html|*.pointerlockfswarning[data-identity="verifiedDomain"]::before { - content: url("chrome://browser/skin/fullscreen/secure.svg"); -} - -html|*.pointerlockfswarning[data-identity="unknownIdentity"]::before { - content: url("chrome://browser/skin/fullscreen/insecure.svg"); +.tabbrowser-arrowscrollbox > .scrollbutton-down[highlight] { + background-color: #008484; } -html|*.pointerlockfswarning-domain-text, -html|*.pointerlockfswarning-generic-text { - font-size: 21px; - font-weight: lighter; - color: #A09090; - margin: 0 16px; +.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]), +.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) { +/* border-width: 0 2px 0 0; + border-style: solid; + border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;*/ } -html|*.pointerlockfswarning-domain { - font-weight: bold; - margin: 0; +.tabs-newtab-button > .toolbarbutton-icon { + margin-top: -1px; + margin-bottom: -1px; } -html|*.pointerlockfswarning-exit-button { - padding: 5px 30px; - font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; - font-size: 14px; - font-weight: lighter; - margin: 0; - box-sizing: content-box; - - border-radius: 300px; - border: none; - background-color: #C09070; - color: #000000; +.tabs-newtab-button, +#TabsToolbar > #new-tab-button, +#TabsToolbar > toolbarpaletteitem > #new-tab-button, +#TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] { + list-style-image: url("chrome://browser/skin/tabbrowser/newtab.svg"); + -moz-image-region: auto; } -/* === END fullscreen/warning.inc.css === */ +.tabs-newtab-button, +.tabs-newtab-button:hover, +#TabsToolbar > #new-tab-button, +#TabsToolbar > #new-tab-button:hover { +} -/* === BEGIN commandline.inc.css === */ +#main-window[tabsintitlebar]:not([inFullscreen]) .tabs-newtab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), +.tabs-newtab-button:-moz-lwtheme-brighttext, +#TabsToolbar > #new-tab-button:-moz-lwtheme-brighttext, +#TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-lwtheme-brighttext { +} -/* NOTE: THESE NEED TO STAY IN SYNC WITH LIGHT-THEME.CSS AND DARK-THEME.CSS. - We are copy/pasting variables from light-theme and dark-theme, - since they aren't loaded in this context (within browser.css). */ -:root #developer-toolbar { - --gcli-background-color: #000000; /* --theme-toolbar-background */ - --gcli-input-background: rgba(0, 0, 0, .75); /* --theme-tab-toolbar-background */ - --gcli-input-focused-background: #000000; /* --theme-sidebar-background */ - --gcli-input-color: #FF9F00; /* --theme-body-color-alt */ - --gcli-border-color: #9C9CFF; /* --theme-splitter-color */ - --selection-background: #008484; /* --theme-selection-background */ - --selection-color: #000000; /* --theme-selection-color */ +#TabsToolbar > #new-tab-button { + width: 26px; + -moz-box-orient: horizontal; } -/* Developer toolbar */ +#alltabs-button { + list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); +} -#developer-toolbar { - border-top: 3px solid var(--gcli-background-color); - border-bottom: none; +#alltabs-button:hover, +#alltabs-button:hover:active, +#alltabs-button[open="true"] { + list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } -#developer-toolbar .toolbar-holder { - background-color: #8050B0; - color: #FFCF00; +#main-window[tabsintitlebar]:not([inFullscreen]) #alltabs-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), +#alltabs-button:-moz-lwtheme-brighttext { } -#developer-toolbar .toolbar-holder { - background-color: #8050B0; - color: #FFCF00; +#alltabs-button > .toolbarbutton-icon { +/* margin: 0 2px;*/ } -#developer-toolbar .toolbar-startcap, -#developer-toolbar .toolbar-endcap{ - background-color: #6000CF; +#alltabs-button > .toolbarbutton-menu-dropmarker { + display: none; } -#developer-toolbar { -/* padding: 0; - min-height: 32px; */ +/* All tabs menupopup */ +.alltabs-item > .menu-iconic-left > .menu-iconic-icon { + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg"); + -moz-image-region: auto; } -#developer-toolbar > toolbarbutton { -/* border: none; - background-color: transparent; - margin: 0; - padding: 0 10px; - width: 32px; */ +.alltabs-item[selected="true"] { + font-weight: bold; } -.developer-toolbar-button > image { -/* margin: auto 10px; */ +.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon { + list-style-image: url("chrome://global/skin/icons/loading.png"); } -#developer-toolbar-toolbox-button > label { - display: none; +@media (min-resolution: 1.1dppx) { + .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon { + list-style-image: url("chrome://global/skin/icons/loading@2x.png"); + } } -.developer-toolbar-button > .toolbarbutton-icon { - width: 16px; - height: 16px; +toolbarbutton.chevron { + list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; } -#developer-toolbar-toolbox-button { - list-style-image: url("chrome://devtools/skin/images/toggle-tools.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); +toolbarbutton.chevron:hover { + list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important; +} +/* +toolbar[brighttext] toolbarbutton.chevron { + list-style-image: url("chrome://global/skin/toolbar/chevron-inverted.png") !important; +} +*/ +toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon, +toolbarbutton.chevron:-moz-locale-dir(rtl):hover > .toolbarbutton-icon { + transform: scaleX(-1); } -#developer-toolbar-toolbox-button > label { +toolbarbutton.chevron > .toolbarbutton-text, +toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } -#developer-toolbar-toolbox-button:hover, -#developer-toolbar-toolbox-button:hover:active, -#developer-toolbar-toolbox-button[checked=true] { - -moz-image-region: rect(0px, 32px, 16px, 16px); +toolbarbutton.chevron > .toolbarbutton-icon { + margin: 0; } -@media (min-resolution: 2dppx) { - #developer-toolbar-toolbox-button { - list-style-image: url("chrome://devtools/skin/images/toggle-tools@2x.png"); - -moz-image-region: rect(0px, 32px, 32px, 0px); - } +#sidebar-throbber[loading="true"] { + list-style-image: url("chrome://global/skin/icons/loading.png"); + margin-inline-end: 4px; +} - #developer-toolbar-toolbox-button:hover, - #developer-toolbar-toolbox-button:hover:active, - #developer-toolbar-toolbox-button[checked=true] { - -moz-image-region: rect(0px, 64px, 32px, 32px); +@media (min-resolution: 1.1dppx) { + #sidebar-throbber[loading="true"] { + list-style-image: url("chrome://global/skin/icons/loading@2x.png"); + width: 16px; } } -/* GCLI */ - -html|*#gcli-tooltip-frame, -html|*#gcli-output-frame { - padding: 0; - border-width: 0; - background-color: transparent; +/* Bookmarks toolbar */ +#PlacesToolbarDropIndicator { + list-style-image: url("chrome://communicator/skin/bookmarks/toolbarDropMarker.png"); } -#gcli-output, -#gcli-tooltip { - border-width: 0; - background-color: transparent; +toolbarbutton.bookmark-item[dragover="true"][open="true"] { + background-color: #008484 !important; + color: #FFCF00 !important; } -.gclitoolbar-input-node, -.gclitoolbar-complete-node { - margin: 1px 3px; - -moz-box-align: center; - padding-top: 0; - padding-bottom: 0; - padding-right: 8px; - background-color: transparent; +/* rules for menupopup drop indicators */ +.menupopup-drop-indicator-bar { + position: relative; + /* these two margins must together compensate the indicator's height */ + margin-top: -1px; + margin-bottom: -1px; } -.gclitoolbar-input-node { -/* line-height: 32px; - outline-style: none; */ - background-repeat: no-repeat; - background-color: var(--gcli-input-background); +.menupopup-drop-indicator { + list-style-image: none; + height: 2px; + margin-inline-end: -4em; + background-color: #008484; } -.gclitoolbar-input-node[focused="true"] { - background-color: var(--gcli-input-focused-background); +/* === BEGIN notification-icons.inc.css === */ + +#notification-popup-box { + border-radius: 3px 0 0 3px; + padding: 5px 0px; + margin: -5px 0px; + margin-inline-end: -5px; + padding-inline-end: 5px; } -.gclitoolbar-input-node::before { - content: ""; - display: inline-block; - -moz-box-ordinal-group: 0; +.notification-anchor-icon, +#blocked-permissions-container > .blocked-permission-icon { width: 16px; height: 16px; - margin: 0 2px; - background-image: url("chrome://devtools/skin/images/commandline-icon.png"); - background-position: 0 center; - background-size: 32px 16px; + margin-inline-start: 2px; } -.gclitoolbar-input-node[focused="true"]::before { - background-position: -16px center; +/* This class can be used alone or in combination with the class defining the + type of icon displayed. This rule must be defined before the others in order + for its list-style-image to be overridden. */ +.notification-anchor-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#default-info); } -@media (min-resolution: 2dppx) { - .gclitoolbar-input-node::before { - background-image: url("chrome://devtools/skin/images/commandline-icon@2x.png"); +.notification-anchor-icon:-moz-focusring { + outline: 1px dotted #008484; +} + +@media (min-resolution: 1.1dppx) { + .notification-anchor-icon { + list-style-image: url(chrome://global/skin/icons/info.svg); } } -.gclitoolbar-input-node:not([focused="true"]) { - border-color: transparent; +.notification-anchor-icon:not(.plugin-blocked), +#blocked-permissions-container > .blocked-permission-icon { + filter: url(chrome://global/skin/filters.svg#fill); + fill: currentColor; } -.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection { - background-color: var(--selection-background); - color: var(--selection-color); +/* INDIVIDUAL NOTIFICATIONS */ + +.focus-tab-by-prompt-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#focus-tab-by-prompt); } -.gclitoolbar-complete-node { - padding-left: 21px; - background-color: transparent; - color: transparent; - z-index: 100; - pointer-events: none; +.popup-notification-icon[popupid="persistent-storage"], +.persistent-storage-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#persistent-storage); } -.gcli-in-incomplete, -.gcli-in-error, -.gcli-in-ontab, -.gcli-in-todo, -.gcli-in-closebrace, -.gcli-in-param, -.gcli-in-valid { - margin: 0; - padding: 0; +.persistent-storage-icon.blocked-permission-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#persistent-storage-blocked); } -.gcli-in-incomplete { - border-bottom: 2px dotted #8050B0; +.popup-notification-icon[popupid="web-notifications"], +.desktop-notification-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#desktop-notification); } -.gcli-in-error { - border-bottom: 2px dotted #FF0000; +.desktop-notification-icon.blocked-permission-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#desktop-notification-blocked); } -.gcli-in-ontab { - color: #9C9CFF; +.geo-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#geo-windows); } -.gcli-in-todo { - color: #795900; +.geo-icon.blocked-permission-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#geo-windows-blocked); } -.gcli-in-closebrace { - color: #8050B0; +.popup-notification-icon[popupid="geolocation"] { + list-style-image: url(chrome://browser/skin/notification-icons.svg#geo-windows-detailed); } -/* === END commandline.inc.css === */ +.popup-notification-icon[popupid="indexedDB-permissions-prompt"], +.indexedDB-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#indexedDB); +} -/* === BEGIN responsivedesign.inc.css === */ +.indexedDB-icon.blocked-permission-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#indexedDB-blocked); +} -/* Responsive Mode */ +.login-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#login); +} -.browserContainer[responsivemode] { - background-color: #221500; - padding: 0 20px 20px 20px; +.popup-notification-icon[popupid="password"] { + list-style-image: url(chrome://browser/skin/notification-icons.svg#login-detailed); } -.browserStack[responsivemode] { - box-shadow: 0 0 7px #9C9CFF; +.camera-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#camera); } -.devtools-responsiveui-toolbar { - background: transparent; - /* text color is textColor from dark theme, since no theme is applied to - * the responsive toolbar. - */ - color: #FF9F00; - margin: 10px 0; - padding: 0; - box-shadow: none; - border-bottom-width: 0; +.camera-icon.in-use { + list-style-image: url(chrome://browser/skin/notification-icons.svg#camera-sharing); } -.devtools-responsiveui-textinput { -/* -moz-appearance: none; - background: #333; - color: #fff; - border: 1px solid #111; - border-radius: 2px; - padding: 5px;*/ - width: 200px; - margin: 0; +.camera-icon.blocked-permission-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#camera-blocked); } -.devtools-responsiveui-textinput[attention] { -/* border-color: #38ace6; - background: rgba(56,172,230,0.4);*/ +.microphone-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#microphone); } -.devtools-responsiveui-menulist, -.devtools-responsiveui-toolbarbutton { - -moz-box-align: center; - min-width: 32px; -/* min-height: 22px;*/ -/* margin: 0 3px; */ +.microphone-icon.in-use { + list-style-image: url(chrome://browser/skin/notification-icons.svg#microphone-sharing); } -.devtools-responsiveui-menulist .menulist-editable-box { - background-color: transparent; +.microphone-icon.blocked-permission-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#microphone-blocked); } -.devtools-responsiveui-menulist html|*.menulist-editable-input { - color: inherit; - text-align: center; +.popup-notification-icon.microphone-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#microphone-detailed); } -.devtools-responsiveui-menulist html|*.menulist-editable-input::-moz-selection { -/* background: hsla(212,7%,57%,.35);*/ +.screen-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#screen); } -.devtools-responsiveui-toolbarbutton > .toolbarbutton-icon { - width: 16px; - height: 16px; +.screen-icon.in-use { + list-style-image: url(chrome://browser/skin/notification-icons.svg#screen-sharing); } -.devtools-responsiveui-toolbarbutton > .toolbarbutton-menubutton-button { - -moz-box-orient: horizontal; +.screen-icon.blocked-permission-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#screen-blocked); } -.devtools-responsiveui-menulist:-moz-focusring, -.devtools-responsiveui-toolbarbutton:-moz-focusring { -/* outline: 1px dotted hsla(210,30%,85%,0.7); - outline-offset: -4px;*/ +#webRTC-preview:not([hidden]) { + display: -moz-stack; + border-radius: 4px; + border: 1px solid #A09090; + overflow: hidden; + min-width: 300px; + min-height: 10em; } -.devtools-responsiveui-toolbarbutton:not([label]) > .toolbarbutton-text { - display: none; +html|*#webRTC-previewVideo { + width: 300px; + /* If we don't set the min-width, width is ignored. */ + min-width: 300px; + max-height: 200px; } -.devtools-responsiveui-toolbarbutton:not([checked=true]):hover:active { -/* border-color: hsla(210,8%,5%,.6); - background: linear-gradient(hsla(220,6%,10%,.3), hsla(212,7%,57%,.15) 65%, hsla(212,7%,57%,.3)); - box-shadow: 0 0 3px hsla(210,8%,5%,.25) inset, 0 1px 3px hsla(210,8%,5%,.25) inset, 0 1px 0 hsla(210,16%,76%,.15); */ +#webRTC-previewWarning { + background: #FF0000 url("chrome://browser/skin/warning-white.svg") no-repeat .75em .75em; + margin: 0; + padding: .5em; + padding-inline-start: calc(1.5em + 16px); + border-top: 1px solid #A09090; } -.devtools-responsiveui-menulist[open=true], -.devtools-responsiveui-toolbarbutton[open=true], -.devtools-responsiveui-toolbarbutton[checked=true] { -/* border-color: hsla(210,8%,5%,.6) !important; - background: linear-gradient(hsla(220,6%,10%,.6), hsla(210,11%,18%,.45) 75%, hsla(210,11%,30%,.4)); - box-shadow: 0 1px 3px hsla(210,8%,5%,.25) inset, 0 1px 3px hsla(210,8%,5%,.25) inset, 0 1px 0 hsla(210,16%,76%,.15); */ +#webRTC-previewWarning > .text-link { + margin-inline-start: 0; } -.devtools-responsiveui-toolbarbutton[checked=true] { -/* color: hsl(208,100%,60%); */ +/* This icon has a block sign in it, so we don't need a blocked version. */ +.popup-icon { + list-style-image: url("chrome://browser/skin/notification-icons.svg#popup"); } -.devtools-responsiveui-toolbarbutton[checked=true]:hover { -/* background-color: transparent !important;*/ +/* EME */ + +.popup-notification-icon[popupid="drmContentPlaying"], +.drm-icon { + list-style-image: url("chrome://browser/skin/drm-icon.svg#chains"); } -.devtools-responsiveui-toolbarbutton[checked=true]:hover:active { -/* background-color: hsla(210,8%,5%,.2) !important;*/ +.drm-icon:hover:active { + list-style-image: url("chrome://browser/skin/drm-icon.svg#chains-pressed"); } -.devtools-responsiveui-menulist > .menulist-label-box { - text-align: center; +#eme-notification-icon[firstplay=true] { + animation: emeTeachingMoment 0.2s linear 0s 5 normal; } -.devtools-responsiveui-menulist > .menulist-dropmarker { -/* display: -moz-box; - background-color: transparent; - list-style-image: url("chrome://devtools/skin/dropmarker.svg"); - -moz-box-align: center; - border-width: 0; - min-width: 16px;*/ +@keyframes emeTeachingMoment { + 0% {transform: translateX(0); } + 25% {transform: translateX(3px) } + 75% {transform: translateX(-3px) } + 100% { transform: translateX(0); } } -.devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-button { -/* color: inherit; - border-width: 0; - border-inline-end: 1px solid hsla(210,8%,5%,.45); - box-shadow: -1px 0 0 hsla(210,16%,76%,.15) inset, 1px 0 0 hsla(210,16%,76%,.15);*/ +/* INSTALL ADDONS */ + +.install-icon { + list-style-image: url(chrome://browser/skin/addons/addon-install-anchor.svg); } -.devtools-responsiveui-toolbarbutton[type=menu-button]:-moz-locale-dir(rtl) > .toolbarbutton-menubutton-button { -/* box-shadow: 1px 0 0 hsla(210,16%,76%,.15) inset, -1px 0 0 hsla(210,16%,76%,.15);*/ +.popup-notification-icon[popupid="xpinstall-disabled"], +.popup-notification-icon[popupid="addon-install-blocked"], +.popup-notification-icon[popupid="addon-install-origin-blocked"] { + list-style-image: url(chrome://browser/skin/addons/addon-install-blocked.svg); } -.devtools-responsiveui-toolbarbutton[type=menu-button] { -/* padding: 0 1px;*/ - -moz-box-align: stretch; +.popup-notification-icon[popupid="addon-progress"] { + list-style-image: url(chrome://browser/skin/addons/addon-install-downloading.svg); } -.devtools-responsiveui-toolbarbutton[type=menu] > .toolbarbutton-menu-dropmarker, -.devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-dropmarker { -/* list-style-image: url("chrome://devtools/skin/dropmarker.svg"); - -moz-box-align: center; - padding: 0 3px;*/ +.popup-notification-icon[popupid="addon-install-failed"] { + list-style-image: url(chrome://browser/skin/addons/addon-install-error.svg); } -.devtools-responsiveui-toolbar:-moz-locale-dir(ltr) > *:first-child, -.devtools-responsiveui-toolbar:-moz-locale-dir(rtl) > *:last-child { - margin-left: 3px; +.popup-notification-icon[popupid="addon-install-confirmation"] { + list-style-image: url(chrome://browser/skin/addons/addon-install-confirm.svg); } -.devtools-responsiveui-close { - list-style-image: url("chrome://devtools/skin/close.svg"); +#addon-install-confirmation-notification[warning] .popup-notification-icon[popupid="addon-install-confirmation"] { + list-style-image: url(chrome://browser/skin/addons/addon-install-warning.svg); } -.devtools-responsiveui-close:hover { - filter: url(images/filters.svg#checked-icon-state); +.popup-notification-icon[popupid="addon-install-complete"] { + list-style-image: url(chrome://browser/skin/addons/addon-install-installed.svg); } -.devtools-responsiveui-rotate { - list-style-image: url("chrome://devtools/skin/images/responsiveui-rotate.png"); - -moz-image-region: rect(0px,16px,16px,0px); +.popup-notification-icon[popupid="addon-install-restart"] { + list-style-image: url(chrome://browser/skin/addons/addon-install-restart.svg); } -.devtools-responsiveui-rotate:hover { - -moz-image-region: rect(0px,32px,16px,16px); +.popup-notification-icon[popupid="click-to-play-plugins"] { + list-style-image: url(chrome://mozapps/skin/plugins/pluginBlocked-64.png); } -@media (min-resolution: 2dppx) { - .devtools-responsiveui-rotate { - list-style-image: url("chrome://devtools/skin/images/responsiveui-rotate@2x.png"); - } +/* OFFLINE APPS */ - .devtools-responsiveui-rotate:hover { - -moz-image-region: rect(0px,64px,32px,32px); - } +.popup-notification-icon[popupid*="offline-app-requested"], +.popup-notification-icon[popupid="offline-app-usage"] { + list-style-image: url(chrome://global/skin/icons/question-64.png); } -.devtools-responsiveui-touch { - list-style-image: url("chrome://devtools/skin/images/responsiveui-touch.png"); - -moz-image-region: rect(0px,16px,16px,0px); -} +/* PLUGINS */ -.devtools-responsiveui-touch:hover, -.devtools-responsiveui-touch[checked], -.devtools-responsiveui-touch[checked]:hover { - -moz-image-region: rect(0px,32px,16px,16px); +.plugin-icon { + list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin); } -@media (min-resolution: 2dppx) { - .devtools-responsiveui-touch { - list-style-image: url("chrome://devtools/skin/images/responsiveui-touch@2x.png"); - -moz-image-region: rect(0px,32px,32px,0px); - } - - .devtools-responsiveui-touch:hover, - .devtools-responsiveui-touch[checked], - .devtools-responsiveui-touch[checked]:hover { - -moz-image-region: rect(0px,64px,32px,32px); - } +.plugin-icon.plugin-blocked { + list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin-blocked); } -.devtools-responsiveui-screenshot { - list-style-image: url("chrome://devtools/skin/images/responsiveui-screenshot.png"); - -moz-image-region: rect(0px,16px,16px,0px); +#notification-popup-box[hidden] { + /* Override display:none to make the pluginBlockedNotification animation work + when showing the notification repeatedly. */ + display: -moz-box; + visibility: collapse; } -.devtools-responsiveui-screenshot:hover { - -moz-image-region: rect(0px,32px,16px,16px); +#plugins-notification-icon.plugin-blocked[showing] { + animation: pluginBlockedNotification 500ms ease 0s 5 alternate both; } -@media (min-resolution: 2dppx) { - .devtools-responsiveui-screenshot { - list-style-image: url("chrome://devtools/skin/images/responsiveui-screenshot@2x.png"); +@keyframes pluginBlockedNotification { + from { + opacity: 0; } - - .devtools-responsiveui-screenshot:hover { - -moz-image-region: rect(0px,64px,32px,32px); + to { + opacity: 1; } } -.devtools-responsiveui-resizebarV { - width: 7px; - height: 24px; - cursor: ew-resize; - transform: translate(12px, -12px); - background-size: cover; - background-image: url("chrome://devtools/skin/images/responsive-vertical-resizer.png"); -} +/* SOCIAL API */ -.devtools-responsiveui-resizebarH { - width: 24px; - height: 7px; - cursor: ns-resize; - transform: translate(-12px, 12px); - background-size: cover; - background-image: url("chrome://devtools/skin/images/responsive-horizontal-resizer.png"); +.popup-notification-icon[popupid="servicesInstall"] { + list-style-image: url(chrome://browser/skin/social/services-64.png); } -.devtools-responsiveui-resizehandle { - width: 16px; - height: 16px; - cursor: se-resize; - transform: translate(12px, 12px); - background-size: cover; - background-image: url("chrome://devtools/skin/images/responsive-se-resizer.png"); +.service-icon { + list-style-image: url(chrome://browser/skin/social/services-16.png); } -/* FxOS custom mode with additional buttons and phone look'n feel */ +/* TRANSLATION */ -/* Hide devtools manual resizer */ -.browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizehandle, -.browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizebarH, -.browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizebarV { - display: none; +.translation-icon { + list-style-image: url(chrome://browser/skin/translation-16.png); + -moz-image-region: rect(0px, 16px, 16px, 0px); } -/* Gives responsive mode a phone look'n feel */ -.browserStack[responsivemode].fxos-mode { - padding: 60px 15px 0; - - border-radius: 25px / 20px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border: 1px solid #FFFFFF; - border-bottom-width: 0; - - background-color: #353535; - - box-shadow: 0 3px 0.7px 1px #777777, 0 5px rgba(0, 0, 0, 0.4) inset; - - background-image: linear-gradient(to right, #111 11%, #333 56%); - min-width: 320px; +.translation-icon.in-use { + -moz-image-region: rect(0px, 32px, 16px, 16px); } -.devtools-responsiveui-hardware-buttons { - -moz-appearance: none; - padding: 20px; - - border: 1px solid #FFFFFF; - border-bottom-left-radius: 25px; - border-bottom-right-radius: 25px; - border-top-width: 0; - - box-shadow: 0 3px 0.7px 1px #777777, 0 -7px rgba(0, 0, 0, 0.4) inset; - - background-image: linear-gradient(to right, #111 11%, #333 56%); -} +/* UPDATE */ -.devtools-responsiveui-home-button { - -moz-user-focus: ignore; - width: 40px; - height: 30px; - list-style-image: url("chrome://devtools/skin/images/responsiveui-home.png"); +.popup-notification-icon[popupid="update-available"], +.popup-notification-icon[popupid="update-manual"], +.popup-notification-icon[popupid="update-restart"] { + background: #74BF43 url(chrome://browser/skin/notification-icons.svg#update) no-repeat center; + border-radius: 50%; } -.devtools-responsiveui-sleep-button { - -moz-user-focus: ignore; - -moz-appearance: none; - /* compensate browserStack top padding */ - margin-top: -67px; - margin-right: 10px; - - min-width: 10px; - width: 50px; - height: 5px; - - border: 1px solid #444; - border-top-right-radius: 12px; - border-top-left-radius: 12px; - border-bottom-color: transparent; +/* === END notification-icons.inc.css === */ - background-image: linear-gradient(to top, #111 11%, #333 56%); +.popup-notification-body[popupid="addon-progress"], +.popup-notification-body[popupid="addon-install-confirmation"] { + width: 28em; + max-width: 28em; } -.devtools-responsiveui-sleep-button:hover:active { - background-image: linear-gradient(to top, #aaa 11%, #ddd 56%); +.addon-install-confirmation-name { + font-weight: bold; } -.devtools-responsiveui-volume-buttons { - margin-left: -29px; +html|*.addon-webext-perm-list { + margin-block-end: 0; + padding-inline-start: 10px; } -.devtools-responsiveui-volume-up-button, -.devtools-responsiveui-volume-down-button { - -moz-user-focus: ignore; - -moz-appearance: none; - border: 1px solid red; - min-width: 8px; - height: 40px; - - border: 1px solid #444; - border-right-color: transparent; - - background-image: linear-gradient(to right, #111 11%, #333 56%); +.addon-webext-perm-text { + margin-inline-start: 0; } -.devtools-responsiveui-volume-up-button:hover:active, -.devtools-responsiveui-volume-down-button:hover:active { - background-image: linear-gradient(to right, #aaa 11%, #ddd 56%); +.popup-notification-description[popupid="addon-webext-permissions"] { + margin: 0; + padding: 0; } -.devtools-responsiveui-volume-up-button { - border-top-left-radius: 12px; +.addon-webext-name { + display: inline; + font-weight: bold; + margin: 0; } -.devtools-responsiveui-volume-down-button { - border-bottom-left-radius: 12px; +.addon-addon-icon { + width: 14px; + height: 14px; + list-style-image: url("chrome://browser/skin/menuPanel.svg"); + -moz-image-region: rect(0px, 288px, 32px, 256px); } -@media (min-resolution: 2dppx) { - .devtools-responsiveui-resizebarV { - background-image: url("chrome://devtools/skin/images/responsive-vertical-resizer@2x.png"); - } - - .devtools-responsiveui-resizebarH { - background-image: url("chrome://devtools/skin/images/responsive-horizontal-resizer@2x.png"); - } - - .devtools-responsiveui-resizehandle { - background-image: url("chrome://devtools/skin/images/responsive-se-resizer@2x.png"); - } +.addon-toolbar-icon { + width: 14px; + height: 14px; + list-style-image: url("chrome://browser/skin/ToolbarFx.png"); + -moz-image-region: rect(0, 486px, 18px, 468px); } -/* === END responsivedesign.inc.css === */ - -/* === including indicator.css is done at the start of the file === */ - -/* Error counter */ +/* Notification icon box */ -#developer-toolbar-toolbox-button[error-count]:before { - color: #000000; - min-width: 16px; - text-shadow: none; - background-color: #FF0000; - border-radius: 1px; - margin-inline-end: 5px; +.notification-anchor-icon:-moz-focusring { +/* outline: 1px dotted -moz-DialogText;*/ } -/* social toolbar provider menu */ -.social-statusarea-popup { - margin-top: 0; - margin-left: -12px; - margin-right: -12px; -} +/* Translation infobar */ -.social-statusarea-user { - border-bottom: 1px solid #9C9CFF; - background-color: #000000; - color: #FF9F00; - position: relative; - cursor: pointer; -} +/* === BEGIN infobar.inc.css === */ -.social-statusarea-user-portrait { - width: 32px; - height: 32px; - border-radius: 2px; - margin: 10px; +notification[value="translation"] .messageImage { + list-style-image: url("chrome://browser/skin/translation-16.png"); + -moz-image-region: rect(0, 32px, 16px, 16px); } -.social-statusarea-loggedInStatus { - background: transparent; - border: none; - color: #3333FF; - min-width: 0; - margin: 0 6px; - list-style-image: none; +@media (min-resolution: 1.25dppx) { + notification[value="translation"] .messageImage { + list-style-image: url("chrome://browser/skin/translation-16@2x.png"); + -moz-image-region: rect(0, 64px, 32px, 32px); + } } -#social-statusarea-user[_moz-menuactive] > vbox > .social-statusarea-loggedInStatus { - text-decoration: underline; +notification[value="translation"][state="translating"] .messageImage { + list-style-image: url("chrome://browser/skin/translating-16.png"); + -moz-image-region: auto; } -.social-panel > .panel-arrowcontainer > .panel-arrowcontent { - padding: 0; +@media (min-resolution: 1.25dppx) { + notification[value="translation"][state="translating"] .messageImage { + list-style-image: url("chrome://browser/skin/translating-16@2x.png"); + } } -.social-panel-frame { - border-radius: inherit; +notification[value="translation"] hbox[anonid="details"] { + overflow: hidden; } -/* === BEGIN chat.inc.css === */ - -#social-sidebar-header { - padding: 3px; +notification[value="translation"] button, +notification[value="translation"] menulist { + min-width: 0; } -#manage-share-providers, -#social-sidebar-button { - list-style-image: url("chrome://browser/skin/ToolbarFx.png"); - -moz-image-region: rect(0, 468px, 18px, 450px); +notification[value="translation"] menulist > .menulist-dropmarker { } -#social-sidebar-button { - -moz-appearance: none; - border: none; - padding: 0; - margin: 2px; -} -#manage-share-providers > .toolbarbutton-icon, -#social-sidebar-button > .toolbarbutton-icon { - min-height: 18px; - min-width: 18px; -} -#manage-share-providers:hover, -#manage-share-providers:hover:active, -#social-sidebar-button:hover, -#social-sidebar-button:hover:active { - -moz-image-region: rect(18px, 468px, 36px, 450px); -} -#social-sidebar-button > .toolbarbutton-menu-dropmarker { - display: none; +.translation-menupopup arrowscrollbox { + padding-bottom: 0; } -#social-sidebar-button[loading="true"] { - list-style-image: url("chrome://global/skin/icons/loading.png"); +.translation-attribution { + cursor: pointer; + -moz-box-align: end; + font-size: small; } -#social-sidebar-favico { - max-height: 16px; - max-width: 16px; - padding: 0; - margin: 2px; +.translation-attribution > label { + margin-bottom: 0; } -.chat-status-icon { - max-height: 16px; - max-width: 16px; - padding: 0; +.translation-attribution > image { + width: 70px; } -.chat-toolbarbutton { - -moz-appearance: none; - border: none; - padding: 0 3px; - margin: 0; - background: none; +.translation-welcome-panel { + width: 305px; } -.chat-toolbarbutton > .toolbarbutton-text { - display: none; +.translation-welcome-logo { + height: 32px; + width: 32px; + list-style-image: url(chrome://browser/skin/translation-16@2x.png); + -moz-image-region: rect(0, 64px, 32px, 32px); } -.chat-toolbarbutton > .toolbarbutton-icon { - width: 16px; - height: 16px; +.translation-welcome-content { + margin-inline-start: 16px; } -.chat-close-button { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#close"); +.translation-welcome-headline { + font-size: larger; + font-weight: bold; } -.chat-close-button:hover { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#close-hover"); +.translation-welcome-body { + padding: 1em 0; + margin: 0 0; } -.chat-close-button:hover:active { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#close-active"); -} +/* === END infobar.inc.css === */ -.chat-minimize-button { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#minimize"); +notification[value="translation"] { + min-height: 40px; } -.chat-minimize-button:hover { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#minimize-hover"); +.translation-menupopup { + -moz-appearance: none; } -.chat-minimize-button:hover:active { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#minimize-active"); +/* Bookmarks roots menu-items */ +#subscribeToPageMenuitem:not([disabled]), +#subscribeToPageMenupopup { + list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png"); } -.chat-swap-button { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#expand"); - transform: rotate(180deg); +#bookmarksToolbarFolderMenu, +#BMB_bookmarksToolbar, +#panelMenu_bookmarksToolbar { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png"); + -moz-image-region: auto; } -.chat-swap-button:hover { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#expand-hover"); +#BMB_unsortedBookmarks, +#panelMenu_unsortedBookmarks { + list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png"); + -moz-image-region: auto; } -.chat-swap-button:hover:active { - list-style-image: url("chrome://browser/skin/social/chat-icons.svg#expand-active"); -} +/* Status panel */ -chatbar > chatbox > .chat-titlebar > .chat-swap-button { - transform: none; +.statuspanel-label { + margin: 0; + padding: 2px 4px; + background: #404000; + border: 1px none #9C9CFF; + border-top-style: solid; + color: #FF9F00; + text-shadow: none; } -.chat-title { - color: #000000; - text-shadow: none; - cursor: inherit; +.statuspanel-label:-moz-locale-dir(ltr):not([mirror]), +.statuspanel-label:-moz-locale-dir(rtl)[mirror] { + border-right-style: solid; + border-top-right-radius: .3em; + margin-right: 1em; } -.chat-titlebar { - background-color: #9C9CFF; - color: #000000; - height: 26px; - min-height: 26px; - width: 100%; - margin: 0; - padding: 5px 4px; - border: 1px solid #008484; - border-bottom: 0; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - cursor: pointer; - background-color: #A09090; +.statuspanel-label:-moz-locale-dir(rtl):not([mirror]), +.statuspanel-label:-moz-locale-dir(ltr)[mirror] { + border-left-style: solid; + border-top-left-radius: .3em; + margin-left: 1em; } -.chat-titlebar[selected] { - background-color: #008484; +/* HACK to abolish devily color on main content */ + +#content { + background-color: transparent !important; } -.chat-titlebar > .notification-anchor-icon { - margin-left: 2px; - margin-right: 2px; +/* === BEGIN fullscreen/warning.inc.css === */ + +html|*.pointerlockfswarning { + align-items: center; + background: rgba(0, 0, 0, 0.9); + border: 2px solid #A09090; + box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5); + border-radius: 8px; + padding: 24px 16px; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } -.chat-titlebar[minimized="true"] { - border-bottom: none; +html|*.pointerlockfswarning::before { + margin: 0; + width: 24px; height: 24px; } -.chat-titlebar[selected] { - background-color: #008484; +html|*.pointerlockfswarning[data-identity="verifiedIdentity"]::before, +html|*.pointerlockfswarning[data-identity="verifiedDomain"]::before { + content: url("chrome://browser/skin/fullscreen/secure.svg"); } -.chat-titlebar[activity] { - background-color: #E7ADE7; +html|*.pointerlockfswarning[data-identity="unknownIdentity"]::before { + content: url("chrome://browser/skin/fullscreen/insecure.svg"); +} +html|*.pointerlockfswarning-domain-text, +html|*.pointerlockfswarning-generic-text { + font-size: 21px; + font-weight: lighter; + color: #A09090; + margin: 0 16px; } -.chat-frame { - padding: 0; +html|*.pointerlockfswarning-domain { + font-weight: bold; margin: 0; - overflow: hidden; } -.chatbar-button { - list-style-image: url("chrome://browser/skin/social/services-16.png"); - background-color: #000000; - border: none; +html|*#fullscreen-exit-button, +html|*.pointerlockfswarning-exit-button { margin: 0; - padding: 2px; - height: 21px; - width: 21px; - border-top: 1px solid #008484; - border-inline-end: 1px solid #008484; -} -@media (min-resolution: 2dppx) { - .chatbar-button { - list-style-image: url("chrome://browser/skin/social/services-16@2x.png"); - } + border-radius: 300px; + border: none; + background-color: #C09070; + color: #000000; } -.chatbar-button:hover { - background-color: #FFCF00; -} -.chatbar-button[open="true"] { - background-color: #FF9F00; -} +/* === END fullscreen/warning.inc.css === */ -.chatbar-button[activity]:not([open]) { - background-image: radial-gradient(circle farthest-corner at center 2px, rgb(160,144,144) 3%, rgba(160,144,144,0.9) 12%, rgba(156,156,255,0.6) 30%, rgba(156,156,255,0.2) 70%); -} +/* === BEGIN ctrlTab.inc.css === */ -.chatbar-button > .toolbarbutton-icon { - width: 16px; -} +/* Ctrl-Tab */ -.chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { - width: auto; - height: auto; - max-height: 16px; - max-width: 16px; +#ctrlTab-panel { + -moz-appearance: none; + background: rgba(0%,0%,0%,.7); + color: #FF9F00; + border-style: none; + padding: 20px 10px 10px; + font-weight: bold; } -.chatbar-button > .toolbarbutton-icon { - opacity: .6; - margin-inline-end: 0; -} -.chatbar-button:hover > .toolbarbutton-icon, -.chatbar-button[open="true"] > .toolbarbutton-icon { - opacity: 1; +.ctrlTab-favicon[src] { + background-color: #000000; + width: 20px; + height: 20px; + padding: 2px; } -.chatbar-button:hover, -.chatbar-button[open="true"] { +.ctrlTab-preview-inner > .tabPreview-canvas { +/* box-shadow: 1px 1px 2px hsl(0,0%,12%);*/ } -.chatbar-button > .toolbarbutton-text, -.chatbar-button > .toolbarbutton-menu-dropmarker { - display: none; +.ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas { + margin-bottom: 2px; } -.chatbar-button[activity]:not([open="true"]) { - background-color: #E7ADE7; +.ctrlTab-preview-inner { + padding: 8px; + border: 2px solid transparent; + border-radius: .5em; } -.chatbar-button > menupopup > menuitem[activity] { - font-weight: bold; +.ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner { + margin: -10px -10px 0; } -.chatbar-innerbox { - background: transparent; - overflow: hidden; +#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner { + background-color: #000000; } -chatbar { - margin-inline-end: 20px; +.ctrlTab-preview:focus > * > .ctrlTab-preview-inner { + color: #A09090; + background-color: #000000; + text-shadow: none; + border-color: #9C9CFF; } -chatbox { - margin-inline-start: 4px; - background-color: transparent; +#ctrlTab-showAll { + margin-top: .5em; } -chatbar > chatbox { - /* Apply the same border-radius as the .chat-titlebar to make the box-shadow - go round nicely. */ -/* border-top-left-radius: 4px; - border-top-right-radius: 4px;*/ - /* Offset the chatbox the same amount as the box-shadows' spread, to make it - visible. */ -/* margin-inline-end: 5px;*/ -} +/* === END ctrlTab.inc.css === */ -chatbox[minimized="true"] { - width: 160px; - height: 20px; -} +/* === including indicator.css is done at the start of the file === */ -window > chatbox { - margin-inline-start: 0px; - margin: 0px; - border: none; - padding: 0px; -} +/* Error counter */ -/* === END chat.inc.css === */ +#developer-toolbar-toolbox-button[error-count]:before { + color: #000000; + min-width: 16px; + text-shadow: none; + background-color: #FF0000; + border-radius: 1px; + margin-inline-end: 5px; +} /* === BEGIN plugin-doorhanger.inc.css === */ @@ -4807,7 +4205,7 @@ window > chatbox { } .center-item-warning-icon { - background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png"); + background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.svg"); background-repeat: no-repeat; width: 16px; height: 15px; @@ -4839,8 +4237,6 @@ window > chatbox { .messageImage[value="plugin-hidden"] { list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin); - filter: url(chrome://browser/skin/filters.svg#fill); - fill: #A09090; } /* Keep any changes to this style in sync with pluginProblem.css */ @@ -4849,94 +4245,10 @@ notification.pluginVulnerable { notification.pluginVulnerable .messageImage { list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin-blocked); - filter: url(chrome://browser/skin/filters.svg#fill); - fill: #FF0000; } /* === END plugin-doorhanger.inc.css === */ -/* === BEGIN login-doorhanger.inc.css === */ - -#notification-popup[popupid="login-fill"] > .panel-arrowcontainer > .panel-arrowcontent { - /* Since we display a sliding subview that extends to the border, we cannot - * keep the default padding of arrow panels. We use the same padding in the - * individual content views instead. Since we removed the padding, we also - * have to ensure the contents are clipped to the border box. */ - padding: 0; - overflow: hidden; -} - -#login-fill-mainview, -#login-fill-details { - padding: var(--panel-arrowcontent-padding); -} - -#login-fill-doorhanger[inDetailView] > #login-fill-mainview { - transform: translateX(-14px); -} - -#login-fill-mainview, -#login-fill-details { - transition: transform 150ms; -} - -#login-fill-doorhanger:not([inDetailView]) > #login-fill-details { - transform: translateX(105%); -} - -#login-fill-doorhanger:not([inDetailView]) > #login-fill-details:-moz-locale-dir(rtl) { - transform: translateX(-105%); -} - -#login-fill-doorhanger[inDetailView] > #login-fill-clickcapturer { - background-color: hsla(240,39%,100%,.1); -} - -#login-fill-testing { - color: #FF0000; - font-weight: bold; -} - -#login-fill-list { - border: 1px solid #9C9CFF; - max-height: 20em; -} - -.login-fill-item[disabled] { - color: #8050B0; - background-color: #000000; -} - -.login-fill-item[disabled][selected] { - background-color: #008484; -} - -.login-hostname { - margin: 4px; - font-weight: bold; -} - -.login-fill-item.different-hostname > .login-hostname { - color: #A09090; - font-style: italic; -} - -.login-username { - margin: 4px; - color: #A09090; -} - -#login-fill-details { - padding: 4px; - background: var(--panel-arrowcontent-background); - color: var(--panel-arrowcontent-color); - background-clip: padding-box; - border-left: 1px solid #9C9CFF; - margin-inline-start: 38px; -} - -/* === END login-doorhanger.inc.css === */ - /* === BEGIN customizeMode.inc.css === */ /* Customization mode */ @@ -4945,6 +4257,22 @@ notification.pluginVulnerable .messageImage { --drag-drop-transition-duration: .3s; } +#main-window[customization-lwtheme] #tab-view-deck:-moz-lwtheme { + background-repeat: no-repeat; + background-position: right top; + background-attachment: fixed; + background-color: transparent; + background-image: -moz-image-rect(var(--lwt-header-image), 0, 100%, + var(--toolbox-rect-height), 0), + linear-gradient(to bottom, + var(--lwt-accent-color) calc(var(--toolbox-rect-height-with-unit) - 1px), + rgba(0,0,0,0.25) calc(var(--toolbox-rect-height-with-unit) - 1px), + rgba(0,0,0,0.25) calc(var(--toolbox-rect-height-with-unit) + 1px), + rgba(255,255,255,0.5) calc(var(--toolbox-rect-height-with-unit) + 1px), + rgba(255,255,255,0.5) calc(var(--toolbox-rect-height-with-unit) + 2px), + transparent calc(var(--toolbox-rect-height-with-unit) + 2px)); +} + #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox { margin-bottom: 1em; } @@ -5000,7 +4328,7 @@ notification.pluginVulnerable .messageImage { #main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before, /* nav-bar and panel outlines are always shown */ #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before { - outline-color: #A09090; + outline-color: currentColor; } #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before { @@ -5009,7 +4337,7 @@ notification.pluginVulnerable .messageImage { #PanelUI-contents[showoutline=true] > .panel-customization-placeholder { transition: outline-color 250ms linear; - outline-color: #9C9CFF; + outline-color: var(--panel-separator-color); } #PanelUI-contents > .panel-customization-placeholder { @@ -5068,18 +4396,32 @@ notification.pluginVulnerable .messageImage { .customizationmode-button:hover { } -#customization-titlebar-visibility-button[checked], -#customization-devedition-theme-button[checked] { +.customizationmode-button > .box-inherit { +} + +.customizationmode-button > .button-icon { +} + +.customizationmode-button:not([type=menu]) > .button-text { +} + +.customizationmode-button > .button-menu-dropmarker { +} + + + +.customizationmode-button[checked] { background-color: #008484; } -#customization-titlebar-visibility-button[checked]:hover, -#customization-devedition-theme-button[checked]:hover { +.customizationmode-button[checked]:hover:not([disabled]), +.customizationmode-button:hover:not([disabled]) { background-color: #FFCF00; } -#customization-titlebar-visibility-button[checked]:hover:active, -#customization-devedition-theme-button[checked]:hover:active { +.customizationmode-button[checked]:hover:active:not([disabled]), +.customizationmode-button:hover:active:not([disabled]), +.customizationmode-button[open] { background-color: #FF9F00; } @@ -5100,11 +4442,6 @@ notification.pluginVulnerable .messageImage { -moz-image-region: rect(16px, 16px, 32px, 0); } -#customization-lwtheme-button, -#customization-titlebar-visibility-button { - padding: 0px 5px; -} - #customization-titlebar-visibility-button > .button-box { padding-top: 0; padding-bottom: 1px; @@ -5125,6 +4462,7 @@ notification.pluginVulnerable .messageImage { width: 20px; height: 20px; border-radius: 2px; + background-image: url("chrome://browser/content/default-theme-icon.svg"); background-size: contain; } @@ -5173,6 +4511,7 @@ notification.pluginVulnerable .messageImage { background-attachment: fixed; } +#widget-overflow-fixed-list > toolbarpaletteitem[place="panel"], toolbarpaletteitem[place="toolbar"] { transition: border-width 250ms ease-in-out; } @@ -5202,6 +4541,7 @@ toolbarpaletteitem toolbarbutton[disabled] { /* color: inherit !important;*/ } +#widget-overflow-fixed-list > toolbarpaletteitem[notransition][place="panel"], toolbarpaletteitem[notransition].panel-customization-placeholder, toolbarpaletteitem[notransition][place="toolbar"], toolbarpaletteitem[notransition][place="palette"], @@ -5234,6 +4574,11 @@ toolbarpaletteitem[place="toolbar"] { margin-left: 0; } +#widget-overflow-fixed-list > toolbarpaletteitem[place="panel"] { + border-top: 0px solid transparent; + border-bottom: 0px solid transparent; +} + #customization-palette:not([hidden]) { margin-bottom: 25px; } @@ -5249,7 +4594,7 @@ toolbarpaletteitem[place="panel"]:not([mousedown="true"]):-moz-focusring, toolbarpaletteitem[place="toolbar"]:not([mousedown="true"]):-moz-focusring { /* Delay adding the focusring back until after the transform transition completes. */ transition: outline-width .01s linear var(--drag-drop-transition-duration); - outline: 1px dotted #A09090; + outline: 1px dotted; -moz-outline-radius: 2.5px; } @@ -5326,7 +4671,7 @@ toolbarpaletteitem[place="toolbar"]:not([mousedown="true"]):-moz-focusring { } .customization-lwtheme-menu-theme[defaulttheme] { - list-style-image: url(chrome://browser/skin/Fxtheme-switcher-icon.png); + list-style-image: url(chrome://browser/content/default-theme-icon.svg); } .customization-lwtheme-menu-theme[active="true"] { @@ -5483,15 +4828,6 @@ toolbarpaletteitem[place="toolbar"]:not([mousedown="true"]):-moz-focusring { background-attachment: fixed; } -#main-window[customization-lwtheme] > #tab-view-deck:-moz-lwtheme { - background-repeat: no-repeat; - background-position: right top; - background-attachment: fixed; - /* The image will get set from CustomizeMode.jsm */ - background-image: none; - background-color: transparent; -} - #main-window[customization-lwtheme]:-moz-lwtheme { background-image: url("chrome://browser/skin/customizableui/customizeMode-gridTexture.png"); background-repeat: repeat; @@ -5583,7 +4919,8 @@ toolbarpaletteitem[place="toolbar"]:not([mousedown="true"]):-moz-focusring { -moz-appearance: none; border: none; background-color: transparent; - /* This is a buffer to compensate for the movement in the "wobble" effect */ + /* This is a buffer to compensate for the movement in the "wobble" effect, + and for the box-shadow of #UITourHighlight. */ padding: 4px; } @@ -5845,7 +5182,7 @@ notification.heartbeat { #UITourTooltipButtons { /** - * Override the --panel-arrowcontent-padding so the background extends + * Override the --arrowpanel-padding so the background extends * to the sides and bottom of the panel. */ margin-left: -10px; @@ -5872,138 +5209,137 @@ menugroup > .menuitem-iconic[disabled="true"] > .menu-iconic-left { -moz-appearance: none; } -#context-back > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#back"); */ - list-style-image: url("chrome://browser/skin/ToolbarFx.png"); - -moz-image-region: rect(0, 54px, 18px, 36px); +#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { + width: 16px; + height: 16px; + margin: 7px; + filter: url(chrome://global/skin/filters.svg#fill); + fill: currentColor; } -#context-back:not([disabled="true"]):hover > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#back-active"); */ - -moz-image-region: rect(18px, 54px, 36px, 36px); +#context-back { + list-style-image: url("chrome://browser/skin/content-contextmenu.svg#back"); } -#context-back[disabled="true"] > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#back-disabled"); */ - -moz-image-region: rect(36px, 54px, 54px, 36px); +#context-forward { + list-style-image: url("chrome://browser/skin/content-contextmenu.svg#forward"); } -#context-forward > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#forward"); */ - list-style-image: url("chrome://browser/skin/ToolbarFx.png"); - -moz-image-region: rect(0, 72px, 18px, 54px); +#context-reload { + list-style-image: url("chrome://browser/skin/content-contextmenu.svg#reload"); } -#context-forward:not([disabled="true"]):hover > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#forward-active"); */ - -moz-image-region: rect(18px, 72px, 36px, 54px); +#context-stop { + list-style-image: url("chrome://browser/skin/content-contextmenu.svg#stop"); } -#context-forward[disabled="true"] > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#forward-disabled"); */ - -moz-image-region: rect(36px, 72px, 54px, 54px); +#context-bookmarkpage { + list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmark"); } -#context-reload > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#reload"); */ - list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); - -moz-image-region: rect(0, 14px, 14px, 0); +#context-bookmarkpage[starred=true] { + list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmarked"); } -#context-reload:not([disabled="true"]):hover > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#reload-active"); */ - -moz-image-region: rect(14px, 14px, 28px, 0); +#context-back:-moz-locale-dir(rtl), +#context-forward:-moz-locale-dir(rtl), +#context-reload:-moz-locale-dir(rtl) { + transform: scaleX(-1); } -#context-reload[disabled="true"] > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#reload-disabled"); */ - -moz-image-region: rect(28px, 14px, 42px, 0); +#context-navigation > #context-reload > .menu-iconic-left > .menu-iconic-icon, +#context-navigation > #context-stop > .menu-iconic-left > .menu-iconic-icon { + width: 14px; + height: 14px; + margin: 9px; } -#context-stop > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#stop"); */ - list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); - -moz-image-region: rect(0, 28px, 14px, 14px); +#context-media-eme-learnmore { + list-style-image: url("chrome://browser/skin/drm-icon.svg#chains"); } -#context-stop:not([disabled="true"]):hover > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#stop-active"); */ - -moz-image-region: rect(14px, 28px, 28px, 14px); +#context-media-eme-learnmore { + list-style-image: url("chrome://browser/skin/drm-icon.svg#chains"); } -#context-stop[disabled="true"] > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#stop-disabled"); */ - -moz-image-region: rect(28px, 28px, 42px, 14px); -} +/* === END contextmenu.inc.css === */ -#context-bookmarkpage > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmark"); */ - list-style-image: url("chrome://browser/skin/ToolbarFx.png"); - -moz-image-region: rect(0, 144px, 18px, 126px); +/* Make context menu items larger when opened through touch. */ +#contentAreaContextMenu[touchmode] menu, +#contentAreaContextMenu[touchmode] menuitem { + padding-top: 12px; + padding-bottom: 12px; } -#context-bookmarkpage:not([disabled="true"]):hover > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmark-active"); */ - -moz-image-region: rect(18px, 144px, 36px, 126px); +#contentAreaContextMenu[touchmode] > #context-navigation > menuitem { + padding-top: 7px; + padding-bottom: 7px; } -#context-bookmarkpage[disabled="true"] > .menu-iconic-left { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmark-disabled"); */ - -moz-image-region: rect(36px, 144px, 54px, 126px); +#context-navigation { } -#context-bookmarkpage[starred=true] { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmarked"); */ - -moz-image-region: rect(0px, 162px, 18px, 144px); +#context-sep-navigation { +/* margin-top: -4px; */ } -#context-bookmarkpage[starred=true][_moz-menuactive=true] { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmarked-active"); */ - -moz-image-region: rect(18px, 162px, 36px, 144px); +.browser-extension-panel > .panel-arrowcontainer > .panel-arrowcontent { + padding: 0; + overflow: hidden; } -#context-bookmarkpage[starred=true][disabled=true] { - /* list-style-image: url("chrome://browser/skin/content-contextmenu.svg#bookmarked-disabled"); */ - -moz-image-region: rect(36px, 162px, 54px, 144px); +.webextension-popup-browser { + border-radius: inherit; } -#context-back:-moz-locale-dir(rtl), -#context-forward:-moz-locale-dir(rtl), -#context-reload:-moz-locale-dir(rtl) { - transform: scaleX(-1); +.contentSelectDropdown-ingroup > .menu-iconic-text { + padding-inline-start: 20px; } -#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { - width: 18px; /*16px;*/ - height: 18px; /*16px;*/ - margin: 7px; +#ContentSelectDropdown > menupopup { + background-color: #000000; + -moz-border-top-colors: #A09090; + -moz-border-right-colors: #A09090; + -moz-border-bottom-colors: #A09090; + -moz-border-left-colors: #A09090; } -#context-navigation > #context-reload > .menu-iconic-left > .menu-iconic-icon, -#context-navigation > #context-stop > .menu-iconic-left > .menu-iconic-icon { - width: 14px; - height: 14px; - margin: 9px; +#ContentSelectDropdown > menupopup > menucaption, +#ContentSelectDropdown > menupopup > menuitem { + padding: 0 6px; + border-width: 0; +/* font: -moz-list;*/ } -#context-media-eme-learnmore { - list-style-image: url("chrome://browser/skin/drm-icon.svg#chains"); +#ContentSelectDropdown > menupopup > menucaption > .menu-iconic-text, +#ContentSelectDropdown > menupopup > menuitem > .menu-iconic-text { + /* Padding should follow the 4/12 ratio, where 12px is the default font-size + with 4px being the preferred padding size. */ + padding-top: .3333em; + padding-bottom: .3333em; } -#context-media-eme-learnmore { - list-style-image: url("chrome://browser/skin/drm-icon.svg#chains"); +#ContentSelectDropdown > menupopup > menucaption > .menu-iconic-text { + font-weight: bold; } -/* === END contextmenu.inc.css === */ +#ContentSelectDropdown > menupopup > menuitem[_moz-menuactive="true"][disabled="true"] { + color: #A09090; + background-color: unset; +} -#context-navigation { +#ContentSelectDropdown > menupopup > menucaption { + background-color: buttonface; } -#context-sep-navigation { -/* margin-top: -4px; */ +#ContentSelectDropdown > menupopup > menucaption[disabled="true"] { + color: #A09090; } -.browser-extension-panel > .panel-arrowcontainer > .panel-arrowcontent { - padding: 0; - overflow: hidden; +#ContentSelectDropdown > .isOpenedViaTouch > menucaption > .menu-iconic-text, +#ContentSelectDropdown > .isOpenedViaTouch > menuitem > .menu-iconic-text { + /* Touch padding should follow the 11/12 ratio, where 12px is the default + font-size with 11px being the preferred padding size. */ + padding-top: .9167em; + padding-bottom: .9167em; }