1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url("chrome://global/skin/");
6 @import url("downloads/indicator.css");
8 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
9 @namespace html url("http://www.w3.org/1999/xhtml");
10 @namespace svg url("http://www.w3.org/2000/svg");
13 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar");
16 toolbar[customizable="true"] {
17 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-browsercustom");
20 @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme), (-moz-mac-yosemite-theme) {
21 /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */
22 toolbar[customizable="true"]:not([nowindowdrag="true"]) {
23 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom");
27 toolbar[type="menubar"][autohide="true"] {
28 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menubar-autohide");
31 #toolbar-menubar[autohide="true"] {
32 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menubar-autohide-browsercustom");
36 -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
40 --verified-identity-box-backgroundcolor: #000000;
44 -moz-box-orient: vertical; /* for flex hack */
48 -moz-box-flex: 1; /* make menu items expand to fill toolbar height */
51 /* ::::: primary toolbar ::::: */
53 .toolbar-primary > .toolbar-box > .toolbar-holder {
54 background-color: #A09090;
57 .toolbar-primary > .toolbar-box > .toolbar-startcap,
58 .toolbar-primary > .toolbar-box > .toolbar-endcap {
59 background-color: #9C9CFF;
62 /* Hides the titlebar-placeholder underneath the window caption buttons when we
63 are not autohiding the menubar. */
64 #toolbar-menubar:not([autohide="true"]) + #TabsToolbar > .titlebar-placeholder[type="caption-buttons"] {
68 /* We want a 4px gap between the TabsToolbar and the toolbar-menubar when the
69 toolbar-menu is displayed, and a 16px gap when it is not. 1px is taken care
70 of by the (light) outer shadow of the tab, the remaining 3/15 are these margins. */
71 #toolbar-menubar:not([moz-collapsed=true]):not([autohide=true]) ~ #TabsToolbar,
72 #toolbar-menubar:not([moz-collapsed=true])[autohide=true]:not([inactive]) ~ #TabsToolbar {
76 #main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen])[chromehidden~="menubar"] #toolbar-menubar ~ #TabsToolbar,
77 #main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen]) #toolbar-menubar[autohide="true"][inactive] ~ #TabsToolbar {
78 /* margin-top: 15px;*/
81 @media (-moz-mac-graphite-theme: 0) and (-moz-mac-lion-theme: 0) {
82 /* This is a hackish workaround to exclude most of Mac OS until bug 1060941 gets fixed. */
83 #toolbar-menubar:not([autohide="true"]) {
84 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom");
88 @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) {
89 /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */
90 #main-window[tabsintitlebar]:not([inFullscreen="true"]) #TabsToolbar {
95 #main-window[tabsintitlebar] #toolbar-menubar .toolbar-endcap {
96 /* the titlebar buttons are shown right over the endcap but we have no power over the buttonbox position just for this case, so hide the endcap */
100 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[customizing-dragovertarget].customization-target::before,
101 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar[customizing-dragovertarget].customization-target::before,
102 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar.customization-target:hover::before,
103 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar.customization-target:hover::before {
104 outline-color: #A09090;
110 #navigator-toolbox::after {
113 -moz-box-ordinal-group: 101; /* tabs toolbar is 100 */
117 #navigator-toolbox > toolbar {
120 #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme) {
123 #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):not(#addon-bar) {
124 overflow: -moz-hidden-unscrollable;
126 transition: min-height 170ms ease-out, max-height 170ms ease-out;
129 #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):not(#addon-bar)[collapsed=true] {
132 transition: min-height 170ms ease-out, max-height 170ms ease-out, visibility 170ms linear;
135 @media (-moz-mac-graphite-theme: 0) and (-moz-mac-lion-theme: 0) {
136 /* This is a hackish workaround to exclude most of Mac OS until bug 1060941 gets fixed. */
137 /* Indent also due to non-applicable aero rule in original Windows theme. */
138 #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar:not(:-moz-lwtheme),
139 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme) {
141 background-color: #6000CF;
145 #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar:not(:-moz-lwtheme):-moz-window-inactive,
146 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
147 background-color: #8050B0;
151 #main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme) {
155 #main-window[tabsintitlebar] #titlebar:-moz-lwtheme {
159 #main-window[tabsintitlebar] #titlebar-content:-moz-lwtheme {
160 -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
165 @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) {
166 /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */
167 #titlebar-buttonbox > .titlebar-button {
173 /* Position the toolbar above the bottom of background tabs */
178 #personal-bookmarks {
179 /* min-height: 24px; */
182 #print-preview-toolbar:not(:-moz-lwtheme) {
183 /* -moz-appearance: toolbox; */
186 #browser-bottombox:not(:-moz-lwtheme) {
189 /* ::::: titlebar ::::: */
193 background-color: #6000CF;
196 #titlebar:-moz-window-inactive {
197 background-color: #8050B0;
201 #main-window[sizemode="normal"] > #titlebar {
206 #main-window[sizemode="maximized"] > #titlebar {
210 @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) {
211 /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */
212 #main-window[sizemode="normal"] > #titlebar,
213 #main-window[sizemode="maximized"] > #titlebar {
215 /* There is a margin-bottom set to -23 by code. */
219 /* The button box must appear on top of the navigator-toolbox in order for
220 * click and hover mouse events to work properly for the button in the restored
221 * window state. Otherwise, elements in the navigator-toolbox, like the menubar,
222 * can swallow those events. It will also place the buttons above the fog on
223 * themes with Aero Glass.
226 #main-window[sizemode="maximized"] #titlebar-buttonbox {
227 -moz-appearance: none;
230 -moz-margin-end: 3px;
234 .titlebar-placeholder[type="appmenu-button"] {
238 .titlebar-placeholder[type="caption-buttons"] {
242 /* titlebar command buttons */
245 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
248 #titlebar-min:hover {
249 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
253 list-style-image: url("chrome://browser/skin/win-maximize.gif");
256 #titlebar-max:hover {
257 list-style-image: url("chrome://browser/skin/win-maximize-hover.gif");
260 #main-window[sizemode="maximized"] #titlebar-max {
261 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
264 #main-window[sizemode="maximized"] #titlebar-max:hover {
265 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
269 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
272 #titlebar-close:hover {
273 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
276 @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) {
277 /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */
278 #titlebar-fullscreen-button {
279 -moz-appearance: none;
280 list-style-image: url("chrome://browser/skin/icons/mac-fullscreen-icon.png");
281 -moz-image-region: rect(0px, 16px, 16px, 0px);
284 #titlebar-fullscreen-button:hover {
285 -moz-image-region: rect(0px, 32px, 16px, 16px);
288 @media (min-resolution: 2dppx) {
289 #titlebar-fullscreen-button {
290 list-style-image: url("chrome://browser/skin/icons/mac-fullscreen-icon@2x.png");
291 -moz-image-region: rect(0px, 32px, 32px, 0px);
294 #titlebar-fullscreen-button:hover {
295 -moz-image-region: rect(0px, 64px, 32px, 32px);
301 /* ::::: bookmark buttons ::::: */
303 toolbarbutton.bookmark-item:not(.subviewbutton),
304 #personal-bookmarks[cui-areatype="toolbar"]:not([overflowedItem=true]) > #bookmarks-toolbar-placeholder {
309 toolbarbutton.bookmark-item:not([disabled="true"]):not(.subviewbutton):hover:active,
310 toolbarbutton.bookmark-item[open="true"] {
313 -moz-padding-start: 4px;
314 -moz-padding-end: 2px;*/
317 .bookmark-item > .toolbarbutton-icon,
318 #personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-icon {
321 -moz-margin-start: 1px;
322 -moz-margin-end: 2px;
325 /* Force the display of the label for bookmarks */
326 .bookmark-item > .toolbarbutton-text,
327 #personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-text {
328 display: -moz-box !important;
331 .bookmark-item > .toolbarbutton-menu-dropmarker {
335 #bookmarks-toolbar-placeholder {
336 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") !important;
337 -moz-box-orient: horizontal;
340 toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-placeholder,
341 #personal-bookmarks[cui-areatype="menu-panel"] > #bookmarks-toolbar-placeholder {
342 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar-menuPanel.png") !important;
345 /* ----- BOOKMARK STAR ANIMATION ----- */
347 @keyframes animation-bookmarkAdded {
348 from { transform: rotate(0deg) translateX(-16px) rotate(0deg) scale(1); opacity: 0; }
349 60% { transform: rotate(180deg) translateX(-16px) rotate(-180deg) scale(2.2); opacity: 1; }
351 to { transform: rotate(180deg) translateX(-16px) rotate(-180deg) scale(1); opacity: 0; }
354 @keyframes animation-bookmarkPulse {
355 from { transform: scale(1); }
356 50% { transform: scale(1.3); }
357 to { transform: scale(1); }
360 #bookmarked-notification-container {
369 #bookmarked-notification {
370 background-size: 16px;
371 background-position: center;
372 background-repeat: no-repeat;
378 #bookmarked-notification-dropmarker-anchor {
383 #bookmarked-notification-dropmarker-icon {
389 #bookmarked-notification-anchor[notification="finish"] > #bookmarked-notification {
390 background-image: url("chrome://browser/skin/places/bookmarks-notification-finish.png");
391 animation: animation-bookmarkAdded 800ms;
392 animation-timing-function: ease, ease, ease;
395 #bookmarks-menu-button[notification="finish"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
396 list-style-image: none !important;
399 #bookmarked-notification-dropmarker-anchor[notification="finish"] > #bookmarked-notification-dropmarker-icon {
401 animation: animation-bookmarkPulse 300ms;
402 animation-delay: 600ms;
403 animation-timing-function: ease-out;
406 /* ::::: bookmark menus ::::: */
409 menuitem.bookmark-item {
414 .bookmark-item:not(.subviewbutton) > .menu-iconic-left {
419 .bookmark-item > .menu-iconic-left > .menu-iconic-icon {
420 -moz-padding-start: 0px;
423 /* ::::: bookmark items ::::: */
426 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
427 -moz-image-region: auto;
430 .bookmark-item[container] {
431 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
432 -moz-image-region: auto;
435 .bookmark-item[container][open] {
436 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
437 -moz-image-region: auto;
440 .bookmark-item[container][livemark] {
441 list-style-image: url("chrome://communicator/skin/bookmarks/livemark-folder.png");
442 -moz-image-region: auto;
445 .bookmark-item[container][livemark] .bookmark-item {
446 list-style-image: url("chrome://communicator/skin/bookmarks/livemark-item.png");
447 -moz-image-region: rect(0px, 16px, 16px, 0px);
450 .bookmark-item[container][livemark] .bookmark-item[visited] {
451 -moz-image-region: rect(0px, 32px, 16px, 16px);
454 .bookmark-item[container][query] {
455 list-style-image: url("chrome://communicator/skin/bookmarks/query.png");
456 -moz-image-region: auto;
459 .bookmark-item[query][tagContainer] {
460 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
461 -moz-image-region: auto;
464 .bookmark-item[query][dayContainer] {
465 list-style-image: url("chrome://communicator/skin/history/calendar.png");
466 -moz-image-region: auto;
469 .bookmark-item[query][hostContainer] {
470 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
471 -moz-image-region: auto;
474 .bookmark-item[query][hostContainer][open] {
475 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
476 -moz-image-region: auto;
479 .bookmark-item[cutting] > .toolbarbutton-icon,
480 .bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-icon {
484 .bookmark-item[cutting] > .toolbarbutton-text,
485 .bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-text {
489 /* ::::: primary toolbar buttons ::::: */
491 /* === BEGIN toolbarbuttons.inc.css === */
493 /* Whole section of this included file: */
494 :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
495 #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
496 #social-share-button, #open-file-button, #find-button, #developer-button,
497 #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
498 #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
499 #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
500 #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button,
502 #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
503 list-style-image: url("chrome://browser/skin/ToolbarFx.png");
507 -moz-image-region: rect(0, 36px, 18px, 18px);
510 #back-button:hover:not([disabled="true"]) {
511 -moz-image-region: rect(18px, 36px, 36px, 18px);
514 #back-button[disabled="true"] {
515 -moz-image-region: rect(36px, 36px, 54px, 18px);
519 -moz-image-region: rect(0, 72px, 18px, 54px);
522 #forward-button:hover:not([disabled="true"]) {
523 -moz-image-region: rect(18px, 72px, 36px, 54px);
526 #forward-button[disabled="true"] {
527 -moz-image-region: rect(36px, 72px, 54px, 54px);
530 #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
531 #forward-button:-moz-locale-dir(rtl) {
532 transform: scaleX(-1);
535 #home-button[cui-areatype="toolbar"] {
536 -moz-image-region: rect(0, 126px, 18px, 108px);
539 #home-button[cui-areatype="toolbar"]:hover {
540 -moz-image-region: rect(18px, 126px, 36px, 108px);
543 #bookmarks-menu-button[cui-areatype="toolbar"] {
544 -moz-image-region: rect(0, 144px, 18px, 126px);
547 #bookmarks-menu-button[cui-areatype="toolbar"]:hover,
548 #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] {
549 -moz-image-region: rect(18px, 144px, 36px, 126px);
552 /* When "new tab" page shows up, the menubutton-button (star button) is disabled */
553 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button[disabled="true"] {
554 -moz-image-region: rect(36px, 144px, 54px, 126px) !important;
555 background-color: transparent !important;
558 #bookmarks-menu-button[cui-areatype="toolbar"][starred] {
559 -moz-image-region: rect(0, 162px, 18px, 144px);
562 #bookmarks-menu-button[cui-areatype="toolbar"][starred]:hover,
563 #bookmarks-menu-button[cui-areatype="toolbar"][starred][open="true"],
564 #bookmarks-menu-button[cui-areatype="toolbar"][starred] > .toolbarbutton-menubutton-button[open="true"] {
565 /* When starred and clicked (for edit/delete dialog),
566 * then only the menubutton-button itself is open, but not the whole menubutton. */
567 -moz-image-region: rect(18px, 162px, 36px, 144px);
570 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
571 -moz-image-region: rect(0, 630px, 18px, 612px);
574 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker {
576 -moz-box-align: center;
579 #bookmarks-menu-button[cui-areatype="toolbar"]:hover > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
580 #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
581 -moz-image-region: rect(18px, 630px, 36px, 612px);
584 #bookmarks-menu-button[cui-areatype="toolbar"]:hover:active > .toolbarbutton-menubutton-dropmarker,
585 #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker {
588 -moz-padding-start: 2px;
589 -moz-padding-end: 0px;
592 #history-panelmenu[cui-areatype="toolbar"] {
593 -moz-image-region: rect(0, 180px, 18px, 162px);
596 #history-panelmenu[cui-areatype="toolbar"]:hover,
597 #history-panelmenu[cui-areatype="toolbar"][open="true"] {
598 -moz-image-region: rect(18px, 180px, 36px, 162px);
601 #downloads-button[cui-areatype="toolbar"] {
602 -moz-image-region: rect(0, 198px, 18px, 180px);
605 #downloads-button[cui-areatype="toolbar"]:hover,
606 #downloads-button[cui-areatype="toolbar"][open="true"] {
607 -moz-image-region: rect(18px, 198px, 36px, 180px);
610 #add-ons-button[cui-areatype="toolbar"] {
611 -moz-image-region: rect(0, 216px, 18px, 198px);
614 #add-ons-button[cui-areatype="toolbar"]:hover {
615 -moz-image-region: rect(18px, 216px, 36px, 198px);
618 #open-file-button[cui-areatype="toolbar"] {
619 -moz-image-region: rect(0, 234px, 18px, 216px);
622 #open-file-button[cui-areatype="toolbar"]:hover {
623 -moz-image-region: rect(18px, 234px, 36px, 216px);
626 #save-page-button[cui-areatype="toolbar"] {
627 -moz-image-region: rect(0, 252px, 18px, 234px);
630 #save-page-button[cui-areatype="toolbar"]:hover {
631 -moz-image-region: rect(18px, 252px, 36px, 234px);
634 #sync-button[cui-areatype="toolbar"] {
635 -moz-image-region: rect(0, 270px, 18px, 252px);
638 #sync-button[cui-areatype="toolbar"]:hover {
639 -moz-image-region: rect(18px, 270px, 36px, 252px);
642 #sync-button[cui-areatype="toolbar"][status="active"],
643 #sync-button[cui-areatype="toolbar"][status="active"]:hover:active:not([disabled="true"]) {
644 list-style-image: url("chrome://browser/skin/syncProgress-toolbar.png");
645 -moz-image-region: rect(0, 18px, 18px, 0px);
649 #sync-button[cui-areatype="toolbar"][status="active"]:-moz-lwtheme-brighttext,
650 #sync-button[cui-areatype="toolbar"][status="active"]:-moz-lwtheme-brighttext:hover:active:not([disabled="true"]) {
651 list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png");
655 #feed-button[cui-areatype="toolbar"] {
656 -moz-image-region: rect(0, 288px, 18px, 270px);
659 #feed-button[cui-areatype="menu-panel"][panel-multiview-anchor=true],
660 #feed-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) {
661 -moz-image-region: rect(18px, 288px, 36px, 270px);
664 #feed-button[cui-areatype="toolbar"][disabled="true"] {
665 -moz-image-region: rect(36px, 288px, 54px, 270px);
668 #social-share-button[cui-areatype="toolbar"] {
669 -moz-image-region: rect(0px, 306px, 18px, 288px);
672 #social-share-button[cui-areatype="toolbar"]:hover:not([disabled="true"]),
673 #social-share-button[cui-areatype="toolbar"][open="true"] {
674 -moz-image-region: rect(18px, 306px, 36px, 288px);
677 #social-share-button[cui-areatype="toolbar"][disabled="true"] {
678 -moz-image-region: rect(36px, 306px, 54px, 288px);
681 #characterencoding-button[cui-areatype="toolbar"] {
682 -moz-image-region: rect(0, 324px, 18px, 306px);
685 #characterencoding-button[cui-areatype="toolbar"]:hover:not([disabled="true"]),
686 #characterencoding-button[cui-areatype="toolbar"][open="true"] {
687 -moz-image-region: rect(18px, 324px, 36px, 306px);
690 #characterencoding-button[cui-areatype="toolbar"][disabled="true"] {
691 -moz-image-region: rect(36px, 324px, 54px, 306px);
694 #new-window-button[cui-areatype="toolbar"] {
695 -moz-image-region: rect(0, 342px, 18px, 324px);
698 #new-window-button[cui-areatype="toolbar"]:hover {
699 -moz-image-region: rect(18px, 342px, 36px, 324px);
702 #e10s-button[cui-areatype="toolbar"] {
703 -moz-image-region: rect(0, 342px, 18px, 324px);
706 #e10s-button[cui-areatype="toolbar"]:hover {
707 -moz-image-region: rect(18px, 342px, 36px, 324px);
710 #e10s-button > .toolbarbutton-icon {
711 transform: scaleY(-1);
714 #new-tab-button[cui-areatype="toolbar"] {
715 -moz-image-region: rect(0, 360px, 18px, 342px);
718 #new-tab-button[cui-areatype="toolbar"]:hover {
719 -moz-image-region: rect(18px, 360px, 36px, 342px);
722 #privatebrowsing-button[cui-areatype="toolbar"] {
723 -moz-image-region: rect(0, 378px, 18px, 360px);
726 #privatebrowsing-button[cui-areatype="toolbar"]:hover {
727 -moz-image-region: rect(18px, 378px, 36px, 360px);
730 #find-button[cui-areatype="toolbar"] {
731 -moz-image-region: rect(0, 396px, 18px, 378px);
734 #find-button[cui-areatype="toolbar"]:hover {
735 -moz-image-region: rect(18px, 396px, 36px, 378px);
738 #print-button[cui-areatype="toolbar"] {
739 -moz-image-region: rect(0, 414px, 18px, 396px);
742 #print-button[cui-areatype="toolbar"]:hover {
743 -moz-image-region: rect(18px, 414px, 36px, 396px);
746 #fullscreen-button[cui-areatype="toolbar"] {
747 -moz-image-region: rect(0, 432px, 18px, 414px);
750 #fullscreen-button[cui-areatype="toolbar"]:hover {
751 -moz-image-region: rect(18px, 432px, 36px, 414px);
754 #developer-button[cui-areatype="toolbar"] {
755 -moz-image-region: rect(0, 450px, 18px, 432px);
758 #developer-button[cui-areatype="toolbar"]:hover,
759 #developer-button[cui-areatype="toolbar"][open="true"] {
760 -moz-image-region: rect(18px, 450px, 36px, 432px);
763 #preferences-button[cui-areatype="toolbar"] {
764 -moz-image-region: rect(0, 468px, 18px, 450px);
767 #preferences-button[cui-areatype="toolbar"]:hover {
768 -moz-image-region: rect(18px, 468px, 36px, 450px);
771 #PanelUI-menu-button {
772 -moz-image-region: rect(0, 486px, 18px, 468px);
775 #PanelUI-menu-button:hover,
776 #PanelUI-menu-button[open="true"] {
777 -moz-image-region: rect(18px, 486px, 36px, 468px);
780 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button {
781 -moz-image-region: rect(0, 504px, 18px, 486px);
784 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button:hover:not([disabled="true"]) {
785 -moz-image-region: rect(18px, 504px, 36px, 486px);
788 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button[disabled="true"] {
789 -moz-image-region: rect(36px, 504px, 54px, 486px);
792 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button {
793 -moz-image-region: rect(0, 522px, 18px, 504px);
796 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button:hover:not([disabled="true"]) {
797 -moz-image-region: rect(18px, 522px, 36px, 504px);
800 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button[disabled="true"] {
801 -moz-image-region: rect(36px, 522px, 54px, 504px);
804 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button {
805 -moz-image-region: rect(0, 540px, 18px, 522px);
808 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button:hover:not([disabled="true"]) {
809 -moz-image-region: rect(18px, 540px, 36px, 522px);
812 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button[disabled="true"] {
813 -moz-image-region: rect(36px, 540px, 54px, 522px);
816 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button {
817 -moz-image-region: rect(0, 558px, 18px, 540px);
820 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button:hover:not([disabled="true"]) {
821 -moz-image-region: rect(18px, 558px, 36px, 540px);
824 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button[disabled="true"] {
825 -moz-image-region: rect(36px, 558px, 54px, 540px);
828 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button {
829 -moz-image-region: rect(0, 576px, 18px, 558px);
832 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button:hover:not([disabled="true"]) {
833 -moz-image-region: rect(18px, 576px, 36px, 558px);
836 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button[disabled="true"] {
837 -moz-image-region: rect(36px, 576px, 54px, 558px);
840 #nav-bar-overflow-button {
841 -moz-image-region: rect(0, 612px, 18px, 594px);
844 #nav-bar-overflow-button:hover,
845 #nav-bar-overflow-button[open="true"] {
846 -moz-image-region: rect(18px, 612px, 36px, 594px);
849 #nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
850 transform: scaleX(-1);
854 -moz-image-region: rect(0, 648px, 18px, 630px);
857 #tabview-button:hover {
858 -moz-image-region: rect(18px, 648px, 36px, 630px);
861 #email-link-button[cui-areatype="toolbar"] {
862 -moz-image-region: rect(0, 666px, 18px, 648px);
865 #email-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) {
866 -moz-image-region: rect(18px, 666px, 36px, 648px);
869 #email-button[cui-areatype="toolbar"][disabled="true"] {
870 -moz-image-region: rect(36px, 666px, 54px, 648px);
873 #sidebar-button[cui-areatype="toolbar"] {
874 -moz-image-region: rect(0, 684px, 18px, 666px);
877 #sidebar-button[cui-areatype="toolbar"]:hover {
878 -moz-image-region: rect(18px, 684px, 36px, 666px);
881 #panic-button[cui-areatype="toolbar"] {
882 -moz-image-region: rect(0, 702px, 18px, 684px);
885 #panic-button[cui-areatype="toolbar"]:hover,
886 #panic-button[cui-areatype="toolbar"][open] {
887 -moz-image-region: rect(18px, 702px, 36px, 684px);
890 #panic-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
891 transform: scaleX(-1);
894 #web-apps-button[cui-areatype="toolbar"] {
895 -moz-image-region: rect(0, 720px, 18px, 702px);
898 #web-apps-button[cui-areatype="toolbar"]:hover {
899 -moz-image-region: rect(18px, 720px, 36px, 702px);
902 #loop-button-throttled > .toolbarbutton-badge-container,
903 #loop-button > .toolbarbutton-badge-container {
904 list-style-image: url("chrome://browser/skin/loop/toolbarfx.png");
905 -moz-image-region: rect(0, 18px, 18px, 0);
908 #loop-button-throttled:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
909 #loop-button:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
910 -moz-image-region: rect(0, 90px, 18px, 72px);
913 #loop-button-throttled[state="disabled"] > .toolbarbutton-badge-container,
914 #loop-button-throttled[disabled="true"] > .toolbarbutton-badge-container,
915 #loop-button[state="disabled"] > .toolbarbutton-badge-container,
916 #loop-button[disabled="true"] > .toolbarbutton-badge-container {
917 -moz-image-region: rect(0, 36px, 18px, 18px);
920 #loop-button-throttled[disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
921 #loop-button[disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
922 -moz-image-region: rect(0, 126px, 18px, 108px);
925 #loop-button-throttled:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container,
926 #loop-button:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container {
927 -moz-image-region: rect(0, 54px, 18px, 36px);
930 #loop-button-throttled:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container,
931 #loop-button:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container {
932 -moz-image-region: rect(0, 72px, 18px, 54px);
935 #loop-button-throttled:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container,
936 #loop-button:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container {
937 -moz-image-region: rect(0, 108px, 18px, 90px);
940 #webide-button[cui-areatype="toolbar"] {
941 -moz-image-region: rect(0, 738px, 18px, 720px);
944 #webide-button[cui-areatype="toolbar"]:hover {
945 -moz-image-region: rect(18px, 738px, 36px, 720px);
948 #pocket-button[cui-areatype="toolbar"] {
949 -moz-image-region: rect(0, 774px, 18px, 756px);
952 #pocket-button[cui-areatype="toolbar"]:hover,
953 #pocket-button[cui-areatype="toolbar"][open] {
954 -moz-image-region: rect(18px, 774px, 36px, 756px);
957 /* === END toolbarbuttons.inc.css === */
959 /* === BEGIN menupanel.inc.css === */
961 /* Menu panel and palette styles */
964 /* avoid aero overrides with changed filenames */
965 --menupanel-list-style-image: url(chrome://browser/skin/menuPanelFx.png);
966 --menupanel-small-list-style-image: url(chrome://browser/skin/menuPanelFx-small.png);
969 toolbaritem[sdkstylewidget="true"] > toolbarbutton,
970 :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
971 #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
972 #social-share-button, #open-file-button, #find-button, #developer-button,
973 #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
974 #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
975 #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
976 #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button,
977 #pocket-button)[cui-areatype="menu-panel"],
978 toolbarpaletteitem[place="palette"] > :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
979 #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
980 #social-share-button, #open-file-button, #find-button, #developer-button,
981 #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
982 #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
983 #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
984 #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button,
986 list-style-image: var(--menupanel-list-style-image);
989 #home-button[cui-areatype="menu-panel"],
990 toolbarpaletteitem[place="palette"] > #home-button {
991 -moz-image-region: rect(0px, 128px, 32px, 96px);
994 #home-button[cui-areatype="menu-panel"]:hover,
995 toolbarpaletteitem[place="palette"] > #home-button:hover {
996 -moz-image-region: rect(32px, 128px, 64px, 96px);
999 #bookmarks-menu-button[cui-areatype="menu-panel"],
1000 toolbarpaletteitem[place="palette"] > #bookmarks-menu-button {
1001 -moz-image-region: rect(0px, 192px, 32px, 160px);
1004 #bookmarks-menu-button[cui-areatype="menu-panel"]:hover,
1005 toolbarpaletteitem[place="palette"] > #bookmarks-menu-button:hover {
1006 -moz-image-region: rect(32px, 192px, 64px, 160px);
1009 #bookmarks-menu-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1010 -moz-image-region: rect(32px, 192px, 64px, 160px);
1013 #history-panelmenu[cui-areatype="menu-panel"],
1014 toolbarpaletteitem[place="palette"] > #history-panelmenu {
1015 -moz-image-region: rect(0px, 224px, 32px, 192px);
1018 #history-panelmenu[cui-areatype="menu-panel"]:hover,
1019 toolbarpaletteitem[place="palette"] > #history-panelmenu:hover {
1020 -moz-image-region: rect(32px, 224px, 64px, 192px);
1023 #history-panelmenu[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1024 -moz-image-region: rect(32px, 224px, 64px, 192px);
1027 #downloads-button[cui-areatype="menu-panel"],
1028 toolbarpaletteitem[place="palette"] > #downloads-button {
1029 -moz-image-region: rect(0px, 256px, 32px, 224px);
1032 #downloads-button[cui-areatype="menu-panel"]:hover,
1033 toolbarpaletteitem[place="palette"] > #downloads-button:hover {
1034 -moz-image-region: rect(32px, 256px, 64px, 224px);
1037 #add-ons-button[cui-areatype="menu-panel"],
1038 toolbarpaletteitem[place="palette"] > #add-ons-button {
1039 -moz-image-region: rect(0px, 288px, 32px, 256px);
1042 #add-ons-button[cui-areatype="menu-panel"]:hover,
1043 toolbarpaletteitem[place="palette"] > #add-ons-button:hover {
1044 -moz-image-region: rect(32px, 288px, 64px, 256px);
1047 #open-file-button[cui-areatype="menu-panel"],
1048 toolbarpaletteitem[place="palette"] > #open-file-button {
1049 -moz-image-region: rect(0px, 320px, 32px, 288px);
1052 #open-file-button[cui-areatype="menu-panel"]:hover,
1053 toolbarpaletteitem[place="palette"] > #open-file-button:hover {
1054 -moz-image-region: rect(32px, 320px, 64px, 288px);
1057 #save-page-button[cui-areatype="menu-panel"],
1058 toolbarpaletteitem[place="palette"] > #save-page-button {
1059 -moz-image-region: rect(0px, 352px, 32px, 320px);
1062 #save-page-button[cui-areatype="menu-panel"]:hover,
1063 toolbarpaletteitem[place="palette"] > #save-page-button:hover {
1064 -moz-image-region: rect(32px, 352px, 64px, 320px);
1067 #sync-button[cui-areatype="menu-panel"],
1068 toolbarpaletteitem[place="palette"] > #sync-button {
1069 -moz-image-region: rect(0px, 384px, 32px, 352px);
1072 #sync-button[cui-areatype="menu-panel"]:hover,
1073 toolbarpaletteitem[place="palette"] > #sync-button:hover {
1074 -moz-image-region: rect(32px, 384px, 64px, 352px);
1077 #sync-button[cui-areatype="menu-panel"][status="active"] {
1078 list-style-image: url("chrome://browser/skin/syncProgress-menuPanel.png");
1079 -moz-image-region: rect(0px, 32px, 32px, 0px);
1082 #feed-button[cui-areatype="menu-panel"],
1083 toolbarpaletteitem[place="palette"] > #feed-button {
1084 -moz-image-region: rect(0px, 416px, 32px, 384px);
1087 #feed-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1088 toolbarpaletteitem[place="palette"] > #feed-button:hover:not([disabled="true"]) {
1089 -moz-image-region: rect(32px, 416px, 64px, 384px);
1092 #feed-button[cui-areatype="menu-panel"][disabled="true"],
1093 toolbarpaletteitem[place="palette"] > #feed-button[disabled="true"] {
1094 -moz-image-region: rect(64px, 416px, 96px, 384px);
1097 #social-share-button[cui-areatype="menu-panel"],
1098 toolbarpaletteitem[place="palette"] > #social-share-button {
1099 -moz-image-region: rect(0px, 448px, 32px, 416px);
1102 #social-share-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1103 toolbarpaletteitem[place="palette"] > #social-share-button:hover:not([disabled="true"]) {
1104 -moz-image-region: rect(32px, 448px, 64px, 416px);
1107 #social-share-button[cui-areatype="menu-panel"][disabled="true"],
1108 toolbarpaletteitem[place="palette"] > #social-share-button[disabled="true"] {
1109 -moz-image-region: rect(64px, 448px, 96px, 416px);
1112 #characterencoding-button[cui-areatype="menu-panel"],
1113 toolbarpaletteitem[place="palette"] > #characterencoding-button {
1114 -moz-image-region: rect(0px, 480px, 32px, 448px);
1117 #characterencoding-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1118 toolbarpaletteitem[place="palette"] > #characterencoding-button:hover:not([disabled="true"]) {
1119 -moz-image-region: rect(32px, 480px, 64px, 448px);
1122 #characterencoding-button[cui-areatype="menu-panel"][disabled="true"],
1123 toolbarpaletteitem[place="palette"] > #characterencoding-button[disabled="true"] {
1124 -moz-image-region: rect(64px, 480px, 96px, 448px);
1127 #characterencoding-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1128 -moz-image-region: rect(32px, 480px, 64px, 448px);
1131 #new-window-button[cui-areatype="menu-panel"],
1132 toolbarpaletteitem[place="palette"] > #new-window-button {
1133 -moz-image-region: rect(0px, 512px, 32px, 480px);
1136 #new-window-button[cui-areatype="menu-panel"]:hover,
1137 toolbarpaletteitem[place="palette"] > #new-window-button:hover {
1138 -moz-image-region: rect(32px, 512px, 64px, 480px);
1141 #e10s-button[cui-areatype="menu-panel"],
1142 toolbarpaletteitem[place="palette"] > #e10s-button {
1143 -moz-image-region: rect(0px, 512px, 32px, 480px);
1146 #e10s-button[cui-areatype="menu-panel"]:hover,
1147 toolbarpaletteitem[place="palette"] > #e10s-button:hover {
1148 -moz-image-region: rect(32px, 512px, 64px, 480px);
1151 #new-tab-button[cui-areatype="menu-panel"],
1152 toolbarpaletteitem[place="palette"] > #new-tab-button {
1153 -moz-image-region: rect(0px, 544px, 32px, 512px);
1156 #new-tab-button[cui-areatype="menu-panel"]:hover,
1157 toolbarpaletteitem[place="palette"] > #new-tab-button:hover {
1158 -moz-image-region: rect(32px, 544px, 64px, 512px);
1161 #privatebrowsing-button[cui-areatype="menu-panel"],
1162 toolbarpaletteitem[place="palette"] > #privatebrowsing-button {
1163 -moz-image-region: rect(0px, 576px, 32px, 544px);
1166 #privatebrowsing-button[cui-areatype="menu-panel"]:hover,
1167 toolbarpaletteitem[place="palette"] > #privatebrowsing-button:hover {
1168 -moz-image-region: rect(32px, 576px, 64px, 544px);
1171 #tabview-button[cui-areatype="menu-panel"],
1172 toolbarpaletteitem[place="palette"] > #tabview-button {
1173 -moz-image-region: rect(0px, 608px, 32px, 576px);
1176 #tabview-button[cui-areatype="menu-panel"]:hover,
1177 toolbarpaletteitem[place="palette"] > #tabview-button:hover {
1178 -moz-image-region: rect(32px, 608px, 64px, 576px);
1181 #find-button[cui-areatype="menu-panel"],
1182 toolbarpaletteitem[place="palette"] > #find-button {
1183 -moz-image-region: rect(0px, 640px, 32px, 608px);
1186 #find-button[cui-areatype="menu-panel"]:hover,
1187 toolbarpaletteitem[place="palette"] > #find-button:hover {
1188 -moz-image-region: rect(32px, 640px, 64px, 608px);
1191 #print-button[cui-areatype="menu-panel"],
1192 toolbarpaletteitem[place="palette"] > #print-button {
1193 -moz-image-region: rect(0px, 672px, 32px, 640px);
1196 #print-button[cui-areatype="menu-panel"]:hover,
1197 toolbarpaletteitem[place="palette"] > #print-button:hover {
1198 -moz-image-region: rect(32px, 672px, 64px, 640px);
1201 #fullscreen-button[cui-areatype="menu-panel"],
1202 toolbarpaletteitem[place="palette"] > #fullscreen-button {
1203 -moz-image-region: rect(0px, 704px, 32px, 672px);
1206 #fullscreen-button[cui-areatype="menu-panel"]:hover,
1207 toolbarpaletteitem[place="palette"] > #fullscreen-button:hover {
1208 -moz-image-region: rect(32px, 704px, 64px, 672px);
1211 #developer-button[cui-areatype="menu-panel"],
1212 toolbarpaletteitem[place="palette"] > #developer-button {
1213 -moz-image-region: rect(0px, 736px, 32px, 704px);
1216 #developer-button[cui-areatype="menu-panel"]:hover,
1217 toolbarpaletteitem[place="palette"] > #developer-button:hover {
1218 -moz-image-region: rect(32px, 736px, 64px, 704px);
1221 #developer-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1222 -moz-image-region: rect(32px, 736px, 64px, 704px);
1225 #preferences-button[cui-areatype="menu-panel"],
1226 toolbarpaletteitem[place="palette"] > #preferences-button {
1227 -moz-image-region: rect(0px, 768px, 32px, 736px);
1230 #preferences-button[cui-areatype="menu-panel"]:hover,
1231 toolbarpaletteitem[place="palette"] > #preferences-button:hover {
1232 -moz-image-region: rect(32px, 768px, 64px, 736px);
1235 #email-link-button[cui-areatype="menu-panel"],
1236 toolbarpaletteitem[place="palette"] > #email-link-button {
1237 -moz-image-region: rect(0, 800px, 32px, 768px);
1240 #email-link-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1241 toolbarpaletteitem[place="palette"] > #email-link-button:hover:not([disabled="true"]) {
1242 -moz-image-region: rect(32px, 800px, 64px, 768px);
1245 #email-link-button[cui-areatype="menu-panel"][disabled="true"],
1246 toolbarpaletteitem[place="palette"] > #email-link-button[disabled="true"] {
1247 -moz-image-region: rect(64px, 800px, 96px, 768px);
1250 #sidebar-button[cui-areatype="menu-panel"],
1251 toolbarpaletteitem[place="palette"] > #sidebar-button {
1252 -moz-image-region: rect(0, 864px, 32px, 832px);
1255 #sidebar-button[cui-areatype="menu-panel"]:hover,
1256 toolbarpaletteitem[place="palette"] > #sidebar-button:hover,
1257 #sidebar-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1258 -moz-image-region: rect(32px, 864px, 64px, 832px);
1261 #panic-button[cui-areatype="menu-panel"],
1262 toolbarpaletteitem[place="palette"] > #panic-button {
1263 -moz-image-region: rect(0, 896px, 32px, 864px);
1266 #panic-button[cui-areatype="menu-panel"]:hover,
1267 toolbarpaletteitem[place="palette"] > #panic-button:hover,
1268 #panic-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1269 -moz-image-region: rect(32px, 896px, 64px, 864px);
1272 #web-apps-button[cui-areatype="menu-panel"],
1273 toolbarpaletteitem[place="palette"] > #web-apps-button {
1274 -moz-image-region: rect(0, 928px, 32px, 896px);
1277 #web-apps-button[cui-areatype="menu-panel"]:hover,
1278 toolbarpaletteitem[place="palette"] > #web-apps-button:hover {
1279 -moz-image-region: rect(32px, 928px, 64px, 896px);
1282 #webide-button[cui-areatype="menu-panel"],
1283 toolbarpaletteitem[place="palette"] > #webide-button {
1284 -moz-image-region: rect(0px, 960px, 32px, 928px);
1287 #webide-button[cui-areatype="menu-panel"]:hover,
1288 toolbarpaletteitem[place="palette"] > #webide-button:hover {
1289 -moz-image-region: rect(32px, 960px, 64px, 928px);
1292 #pocket-button[cui-areatype="menu-panel"],
1293 toolbarpaletteitem[place="palette"] > #pocket-button {
1294 -moz-image-region: rect(0px, 992px, 32px, 960px);
1297 #pocket-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1298 -moz-image-region: rect(32px, 992px, 64px, 960px);
1301 toolbaritem[sdkstylewidget="true"] > toolbarbutton {
1302 -moz-image-region: rect(0, 832px, 32px, 800px);
1305 #loop-button-throttled[cui-areatype="menu-panel"] > .toolbarbutton-badge-container,
1306 toolbarpaletteitem[place="palette"] > #loop-button-throttled > .toolbarbutton-badge-container,
1307 #loop-button[cui-areatype="menu-panel"] > .toolbarbutton-badge-container,
1308 toolbarpaletteitem[place="palette"] > #loop-button > .toolbarbutton-badge-container {
1309 list-style-image: url("chrome://browser/skin/loop/menuPanel.png");
1310 -moz-image-region: rect(0, 32px, 32px, 0);
1313 /* Make sure that the state icons are not shown in the customization palette. */
1314 toolbarpaletteitem[place="palette"] > #loop-button-throttled > .toolbarbutton-badge-container,
1315 toolbarpaletteitem[place="palette"] > #loop-button > .toolbarbutton-badge-container {
1316 -moz-image-region: rect(0, 32px, 32px, 0) !important;
1319 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
1320 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
1321 -moz-image-region: rect(0, 160px, 32px, 128px);
1324 #loop-button-throttled[cui-areatype="menu-panel"][state="disabled"] > .toolbarbutton-badge-container,
1325 #loop-button-throttled[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container,
1326 #loop-button[cui-areatype="menu-panel"][state="disabled"] > .toolbarbutton-badge-container,
1327 #loop-button[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container {
1328 -moz-image-region: rect(0, 64px, 32px, 32px);
1331 #loop-button-throttled[cui-areatype="menu-panel"][disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
1332 #loop-button[cui-areatype="menu-panel"][disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
1333 -moz-image-region: rect(0, 224px, 32px, 192px);
1336 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container,
1337 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container {
1338 -moz-image-region: rect(0, 96px, 32px, 64px);
1341 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container,
1342 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container {
1343 -moz-image-region: rect(0, 128px, 32px, 96px);
1346 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container,
1347 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container {
1348 -moz-image-region: rect(0, 192px, 32px, 160px);
1351 /* Wide panel control icons */
1353 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton,
1354 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton,
1355 toolbarpaletteitem[place="palette"] > #edit-controls > toolbarbutton,
1356 toolbarpaletteitem[place="palette"] > #zoom-controls > toolbarbutton {
1357 list-style-image: var(--menupanel-small-list-style-image);
1360 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button,
1361 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button {
1362 -moz-image-region: rect(0px, 32px, 16px, 16px);
1365 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button:hover:not([disabled="true"]),
1366 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button:hover:not([disabled="true"]) {
1367 -moz-image-region: rect(16px, 32px, 32px, 16px);
1370 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button[disabled="true"],
1371 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button[disabled="true"] {
1372 -moz-image-region: rect(32px, 32px, 48px, 16px);
1375 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button,
1376 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button {
1377 -moz-image-region: rect(0px, 48px, 16px, 32px);
1380 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button:hover:not([disabled="true"]),
1381 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button:hover:not([disabled="true"]) {
1382 -moz-image-region: rect(16px, 48px, 32px, 32px);
1385 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button[disabled="true"],
1386 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button[disabled="true"] {
1387 -moz-image-region: rect(32px, 48px, 48px, 32px);
1390 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button,
1391 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button {
1392 -moz-image-region: rect(0px, 64px, 16px, 48px);
1395 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button:hover:not([disabled="true"]),
1396 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button:hover:not([disabled="true"]) {
1397 -moz-image-region: rect(16px, 64px, 32px, 48px);
1400 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button[disabled="true"],
1401 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button[disabled="true"] {
1402 -moz-image-region: rect(32px, 64px, 48px, 48px);
1405 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button,
1406 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button {
1407 -moz-image-region: rect(0px, 80px, 16px, 64px);
1410 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button:hover:not([disabled="true"]),
1411 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button:hover:not([disabled="true"]) {
1412 -moz-image-region: rect(16px, 80px, 32px, 64px);
1415 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button[disabled="true"],
1416 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button[disabled="true"] {
1417 -moz-image-region: rect(32px, 80px, 48px, 64px);
1420 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button,
1421 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button {
1422 -moz-image-region: rect(0px, 96px, 16px, 80px);
1425 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button:hover:not([disabled="true"]),
1426 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button:hover:not([disabled="true"]) {
1427 -moz-image-region: rect(16px, 96px, 32px, 80px);
1430 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button[disabled="true"],
1431 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button[disabled="true"] {
1432 -moz-image-region: rect(32px, 96px, 48px, 80px);
1435 #add-share-provider {
1436 list-style-image: var(--menupanel-small-list-style-image);
1437 -moz-image-region: rect(0px, 96px, 16px, 80px);
1440 /* === END menupanel.inc.css === */
1442 .toolbarbutton-1:not([type="menu-button"]) {
1443 -moz-box-orient: vertical;
1447 .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1453 .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1454 .toolbarbutton-1[disabled="true"]:hover:active,
1455 .toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button {
1459 .toolbarbutton-1:hover:active,
1460 .toolbarbutton-1[open="true"],
1461 .toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button {
1463 padding-bottom: 0px;
1464 -moz-padding-start: 3px;
1465 -moz-padding-end: 1px;
1468 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-icon,
1469 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker,
1470 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker,
1471 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1472 #main-window:not([customizing]) .toolbarbutton-1 > .toolbarbutton-menubutton-button[disabled=true] > .toolbarbutton-icon {
1475 .toolbarbutton-1 > .toolbarbutton-menu-dropmarker,
1476 .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1479 toolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:-moz-lwtheme-brighttext,
1480 toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-brighttext {
1483 .toolbarbutton-1 > .toolbarbutton-icon,
1484 .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1488 #nav-bar .toolbarbutton-1,
1489 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1492 #nav-bar .toolbarbutton-1:not([type=menu-button]),
1493 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1494 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1497 #nav-bar #PanelUI-menu-button {
1498 /* -moz-padding-start: 7px;
1499 -moz-padding-end: 5px;*/
1502 #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) {
1503 /* padding-left: 5px;
1504 padding-right: 5px;*/
1507 #nav-bar .toolbarbutton-1 > menupopup {
1508 /* margin-top: -3px;*/
1511 #nav-bar .toolbarbutton-1 > menupopup.cui-widget-panel {
1515 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1516 /* -moz-padding-end: 0;*/
1519 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1520 /* -moz-padding-start: 0;
1521 -moz-box-align: center;*/
1524 .findbar-button > .toolbarbutton-text,
1525 #nav-bar .toolbarbutton-1 > .toolbarbutton-icon,
1526 #nav-bar .toolbarbutton-1 > .toolbarbutton-text,
1527 #nav-bar .toolbarbutton-1 > .toolbarbutton-badge-container,
1528 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1529 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1530 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon {
1531 /* padding: 2px 6px;
1533 border-color: transparent;
1534 transition-property: background-color, border-color;
1535 transition-duration: 150ms;*/
1538 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-icon,
1539 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-badge-container,
1540 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1545 /* Help SDK icons fit: */
1546 toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
1550 #nav-bar toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
1551 /* XXXgijs box models strike again: this is 16px + 2 * 7px padding + 2 * 1px border (from the rules above) */
1555 #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) > .toolbarbutton-icon,
1556 #nav-bar .toolbarbutton-1[type=menu] > .toolbarbutton-text /* hack for add-ons that forcefully display the label */ {
1557 /* -moz-padding-end: 17px;*/
1560 #nav-bar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker {
1563 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1566 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
1569 #nav-bar .toolbaritem-combined-buttons {
1570 /* margin-left: 2px;
1571 margin-right: 2px;*/
1574 #nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1 {
1579 #nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before,
1580 #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 {
1586 -moz-margin-end: -1px;
1590 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon {
1593 .findbar-button:not(:-moz-any([checked="true"],[disabled="true"])):hover > .toolbarbutton-text,
1594 #nav-bar .toolbarbutton-1:not([disabled=true]) > .toolbarbutton-menubutton-button[open] + .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1595 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1596 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1597 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-icon,
1598 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-text,
1599 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-badge-container,
1600 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button:not([open]):not(:active):not([disabled=true]):hover > .toolbarbutton-icon,
1601 #nav-bar .toolbarbutton-1:not([buttonover]):not([open]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon {
1604 .findbar-button:not([disabled=true]):-moz-any([checked="true"],:hover:active) > .toolbarbutton-text,
1605 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):-moz-any(:hover:active, [open]) > .toolbarbutton-icon,
1606 #nav-bar .toolbarbutton-1[open] > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon,
1607 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-icon,
1608 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-text,
1609 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-badge-container {
1612 #TabsToolbar .toolbarbutton-1,
1613 #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1614 .tabbrowser-arrowscrollbox > .scrollbutton-up,
1615 .tabbrowser-arrowscrollbox > .scrollbutton-down {
1618 #TabsToolbar .toolbarbutton-1:not([disabled=true]):hover,
1619 #TabsToolbar .toolbarbutton-1[open],
1620 #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):hover,
1621 .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled=true]):hover,
1622 .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled=true]):hover {
1625 /* unified back/forward button */
1628 -moz-box-align: stretch; /* let the button shape grow vertically with the location bar */
1631 #forward-button > menupopup {
1632 margin-top: 1px !important;
1635 #forward-button > .toolbarbutton-icon {
1636 background-clip: padding-box !important;
1637 /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */
1638 /*clip-path: url(chrome://browser/content/browser.xul#keyhole-forward-clip-path) !important;*/
1642 -moz-margin-start: -4px !important;
1647 border-radius: 0 10000px 10000px 0;
1650 #forward-button:-moz-locale-dir(rtl) {
1651 border-radius: 10000px 0 0 10000px;
1654 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #forward-button {
1655 transition: margin-left 150ms ease-out;
1658 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] {
1659 margin-left: -27px !important;
1662 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] {
1663 /* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */
1664 transition-delay: 100s;
1667 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] {
1668 /* when not hovered anymore, trigger a new transition to hide the forward button immediately */
1669 margin-left: -27.01px !important;
1673 /* padding-top: 3px !important;
1674 padding-bottom: 3px !important;
1675 -moz-padding-start: 5px !important;
1676 -moz-padding-end: 0 !important;*/
1679 border-radius: 10000px;
1683 margin-bottom: -2px;
1686 #back-button:-moz-locale-dir(rtl) {
1689 #back-button > menupopup {
1690 margin-top: -1px !important;
1693 #back-button > .toolbarbutton-icon {
1694 border-radius: 10000px !important;
1695 background-clip: padding-box !important;
1696 /* background-color: hsla(210,25%,98%,.08) !important;
1697 padding: 6px !important;
1698 border-style: none !important;
1699 box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25),
1700 0 0 0 1px hsla(210,4%,10%,.25);*/
1701 transition-property: background-color, box-shadow !important;
1702 transition-duration: 250ms !important;
1705 #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon {
1706 /* background-color: hsla(210,4%,10%,.08) !important;*/
1709 #back-button:not([disabled="true"]):hover:active > .toolbarbutton-icon,
1710 #back-button[open="true"] > .toolbarbutton-icon {
1711 /* background-color: hsla(210,4%,10%,.12) !important;
1712 box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25),
1713 0 0 0 1px hsla(210,4%,10%,.25),
1714 0 1px 0 0 hsla(210,80%,20%,.1) inset !important;*/
1717 #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
1718 transform: scaleX(-1);
1721 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
1722 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
1723 list-style-image: url("chrome://browser/skin/menu-back.png") !important;
1726 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
1727 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
1728 list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
1731 #home-button.bookmark-item {
1732 list-style-image: url("chrome://browser/skin/Toolbar.png");
1735 #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),
1736 #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),
1737 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1738 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1739 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1740 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1741 #home-button.bookmark-item:-moz-lwtheme-brighttext {
1744 list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
1747 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1748 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme) {
1749 list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png");
1753 #downloads-button > .toolbarbutton-icon {
1757 /* tabview menu item */
1760 list-style-image: url("chrome://browser/skin/tabview/tabviewFx.png");
1761 -moz-image-region: rect(1px, 89px, 17px, 73px);
1764 #menu_tabview[groups="0"] {
1765 -moz-image-region: rect(1px, 17px, 17px, 1px);
1768 #menu_tabview[groups="1"] {
1769 -moz-image-region: rect(1px, 35px, 17px, 19px);
1772 #menu_tabview[groups="2"] {
1773 -moz-image-region: rect(1px, 53px, 17px, 37px);
1776 #menu_tabview[groups="3"] {
1777 -moz-image-region: rect(1px, 71px, 17px, 55px);
1780 /* undo close tab menu item */
1781 #alltabs_undoCloseTab {
1782 list-style-image: url(chrome://browser/skin/undoCloseTab.png);
1785 @media (min-resolution: 1.25dppx) {
1786 #alltabs_undoCloseTab {
1787 list-style-image: url(chrome://browser/skin/undoCloseTab@2x.png);
1789 #alltabs_undoCloseTab > .toolbarbutton-icon {
1794 /* zoom control text (reset) button special case: */
1796 #nav-bar #zoom-reset-button > .toolbarbutton-text {
1797 /* To make this line up with the icons, it needs the same height (18px) +
1798 * padding (2 * 2px) + border (2 * 1px), but as a minimum because otherwise
1799 * increase in text sizes would break things...
1804 /* ::::: fullscreen window controls ::::: */
1807 -moz-margin-start: 4px;
1813 /* list-style-image: url("chrome://global/skin/icons/windowControls.png");
1818 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
1821 #minimize-button:hover {
1822 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
1826 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
1829 #restore-button:hover {
1830 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
1834 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
1837 #close-button:hover {
1838 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
1841 /* ::::: Location Bar ::::: */
1844 .searchbar-textbox {
1847 -moz-margin-start: 3px;
1851 /* make color as light as possible to deal with dark non-domain parts */
1855 #urlbar:-moz-lwtheme,
1856 .searchbar-textbox:-moz-lwtheme {
1857 /* background-color: rgba(255,255,255,.8);
1858 @navbarTextboxCustomBorder@
1862 #urlbar:-moz-lwtheme:hover:not([focused]):not([readonly]),
1863 .searchbar-textbox:-moz-lwtheme:hover:not([focused]) {
1864 /* background-color: rgba(255,255,255,.9);*/
1867 #urlbar:-moz-lwtheme[focused]:not([readonly]),
1868 .searchbar-textbox:-moz-lwtheme[focused] {
1869 /* background-color: white;*/
1872 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar {
1873 /* -moz-border-start: none;
1877 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(ltr) {
1878 /* border-top-left-radius: 0;
1879 border-bottom-left-radius: 0; */
1882 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) {
1883 /* border-top-right-radius: 0;
1884 border-bottom-right-radius: 0; */
1887 window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
1888 /* clip-path: url("chrome://browser/content/browser.xul#urlbar-back-button-clip-path");*/
1889 /* -moz-margin-start: -5px; */
1892 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl),
1893 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) {
1894 /* let urlbar-back-button-clip-path clip the urlbar's right side for RTL */
1895 transform: scaleX(-1);
1898 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl) {
1899 -moz-box-direction: reverse;
1902 html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
1903 .searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder {
1908 -moz-box-orient: horizontal;
1909 -moz-box-align: stretch;
1912 .urlbar-textbox-container {
1913 -moz-box-align: stretch;
1917 -moz-margin-start: 0;
1921 -moz-box-align: center;
1928 .searchbar-engine-button,
1929 .search-go-container {
1933 .search-go-container > .search-go-button {
1937 .urlbar-icon:hover {
1940 .urlbar-icon[open="true"],
1941 .urlbar-icon:hover:active {
1944 #urlbar-search-splitter {
1946 -moz-margin-start: -3px;
1948 background: transparent;
1951 #urlbar-search-splitter + #urlbar-container > #urlbar,
1952 #urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
1953 -moz-margin-start: 0;
1956 #urlbar-display-box {
1960 -moz-border-end: 1px solid #9C9CFF;
1961 -moz-margin-end: 3px;
1964 -moz-margin-start: 0;
1969 min-width: calc(54px + 11ch);
1979 #identity-box:-moz-locale-dir(ltr) {
1980 /* border-top-left-radius: 1.5px;
1981 border-bottom-left-radius: 1.5px;*/
1984 #identity-box:-moz-locale-dir(rtl) {
1985 /* border-top-right-radius: 1.5px;
1986 border-bottom-right-radius: 1.5px;*/
1989 #notification-popup-box:not([hidden]) + #identity-box {
1990 -moz-padding-start: 10px !important;
1994 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box {
1995 /* border-radius: 0; */
1996 -moz-padding-start: 2px;
1997 -moz-padding-end: 2px;
1998 -moz-margin-end: 1px;
2001 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #urlbar > #identity-box {
2002 transition: padding-left, padding-right;
2005 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar >
2006 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
2010 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar >
2011 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
2015 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] + #urlbar >
2016 #notification-popup-box[hidden] + #identity-box {
2017 /* forward button hiding is delayed when hovered */
2018 transition-delay: 100s;
2021 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar >
2022 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
2023 /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
2024 padding-left: 2.01px;
2027 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar >
2028 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
2029 /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
2030 padding-right: 2.01px;
2033 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
2034 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
2035 -moz-margin-end: 3px;
2038 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(ltr),
2039 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(ltr) {
2040 border-top-right-radius: 0;
2041 border-bottom-right-radius: 0;
2044 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(rtl),
2045 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(rtl) {
2046 border-top-left-radius: 0;
2047 border-bottom-left-radius: 0;
2050 #identity-box.verifiedIdentity:not(:-moz-lwtheme) {
2051 var(--verified-identity-box-backgroundcolor);
2054 #identity-box:-moz-focusring {
2055 outline: 1px dotted #008484;
2056 outline-offset: -1px;
2059 #identity-box.verifiedDomain:-moz-focusring,
2060 #identity-box.verifiedIdentity:-moz-focusring {
2061 outline-color: #000000;
2064 #identity-icon-labels {
2065 -moz-margin-start: 1px;
2066 -moz-margin-end: 3px;
2069 /* Location bar dropmarker */
2071 .urlbar-history-dropmarker:not(:hover):not([open="true"]) {
2072 background-color: transparent;
2075 #urlbar-container[combined="true"] > #urlbar > .urlbar-history-dropmarker,
2076 #urlbar-wrapper > #urlbar > .urlbar-history-dropmarker {
2081 .urlbar-history-dropmarker:hover {
2084 .urlbar-history-dropmarker:hover:active,
2085 .urlbar-history-dropmarker[open="true"] {
2088 /* page proxy icon */
2090 /* === BEGIN identity-block.inc.css === */
2093 --identity-box-verified-color: #008484;
2094 /* Default theme does different color per channel, we can't as they do it build-time. */
2095 --identity-box-chrome-color: #9C9CFF;
2098 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI {
2099 color: var(--identity-box-chrome-color);
2100 -moz-border-end: 1px solid var(--identity-box-chrome-color);
2103 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
2104 color: var(--identity-box-verified-color);
2105 -moz-border-end: 1px solid var(--identity-box-verified-color);
2108 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
2109 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
2110 background-position: right;
2111 background-size: 1px;
2112 background-repeat: no-repeat;
2115 /* page proxy icon */
2117 #page-proxy-favicon {
2120 list-style-image: url("chrome://browser/skin/identity-icons-generic.png");
2124 .chromeUI > #page-proxy-favicon[pageproxystate="valid"] {
2125 list-style-image: url("chrome://branding/content/identity-icons-brand.png");
2128 .verifiedDomain > #page-proxy-favicon[pageproxystate="valid"] {
2129 list-style-image: url("chrome://browser/skin/identity-icons-https.png");
2132 .verifiedIdentity > #page-proxy-favicon[pageproxystate="valid"] {
2133 list-style-image: url("chrome://browser/skin/identity-icons-https-ev.png");
2136 .mixedActiveContent > #page-proxy-favicon[pageproxystate="valid"] {
2137 list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png");
2140 .mixedDisplayContent > #page-proxy-favicon[pageproxystate="valid"] {
2141 list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
2144 .mixedDisplayContentLoadedActiveBlocked > #page-proxy-favicon[pageproxystate="valid"] {
2145 list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
2148 #page-proxy-favicon[pageproxystate="invalid"] {
2152 #identity-popup.chromeUI > #identity-popup-container > #identity-popup-icon {
2153 list-style-image: url("chrome://branding/content/icon64.png");
2156 #identity-popup-brandName {
2160 margin-bottom: .5em;
2163 #identity-popup-content-box {
2167 /* === END identity-block.inc.css === */
2169 #page-proxy-favicon {
2170 -moz-image-region: rect(0, 16px, 16px, 0);
2173 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box > #page-proxy-favicon {
2174 /* -moz-margin-end: 1px;*/
2177 #identity-box:hover > #page-proxy-favicon {
2178 -moz-image-region: rect(0, 32px, 16px, 16px);
2181 #identity-box:hover:active > #page-proxy-favicon,
2182 #identity-box[open=true] > #page-proxy-favicon {
2183 -moz-image-region: rect(0, 48px, 16px, 32px);
2186 #identity-box:hover {
2187 background-color: #FFCF00;
2191 #identity-box:hover:active,
2192 #identity-box[open=true] {
2193 background-color: #FF9F00;
2197 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover,
2198 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active,
2199 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] {
2200 background-color: #9C9CFF;
2204 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover,
2205 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active,
2206 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] {
2207 background-color: #008484;
2213 #treecolAutoCompleteImage {
2217 .ac-result-type-bookmark,
2218 .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
2219 list-style-image: url("chrome://browser/skin/places/bookmark.png");
2220 -moz-image-region: rect(0px 16px 16px 0px);
2225 richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type-bookmark,
2226 .autocomplete-treebody::-moz-tree-image(selected, current, bookmark, treecolAutoCompleteImage) {
2227 /* -moz-image-region: rect(0px 48px 16px 32px);*/
2230 .ac-result-type-keyword,
2231 .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage),
2232 richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-site-icon {
2233 list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon");
2238 .ac-result-type-keyword[selected="true"],
2239 .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected),
2240 richlistitem[type~="action"][actiontype="searchengine"][selected="true"] > .ac-title-box > .ac-site-icon {
2241 list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted");
2244 .ac-result-type-tag,
2245 .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
2246 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
2255 .ac-extra > .ac-comment {
2265 richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
2266 list-style-image: url("chrome://browser/skin/actionicon-tab.png");
2267 -moz-image-region: rect(0, 16px, 16px, 0);
2271 richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-box > .ac-action-icon {
2272 -moz-image-region: rect(16px, 16px, 32px, 0);
2275 .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
2279 .ac-comment[selected="true"],
2280 .ac-url-text[selected="true"],
2281 .ac-action-text[selected="true"] {
2282 color: inherit !important;
2285 .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
2286 .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment)
2292 .autocomplete-treebody::-moz-tree-cell(suggesthint) {
2293 border-top: 1px solid #9C9CFF;
2296 /* combined go/reload/stop button in location bar */
2298 #urlbar > toolbarbutton {
2299 -moz-margin-start: 0;
2301 background-origin: border-box;
2303 list-style-image: url("chrome://browser/skin/reload-stop-goFx.png");
2304 -moz-border-start: 1px solid #9C9CFF;
2307 #urlbar:-moz-locale-dir(ltr) > toolbarbutton {
2308 border-top-left-radius: 0px;
2309 border-bottom-left-radius: 0px;
2312 #urlbar:-moz-locale-dir(rtl) > toolbarbutton {
2313 border-top-right-radius: 0px;
2314 border-bottom-right-radius: 0px;
2317 #urlbar > toolbarbutton:not([disabled=true]):active:hover,
2318 #urlbar-reload-button:not(:hover) {
2319 -moz-border-start-style: none;
2320 -moz-padding-start: 3px;
2323 #urlbar-reload-button {
2324 -moz-image-region: rect(0px, 14px, 14px, 0px);
2327 #urlbar-reload-button[disabled=true] {
2328 -moz-image-region: rect(28px, 14px, 42px, 0px);
2331 #urlbar-reload-button:not([disabled=true]):hover {
2332 -moz-image-region: rect(14px, 14px, 28px, 0px);
2335 #urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
2336 transform: scaleX(-1);
2340 -moz-image-region: rect(0, 42px, 14px, 28px);
2343 #urlbar-go-button:hover {
2344 -moz-image-region: rect(14px, 42px, 28px, 28px);
2347 #urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
2348 transform: scaleX(-1);
2351 #urlbar-stop-button {
2352 -moz-image-region: rect(0px, 28px, 14px, 14px);
2355 #urlbar-stop-button:hover {
2356 -moz-image-region: rect(14px, 28px, 28px, 14px);
2359 /* popup blocker button */
2361 #page-report-button {
2362 list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png");
2363 -moz-image-region: rect(0, 16px, 16px, 0);
2366 #page-report-button:hover ,
2367 #page-report-button:hover:active,
2368 #page-report-button[open="true"] {
2369 -moz-image-region: rect(0, 32px, 16px, 16px);
2372 /* === BEGIN readinglist.inc.css === */
2374 /* Reading List button */
2376 #urlbar:not([focused]):not(:hover) #readinglist-addremove-button {
2381 #readinglist-addremove-button {
2382 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage");
2383 -moz-image-region: rect(0, 14px, 14px, 0);
2384 transition: width 150ms ease-in-out, opacity 150ms ease-in-out 150ms;
2389 #readinglist-addremove-button:hover {
2390 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage-hover");
2393 #readinglist-addremove-button:active {
2394 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage-active");
2397 #readinglist-addremove-button[already-added="true"] {
2398 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded");
2401 #readinglist-addremove-button[already-added="true"]:hover {
2402 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded-hover");
2405 #readinglist-addremove-button[already-added="true"]:active {
2406 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded-active");
2409 /* === END readinglist.inc.css === */
2411 /* Reader mode button */
2413 #reader-mode-button {
2414 list-style-image: url("chrome://browser/skin/readerMode.svg");
2415 -moz-image-region: rect(0, 16px, 16px, 0);
2418 #reader-mode-button:hover,
2419 #reader-mode-button[readeractive]:hover {
2420 -moz-image-region: rect(0, 32px, 16px, 16px);
2423 #reader-mode-button:hover:active,
2424 #reader-mode-button[readeractive] {
2425 -moz-image-region: rect(0, 48px, 16px, 32px);
2428 /* social share panel */
2430 .social-share-frame {
2437 background-color: white;
2438 background-repeat: no-repeat;
2439 background-position: center center;
2441 #share-container[loading] {
2442 background-image: url(chrome://browser/skin/tabbrowser/pendingpaint.png);
2444 #share-container > browser {
2445 transition: opacity 150ms ease-in-out;
2448 #share-container[loading] > browser {
2452 .social-share-toolbar {
2453 border-bottom: 1px solid #9C9CFF;
2457 #social-share-provider-buttons {
2462 .share-provider-button {
2467 .share-provider-button > .toolbarbutton-text {
2470 .share-provider-button > .toolbarbutton-icon {
2476 toolbarbutton[type="socialmark"] > .toolbarbutton-icon {
2483 /* fixup corners for share panel */
2484 .social-panel > .social-panel-frame {
2485 border-radius: inherit;
2488 #social-share-panel {
2494 .social-share-frame {
2495 border-top-left-radius: 0;
2496 border-bottom-left-radius: inherit;
2497 border-top-right-radius: 0;
2498 border-bottom-right-radius: inherit;
2501 #social-share-panel > .social-share-toolbar {
2502 border-top-left-radius: inherit;
2503 border-top-right-radius: inherit;
2506 #social-share-provider-buttons {
2507 border-top-left-radius: inherit;
2508 border-top-right-radius: inherit;
2511 /* social recommending panel */
2513 #social-mark-button {
2514 -moz-image-region: rect(0, 16px, 16px, 0);
2517 /* bookmarks menu-button */
2519 #bookmarks-menu-button.bookmark-item {
2520 list-style-image: url("chrome://browser/skin/places/bookmark.png");
2521 -moz-image-region: rect(0px 16px 16px 0px);
2524 #bookmarks-menu-button.bookmark-item[starred] {
2525 -moz-image-region: rect(0px 32px 16px 16px);
2528 #bookmarks-menu-button.bookmark-item > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
2529 -moz-margin-start: 5px;
2532 #bookmarks-menu-button[cui-areatype="toolbar"]:not(.bookmark-item):not([overflowedItem=true]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
2534 padding-bottom: 2px;
2537 #BMB_bookmarksPopup[side="top"],
2538 #BMB_bookmarksPopup[side="bottom"] {
2540 margin-right: -20px;
2543 #BMB_bookmarksPopup[side="left"],
2544 #BMB_bookmarksPopup[side="right"] {
2546 margin-bottom: -20px;
2549 /* bookmarking panel */
2551 #editBookmarkPanelStarIcon {
2552 list-style-image: url("chrome://browser/skin/places/starred48.png");
2557 #editBookmarkPanelStarIcon[unstarred] {
2558 list-style-image: url("chrome://browser/skin/places/unstarred48.png");
2561 #editBookmarkPanelTitle {
2565 #editBookmarkPanelHeader,
2566 #editBookmarkPanelContent {
2567 margin-bottom: .5em;
2570 /* Implements editBookmarkPanel resizing on folderTree un-collapse. */
2571 #editBMPanel_folderTree {
2578 border-top: 1px solid #9C9CFF;
2579 border-bottom-left-radius: 5px;
2580 border-bottom-right-radius: 5px;
2584 list-style-image: url("chrome://browser/skin/sync-notification-24.png");
2585 -moz-margin-end: 10px;
2586 vertical-align: middle;
2589 .panel-promo-closebutton {
2590 list-style-image: url("chrome://global/skin/icons/close-button.gif");
2591 -moz-margin-end: -3px;
2595 .panel-promo-closebutton:hover {
2596 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2599 .panel-promo-closebutton:hover:active {
2600 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2603 .panel-promo-closebutton > .toolbarbutton-text {
2607 /* ::::: content area ::::: */
2610 background-color: #9C9CFF;
2615 background-color: #000000;
2619 -moz-margin-start: 0;
2628 -moz-padding-start: 0px;
2631 #sidebar-header > .close-icon {
2632 /* padding: 4px 2px;
2635 list-style-image: url("chrome://global/skin/icons/close-button.gif");
2638 #sidebar-header > .close-icon:hover,
2639 #sidebar-header > .close-icon:hover:active {
2640 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2643 #sidebar-splitter:-moz-locale-dir(ltr),
2644 #sidebar:-moz-locale-dir(ltr) {
2645 border-radius: 0 5px 0 0;
2648 #sidebar-splitter:-moz-locale-dir(rtl),
2649 #sidebar:-moz-locale-dir(rtl) {
2650 border-radius: 5px 0 0 0;
2653 .browserContainer > findbar {
2655 background-color: -moz-dialog;
2656 color: -moz-DialogText;
2665 -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar");
2668 #TabsToolbar .toolbar-holder {
2669 background-color: #000000; /* correct effect of being an actual toolbar */
2672 #main-window[disablechrome] #TabsToolbar,
2673 #TabsToolbar[tabsontop="false"] {
2674 border-bottom: 1px solid #008484;
2677 /* === BEGIN tabs.inc.css === */
2680 /* --tab-toolbar-navbar-overlap: 1px; */
2681 /* --tab-min-height: 31px; */
2682 /* --tab-curve-width: 30px; */
2683 /* --tab-curve-half-width: 15px; */
2687 .tabs-newtab-button,
2688 #TabsToolbar > #new-tab-button {
2693 padding: 1px 4px 2px;
2696 .tabbrowser-tab:first-of-type {
2697 -moz-margin-start: 2px;
2700 .tabs-newtab-button,
2701 #TabsToolbar > #new-tab-button {
2702 border-radius: 8px 8px 0px 0px;
2703 -moz-margin-start: 0;
2706 .tabs-newtab-button:not(:hover),
2707 #TabsToolbar > #new-tab-button:not(:hover) {
2708 background-color: #C09070;
2711 .tabbrowser-tab[remote] {
2712 text-decoration: underline;
2715 /* The selected tab should appear above adjacent tabs, .tabs-newtab-button and the highlight of #nav-bar */
2716 .tabbrowser-tab[visuallyselected=true] {
2717 /* position: relative;
2721 .tab-background-middle {
2727 .tab-content[pinned] {
2739 -moz-margin-end: 3px;
2743 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
2749 /* margin-top: 10px; */
2750 -moz-margin-start: -16px;
2754 .tab-icon-overlay[crashed] {
2756 list-style-image: url("chrome://browser/skin/tabbrowser/crashed.svg");
2759 .tab-throbber[busy] {
2760 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim-connect.png");
2763 .tab-throbber[progress] {
2764 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png");
2767 .tab-throbber[pinned],
2768 .tab-icon-image[pinned] {
2769 -moz-margin-start: 2px;
2770 -moz-margin-end: 2px;
2774 /* this needs to add up to the 16px of the icon image */
2776 margin-top: 2px !important;
2777 margin-bottom: 2px !important;
2786 .tabs-newtab-button {
2787 /* overlap the tab curves */
2790 .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox {
2794 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]),
2795 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) {
2798 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:-moz-locale-dir(rtl),
2799 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:-moz-locale-dir(ltr) {
2802 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]) {
2805 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) {
2808 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator[collapsed],
2809 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator[collapsed] {
2812 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator,
2813 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator {
2816 .tab-background-start[visuallyselected=true]::after,
2817 .tab-background-start[visuallyselected=true]::before,
2818 .tab-background-start,
2819 .tab-background-end,
2820 .tab-background-end[visuallyselected=true]::after,
2821 .tab-background-end[visuallyselected=true]::before {
2824 .tabbrowser-tab:not([visuallyselected=true]),
2825 .tabbrowser-tab:-moz-lwtheme {
2828 /* tabbrowser-tab focus ring */
2829 .tabbrowser-tab:focus {
2830 outline: 1px dotted;
2835 .tabbrowser-tab[visuallyselected="true"] {
2838 /* End selected tab */
2840 /* Tab pointer-events */
2843 pointer-events: none;
2846 .tab-background-middle,
2847 .tabs-newtab-button,
2849 pointer-events: auto;
2854 .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
2855 background-color: #E7ADE7;
2858 .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
2859 background-color: #3333FF;
2863 /* New tab button */
2865 .tabs-newtab-button {
2867 /* width: calc(36px + var(--tab-curve-width)); */
2870 /* === END tabs.inc.css === */
2874 * Decrease the height of the hoverable region of background tabs whenever the tabs are at the top
2875 * of the window (e.g. no menubar, tabs in titlebar, etc.) to make it easier to drag the window by
2876 * the titlebar. We don't need this in fullscreen since window dragging is not an issue there.
2878 #main-window[tabsintitlebar][sizemode=normal] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar .tab-background-middle:not([visuallyselected=true]) {
2879 /* clip-path: url(chrome://browser/content/browser.xul#tab-hover-clip-path);*/
2882 /* Tab DnD indicator */
2883 .tab-drop-indicator {
2884 list-style-image: url("chrome://browser/skin/tabbrowser/tabDragIndicator.png");
2885 margin-bottom: -11px;
2888 /* Tab close button */
2890 list-style-image: url("chrome://global/skin/icons/close-button.gif");
2893 .tab-close-button:hover,
2894 .tab-close-button:hover[selected="true"] {
2895 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2898 .tab-close-button:hover:active,
2899 .tab-close-button:hover:active[selected="true"] {
2900 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2903 /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
2905 .tabbrowser-arrowscrollbox > .scrollbutton-up,
2906 .tabbrowser-arrowscrollbox > .scrollbutton-down {
2910 background-origin: border-box;
2913 #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2914 #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2915 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext,
2916 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext {
2919 .tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
2920 .tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
2923 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),
2924 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) {
2925 /* transform: scaleX(-1);*/
2928 .tabbrowser-arrowscrollbox > .scrollbutton-down {
2929 transition: 1s background-color ease-out;
2932 .tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
2933 background-color: #008484;
2936 .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]),
2937 .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) {
2938 /* border-width: 0 2px 0 0;
2939 border-style: solid;
2940 border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;*/
2943 .tabs-newtab-button > .toolbarbutton-icon {
2945 margin-bottom: -1px;
2948 .tabs-newtab-button,
2949 #TabsToolbar > #new-tab-button,
2950 #TabsToolbar > toolbarpaletteitem > #new-tab-button,
2951 #TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] {
2952 list-style-image: url("chrome://browser/skin/tabbrowser/newtabFx.png");
2953 -moz-image-region: rect(0, 16px, 18px, 0);
2956 .tabs-newtab-button,
2957 .tabs-newtab-button:hover,
2958 #TabsToolbar > #new-tab-button,
2959 #TabsToolbar > #new-tab-button:hover {
2960 -moz-image-region: rect(0, 32px, 18px, 16px);
2963 #main-window[tabsintitlebar]:not([inFullscreen]) .tabs-newtab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2964 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2965 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2966 .tabs-newtab-button:-moz-lwtheme-brighttext,
2967 #TabsToolbar > #new-tab-button:-moz-lwtheme-brighttext,
2968 #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-lwtheme-brighttext {
2971 #TabsToolbar > #new-tab-button {
2976 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
2979 #alltabs-button:hover,
2980 #alltabs-button:hover:active,
2981 #alltabs-button[open="true"] {
2982 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
2985 #main-window[tabsintitlebar]:not([inFullscreen]) #alltabs-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2986 #alltabs-button:-moz-lwtheme-brighttext {
2989 #alltabs-button > .toolbarbutton-icon {
2993 #alltabs-button > .toolbarbutton-menu-dropmarker {
2997 /* All tabs menupopup */
2998 .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
2999 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
3000 -moz-image-region: auto;
3003 .alltabs-item[selected="true"] {
3007 .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
3008 list-style-image: url("chrome://global/skin/icons/loading.gif");
3011 .alltabs-item[tabIsVisible]:not([_moz-menuactive="true"]) {
3012 background-color: #402800;
3015 toolbarbutton.chevron {
3016 list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
3019 toolbarbutton.chevron:hover {
3020 list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important;
3023 toolbar[brighttext] toolbarbutton.chevron {
3024 list-style-image: url("chrome://global/skin/toolbar/chevron-inverted.png") !important;
3027 toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon,
3028 toolbarbutton.chevron:-moz-locale-dir(rtl):hover > .toolbarbutton-icon {
3029 transform: scaleX(-1);
3032 toolbarbutton.chevron > .toolbarbutton-text,
3033 toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
3037 toolbarbutton.chevron > .toolbarbutton-icon {
3041 #sidebar-throbber[loading="true"] {
3042 list-style-image: url("chrome://global/skin/icons/loading.gif");
3043 -moz-margin-end: 4px;
3046 /* Bookmarks toolbar */
3047 #PlacesToolbarDropIndicator {
3048 list-style-image: url("chrome://communicator/skin/bookmarks/toolbarDropMarker.png");
3051 toolbarbutton.bookmark-item[dragover="true"][open="true"] {
3052 background-color: #008484 !important;
3053 color: #FFCF00 !important;
3056 /* rules for menupopup drop indicators */
3057 .menupopup-drop-indicator-bar {
3059 /* these two margins must together compensate the indicator's height */
3061 margin-bottom: -1px;
3064 .menupopup-drop-indicator {
3065 list-style-image: none;
3067 -moz-margin-end: -4em;
3068 background-color: #008484;
3071 /* ::::: Identity Indicator Styling ::::: */
3074 #identity-popup-icon {
3078 list-style-image: url("chrome://browser/skin/identity.png");
3079 -moz-image-region: rect(0px, 64px, 64px, 0px);
3082 #identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
3083 -moz-image-region: rect(64px, 64px, 128px, 0px);
3086 #identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
3087 -moz-image-region: rect(128px, 64px, 192px, 0px);
3090 /* Popup Body Text */
3091 .identity-popup-description {
3092 white-space: pre-wrap;
3093 -moz-padding-start: 15px;
3097 .identity-popup-label {
3098 white-space: pre-wrap;
3099 -moz-padding-start: 15px;
3103 #identity-popup-content-host,
3104 #identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
3108 #identity-popup-content-host {
3115 #identity-popup-content-owner {
3117 margin-bottom: 0 !important;
3122 .verifiedDomain > #identity-popup-content-owner {
3123 font-weight: normal;
3126 #identity-popup-content-verifier {
3130 #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
3131 #identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
3133 -moz-margin-start: -24px;
3136 #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon ,
3137 #identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon {
3138 list-style-image: url("chrome://browser/skin/Secure24.png");
3141 #identity-popup-help-icon {
3143 margin: 7px 0 0 -3px;
3146 list-style-image: url("chrome://global/skin/icons/question-16.png");
3150 #identity-popup-help-icon > .button-box > .button-text {
3154 #identity-popup-help-icon > .button-box > .button-icon {
3159 #identity-popup-more-info-button {
3165 #identity-popup > .panel-arrowcontainer > .panel-arrowcontent {
3169 #identity-popup-container {
3174 #identity-popup-button-container {
3175 /* background: linear-gradient(to bottom, rgba(0,0,0,0.04) 60%, transparent);*/
3180 .popup-notification-icon {
3183 -moz-margin-end: 10px;
3186 .popup-notification-icon[popupid="geolocation"] {
3187 list-style-image: url("chrome://browser/skin/Geolocation-64.png");
3190 .popup-notification-icon[popupid="xpinstall-disabled"],
3191 .popup-notification-icon[popupid="addon-progress"],
3192 .popup-notification-icon[popupid="addon-install-blocked"],
3193 .popup-notification-icon[popupid="addon-install-failed"],
3194 .popup-notification-icon[popupid="addon-install-confirmation"],
3195 .popup-notification-icon[popupid="addon-install-complete"] {
3196 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
3201 .popup-notification-icon[popupid="click-to-play-plugins"] {
3202 list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked-64.png");
3205 .popup-notification-icon[popupid="web-notifications"] {
3206 list-style-image: url("chrome://browser/skin/notification-64.png");
3209 .popup-notification-icon[popupid="indexedDB-permissions-prompt"],
3210 .popup-notification-icon[popupid*="offline-app-requested"],
3211 .popup-notification-icon[popupid="offline-app-usage"] {
3212 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
3215 .popup-notification-icon[popupid="password"] {
3216 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
3219 .popup-notification-icon[popupid="webapps-install-progress"],
3220 .popup-notification-icon[popupid="webapps-install"] {
3221 list-style-image: url("chrome://global/skin/icons/webapps-64.png");
3224 .popup-notification-icon[popupid="bad-content"] {
3225 list-style-image: url("chrome://browser/skin/bad-content-blocked-64.png");
3228 .popup-notification-icon[popupid="bad-content"][mixedblockdisabled],
3229 .popup-notification-icon[popupid="bad-content"][trackingblockdisabled] {
3230 list-style-image: url(chrome://browser/skin/bad-content-unblocked-64.png);
3233 .popup-notification-icon[popupid="webRTC-sharingDevices"],
3234 .popup-notification-icon[popupid="webRTC-shareDevices"] {
3235 list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
3238 .popup-notification-icon[popupid="webRTC-sharingMicrophone"],
3239 .popup-notification-icon[popupid="webRTC-shareMicrophone"] {
3240 list-style-image: url("chrome://browser/skin/webRTC-shareMicrophone-64.png");
3243 .popup-notification-icon[popupid="webRTC-sharingScreen"],
3244 .popup-notification-icon[popupid="webRTC-shareScreen"] {
3245 list-style-image: url(chrome://browser/skin/webRTC-shareScreen-64.png);
3248 .popup-notification-icon[popupid="pointerLock"] {
3249 list-style-image: url("chrome://browser/skin/pointerLock-64.png");
3252 /* Notification icon box */
3253 #notification-popup .panel-promo-box {
3254 /* margin: 10px -10px -10px; */
3257 #notification-popup-box {
3259 background-color: #000000;
3260 background-clip: padding-box;
3263 border-radius: 3px 0 0 3px;
3264 border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0;
3265 -moz-margin-end: -8px;
3266 border-right-width: 8px;
3269 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar > #notification-popup-box {
3270 /* padding-left: 7px; */
3273 #notification-popup-box:-moz-locale-dir(rtl),
3274 .notification-anchor-icon:-moz-locale-dir(rtl) {
3275 transform: scaleX(-1);
3278 .notification-anchor-icon {
3284 .notification-anchor-icon:-moz-focusring {
3285 outline: 1px dotted #008484;
3288 .default-notification-icon,
3289 #default-notification-icon {
3290 list-style-image: url("chrome://global/skin/icons/information-16.png");
3293 .identity-notification-icon,
3294 #identity-notification-icon {
3295 list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
3298 .geo-notification-icon,
3299 #geo-notification-icon {
3300 list-style-image: url("chrome://browser/skin/Geolocation-16.png");
3303 #addons-notification-icon {
3304 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
3307 .indexedDB-notification-icon,
3308 #indexedDB-notification-icon {
3309 list-style-image: url("chrome://global/skin/icons/question-16.png");
3312 #password-notification-icon {
3313 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
3316 #webapps-notification-icon {
3317 list-style-image: url("chrome://gobal/skin/icons/webapps-16.png");
3320 #plugins-notification-icon {
3321 list-style-image: url("chrome://browser/skin/notification-pluginNormal.png");
3324 #plugins-notification-icon.plugin-hidden {
3325 list-style-image: url("chrome://browser/skin/notification-pluginAlert.png");
3328 #plugins-notification-icon.plugin-blocked {
3329 list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
3332 #plugins-notification-icon {
3333 /* -moz-image-region: rect(0, 16px, 16px, 0);*/
3336 #plugins-notification-icon:hover {
3337 /* -moz-image-region: rect(0, 32px, 16px, 16px);*/
3340 #notification-popup-box[hidden] {
3341 /* Override display:none to make the pluginBlockedNotification animation work
3342 when showing the notification repeatedly. */
3344 visibility: collapse;
3347 #plugins-notification-icon.plugin-blocked[showing] {
3348 animation: pluginBlockedNotification 500ms ease 0s 5 alternate both;
3351 @keyframes pluginBlockedNotification {
3360 .bad-content-blocked-notification-icon,
3361 #bad-content-blocked-notification-icon {
3362 list-style-image: url("chrome://browser/skin/bad-content-blocked-16.png");
3365 .bad-content-unblocked-notification-icon,
3366 #bad-content-unblocked-notification-icon {
3367 list-style-image: url(chrome://browser/skin/bad-content-unblocked-16.png);
3370 .webRTC-shareDevices-notification-icon,
3371 #webRTC-shareDevices-notification-icon {
3372 list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
3375 .webRTC-sharingDevices-notification-icon,
3376 #webRTC-sharingDevices-notification-icon {
3377 list-style-image: url("chrome://browser/skin/webRTC-sharingDevice-16.png");
3380 .webRTC-shareMicrophone-notification-icon,
3381 #webRTC-shareMicrophone-notification-icon {
3382 list-style-image: url("chrome://browser/skin/webRTC-shareMicrophone-16.png");
3385 .webRTC-sharingMicrophone-notification-icon,
3386 #webRTC-sharingMicrophone-notification-icon {
3387 list-style-image: url("chrome://browser/skin/webRTC-sharingMicrophone-16.png");
3390 .webRTC-shareScreen-notification-icon,
3391 #webRTC-shareScreen-notification-icon {
3392 list-style-image: url(chrome://browser/skin/webRTC-shareScreen-16.png);
3395 .webRTC-sharingScreen-notification-icon,
3396 #webRTC-sharingScreen-notification-icon {
3397 list-style-image: url(chrome://browser/skin/webRTC-sharingScreen-16.png);
3400 .web-notifications-notification-icon,
3401 #web-notifications-notification-icon {
3402 list-style-image: url("chrome://browser/skin/notification-16.png");
3405 #pointerLock-notification-icon {
3406 list-style-image: url("chrome://browser/skin/pointerLock-16.png");
3408 #pointerLock-cancel {
3412 /* Translation infobar */
3414 /* === BEGIN infobar.inc.css === */
3416 notification[value="translation"] .messageImage {
3417 list-style-image: url("chrome://browser/skin/translation-16.png");
3418 -moz-image-region: rect(0, 32px, 16px, 16px);
3421 @media (min-resolution: 1.25dppx) {
3422 notification[value="translation"] .messageImage {
3423 list-style-image: url("chrome://browser/skin/translation-16@2x.png");
3424 -moz-image-region: rect(0, 64px, 32px, 32px);
3428 notification[value="translation"][state="translating"] .messageImage {
3429 list-style-image: url("chrome://browser/skin/translating-16.png");
3430 -moz-image-region: auto;
3433 @media (min-resolution: 1.25dppx) {
3434 notification[value="translation"][state="translating"] .messageImage {
3435 list-style-image: url("chrome://browser/skin/translating-16@2x.png");
3439 notification[value="translation"] button,
3440 notification[value="translation"] menulist {
3444 notification[value="translation"] menulist > .menulist-dropmarker {
3447 .translation-menupopup arrowscrollbox {
3451 .translation-attribution {
3453 -moz-box-align: end;
3457 .translation-attribution > label {
3461 .translation-attribution > image {
3465 .translation-welcome-panel {
3469 .translation-welcome-logo {
3472 list-style-image: url(chrome://browser/skin/translation-16@2x.png);
3473 -moz-image-region: rect(0, 64px, 32px, 32px);
3476 .translation-welcome-content {
3477 -moz-margin-start: 16px;
3480 .translation-welcome-headline {
3485 .translation-welcome-body {
3490 /* === END infobar.inc.css === */
3492 notification[value="translation"] {
3496 .translate-notification-icon,
3497 #translate-notification-icon {
3498 list-style-image: url("chrome://browser/skin/translation-16.png");
3499 -moz-image-region: rect(0px, 16px, 16px, 0px);
3502 .translated-notification-icon,
3503 #translated-notification-icon {
3504 list-style-image: url("chrome://browser/skin/translation-16.png");
3505 -moz-image-region: rect(0px, 32px, 16px, 16px);
3508 .translation-menupopup {
3509 -moz-appearance: none;
3512 /* Loop/ Hello browser styles */
3514 notification[value="loop-sharing-notification"] .button-menubutton-button {
3520 notification[value="loop-sharing-notification"] .messageImage {
3521 list-style-image: url(chrome://browser/skin/webRTC-shareScreen-16.png);
3524 /* Bookmarks roots menu-items */
3525 #subscribeToPageMenuitem:not([disabled]),
3526 #subscribeToPageMenupopup,
3527 #BMB_subscribeToPageMenuitem:not([disabled]),
3528 #BMB_subscribeToPageMenupopup {
3529 list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
3532 #bookmarksToolbarFolderMenu,
3533 #BMB_bookmarksToolbar,
3534 #panelMenu_bookmarksToolbar {
3535 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
3536 -moz-image-region: auto;
3539 #BMB_unsortedBookmarks,
3540 #panelMenu_unsortedBookmarks {
3541 list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png");
3542 -moz-image-region: auto;
3547 list-style-image: url("chrome://browser/skin/readinglist/readinglist-icon.svg");
3548 -moz-image-region: auto;
3554 list-style-image: url("chrome://browser/content/pocket/panels/img/pocketmenuitem16.png");
3557 /* ::::: Keyboard UI Panel ::::: */
3562 border-radius: 20px;
3565 .KUI-panel[level="top"] {
3566 /*background-color: rgba(27%,27%,27%,.65);*/
3572 padding: 20px 10px 10px;
3576 .ctrlTab-favicon[src] {
3577 background-color: #000000;
3583 .ctrlTab-preview-inner > .tabPreview-canvas {
3586 .ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas {
3590 .ctrlTab-preview-inner {
3591 padding-bottom: 10px;
3594 #ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
3596 background-color: #000000;
3597 border-radius: .5em;
3600 .ctrlTab-preview:focus > * > .ctrlTab-preview-inner {
3602 background-color: #000000;
3605 border: 2px solid #9C9CFF;
3606 border-radius: .5em;
3609 .ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner {
3610 margin: -10px -10px 0;
3622 background: url("chrome://browser/content/abouthome/sync.png") top left no-repeat;
3630 .sync-panel-button-box {
3634 #sync-error-panel-title,
3635 #sync-start-panel-title {
3641 #sync-start-panel-subtitle,
3642 #sync-error-panel-subtitle {
3648 .statuspanel-label {
3651 background: #404000;
3652 border: 1px none #9C9CFF;
3653 border-top-style: solid;
3658 .statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
3659 .statuspanel-label:-moz-locale-dir(rtl)[mirror] {
3660 border-right-style: solid;
3661 border-top-right-radius: .3em;
3665 .statuspanel-label:-moz-locale-dir(rtl):not([mirror]),
3666 .statuspanel-label:-moz-locale-dir(ltr)[mirror] {
3667 border-left-style: solid;
3668 border-top-left-radius: .3em;
3672 /* HACK to abolish devily color on main content */
3675 background-color: transparent !important;
3678 #full-screen-warning-message {
3679 background-color: #000000;
3684 box-shadow: 0 0 2px #9C9CFF;
3687 #full-screen-warning-container[obscure-browser] {
3688 background-color: rgba(0,0,0,0.3);
3691 .full-screen-description {
3695 #full-screen-domain-text {
3699 .full-screen-approval-button,
3700 #full-screen-remember-decision {
3704 /* === BEGIN commandline.inc.css === */
3706 /* Developer toolbar */
3708 #developer-toolbar {
3709 border-top: 3px solid #000000;
3710 border-bottom: none;
3713 #developer-toolbar .toolbar-holder {
3714 background-color: #8050B0;
3718 #developer-toolbar .toolbar-holder {
3719 background-color: #8050B0;
3723 #developer-toolbar .toolbar-startcap,
3724 #developer-toolbar .toolbar-endcap{
3725 background-color: #6000CF;
3728 #developer-toolbar {
3730 min-height: 32px; */
3733 #developer-toolbar > toolbarbutton {
3739 .developer-toolbar-button > image {
3740 /* margin: auto 10px; */
3743 #developer-toolbar-toolbox-button > label {
3747 .developer-toolbar-button > .toolbarbutton-icon,
3748 #developer-toolbar-closebutton > .toolbarbutton-icon {
3753 #developer-toolbar-toolbox-button {
3754 list-style-image: url("chrome://browser/skin/devtools/toggle-tools.png");
3755 -moz-image-region: rect(0px, 16px, 16px, 0px);
3758 #developer-toolbar-toolbox-button > label {
3762 #developer-toolbar-toolbox-button:hover,
3763 #developer-toolbar-toolbox-button:hover:active,
3764 #developer-toolbar-toolbox-button[checked=true] {
3765 -moz-image-region: rect(0px, 32px, 16px, 16px);
3768 @media (min-resolution: 2dppx) {
3769 #developer-toolbar-toolbox-button {
3770 list-style-image: url("chrome://browser/skin/devtools/toggle-tools@2x.png");
3771 -moz-image-region: rect(0px, 32px, 32px, 0px);
3774 #developer-toolbar-toolbox-button:hover,
3775 #developer-toolbar-toolbox-button:hover:active,
3776 #developer-toolbar-toolbox-button[checked=true] {
3777 -moz-image-region: rect(0px, 64px, 32px, 32px);
3781 #developer-toolbar-closebutton {
3782 list-style-image: url("chrome://browser/skin/devtools/close.png");
3783 -moz-image-region: rect(0px, 16px, 16px, 0px);
3788 #developer-toolbar-closebutton > .toolbarbutton-icon {
3791 #developer-toolbar-closebutton > .toolbarbutton-text {
3795 #developer-toolbar-closebutton:hover,
3796 #developer-toolbar-closebutton:hover:active {
3797 -moz-image-region: rect(0px, 32px, 16px, 16px);
3800 @media (min-resolution: 2dppx) {
3801 #developer-toolbar-closebutton {
3802 list-style-image: url("chrome://browser/skin/devtools/close@2x.png");
3803 -moz-image-region: rect(0px, 32px, 32px, 0px);
3806 #developer-toolbar-closebutton:hover,
3807 #developer-toolbar-closebutton:hover:active {
3808 -moz-image-region: rect(0px, 64px, 32px, 32px);
3814 html|*#gcli-tooltip-frame,
3815 html|*#gcli-output-frame {
3818 background-color: transparent;
3824 background-color: transparent;
3827 .gclitoolbar-input-node,
3828 .gclitoolbar-complete-node {
3830 -moz-box-align: center;
3834 background-color: transparent;
3837 .gclitoolbar-input-node {
3838 /* line-height: 32px;
3839 outline-style: none; */
3840 background-repeat: no-repeat;
3841 background-color: rgba(0, 0, 0, .75);
3844 .gclitoolbar-input-node[focused="true"] {
3845 background-color: #000000;
3848 .gclitoolbar-input-node::before {
3850 display: inline-block;
3851 -moz-box-ordinal-group: 0;
3855 background-image: url("chrome://browser/skin/devtools/commandline-icon.png");
3856 background-position: 0 center;
3857 background-size: 32px 16px;
3860 .gclitoolbar-input-node[focused="true"]::before {
3861 background-position: -16px center;
3864 @media (min-resolution: 2dppx) {
3865 .gclitoolbar-input-node::before {
3866 background-image: url("chrome://browser/skin/devtools/commandline-icon@2x.png");
3870 .gclitoolbar-input-node:not([focused="true"]) {
3871 border-color: transparent;
3874 .gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
3875 background-color: #008484;
3880 .gclitoolbar-complete-node {
3882 background-color: transparent;
3885 pointer-events: none;
3888 .gcli-in-incomplete,
3892 .gcli-in-closebrace,
3899 .gcli-in-incomplete {
3900 border-bottom: 2px dotted #8050B0;
3904 border-bottom: 2px dotted #FF0000;
3915 .gcli-in-closebrace {
3919 /* === END commandline.inc.css === */
3921 /* === BEGIN responsivedesign.inc.css === */
3923 /* Responsive Mode */
3925 .browserContainer[responsivemode] {
3926 background-color: #221500;
3927 padding: 0 20px 20px 20px;
3930 .browserStack[responsivemode] {
3931 box-shadow: 0 0 7px #9C9CFF;
3934 .devtools-responsiveui-toolbar {
3935 background: transparent;
3936 /* text color is textColor from dark theme, since no theme is applied to
3937 * the responsive toolbar.
3943 border-bottom-width: 0;
3946 .devtools-responsiveui-menulist,
3947 .devtools-responsiveui-toolbarbutton {
3948 -moz-box-align: center;
3950 /* min-height: 22px;*/
3951 /* margin: 0 3px; */
3954 .devtools-responsiveui-menulist .menulist-editable-box {
3955 background-color: transparent;
3958 .devtools-responsiveui-menulist html|*.menulist-editable-input {
3963 .devtools-responsiveui-menulist html|*.menulist-editable-input::-moz-selection {
3964 /* background: hsla(212,7%,57%,.35);*/
3967 .devtools-responsiveui-toolbarbutton > .toolbarbutton-icon {
3972 .devtools-responsiveui-toolbarbutton > .toolbarbutton-menubutton-button {
3973 -moz-box-orient: horizontal;
3976 .devtools-responsiveui-menulist:-moz-focusring,
3977 .devtools-responsiveui-toolbarbutton:-moz-focusring {
3978 /* outline: 1px dotted hsla(210,30%,85%,0.7);
3979 outline-offset: -4px;*/
3982 .devtools-responsiveui-toolbarbutton:not([label]) > .toolbarbutton-text {
3986 .devtools-responsiveui-toolbarbutton:not([checked=true]):hover:active {
3987 /* border-color: hsla(210,8%,5%,.6);
3988 background: linear-gradient(hsla(220,6%,10%,.3), hsla(212,7%,57%,.15) 65%, hsla(212,7%,57%,.3));
3989 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); */
3992 .devtools-responsiveui-menulist[open=true],
3993 .devtools-responsiveui-toolbarbutton[open=true],
3994 .devtools-responsiveui-toolbarbutton[checked=true] {
3995 /* border-color: hsla(210,8%,5%,.6) !important;
3996 background: linear-gradient(hsla(220,6%,10%,.6), hsla(210,11%,18%,.45) 75%, hsla(210,11%,30%,.4));
3997 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); */
4000 .devtools-responsiveui-toolbarbutton[checked=true] {
4001 /* color: hsl(208,100%,60%); */
4004 .devtools-responsiveui-toolbarbutton[checked=true]:hover {
4005 /* background-color: transparent !important;*/
4008 .devtools-responsiveui-toolbarbutton[checked=true]:hover:active {
4009 /* background-color: hsla(210,8%,5%,.2) !important;*/
4012 .devtools-responsiveui-menulist > .menulist-label-box {
4016 .devtools-responsiveui-menulist > .menulist-dropmarker {
4017 /* display: -moz-box;
4018 background-color: transparent;
4019 list-style-image: url("chrome://browser/skin/devtools/dropmarker.svg");
4020 -moz-box-align: center;
4025 .devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-button {
4028 -moz-border-end: 1px solid hsla(210,8%,5%,.45);
4029 box-shadow: -1px 0 0 hsla(210,16%,76%,.15) inset, 1px 0 0 hsla(210,16%,76%,.15);*/
4032 .devtools-responsiveui-toolbarbutton[type=menu-button]:-moz-locale-dir(rtl) > .toolbarbutton-menubutton-button {
4033 /* box-shadow: 1px 0 0 hsla(210,16%,76%,.15) inset, -1px 0 0 hsla(210,16%,76%,.15);*/
4036 .devtools-responsiveui-toolbarbutton[type=menu-button] {
4037 /* padding: 0 1px;*/
4038 -moz-box-align: stretch;
4041 .devtools-responsiveui-toolbarbutton[type=menu] > .toolbarbutton-menu-dropmarker,
4042 .devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-dropmarker {
4043 /* list-style-image: url("chrome://browser/skin/devtools/dropmarker.svg");
4044 -moz-box-align: center;
4048 .devtools-responsiveui-toolbar:-moz-locale-dir(ltr) > *:first-child,
4049 .devtools-responsiveui-toolbar:-moz-locale-dir(rtl) > *:last-child {
4053 .devtools-responsiveui-close {
4054 list-style-image: url("chrome://browser/skin/devtools/close.png");
4055 -moz-image-region: rect(0px,16px,16px,0px);
4058 .devtools-responsiveui-close:hover {
4059 -moz-image-region: rect(0px,32px,16px,16px);
4062 .devtools-responsiveui-rotate {
4063 list-style-image: url("chrome://browser/skin/devtools/responsiveui-rotate.png");
4064 -moz-image-region: rect(0px,16px,16px,0px);
4067 .devtools-responsiveui-rotate:hover {
4068 -moz-image-region: rect(0px,32px,16px,16px);
4071 @media (min-resolution: 2dppx) {
4072 .devtools-responsiveui-close {
4073 list-style-image: url("chrome://browser/skin/devtools/close@2x.png");
4076 .devtools-responsiveui-close:hover {
4077 -moz-image-region: rect(0px,64px,32px,32px);
4080 .devtools-responsiveui-rotate {
4081 list-style-image: url("chrome://browser/skin/devtools/responsiveui-rotate@2x.png");
4084 .devtools-responsiveui-rotate:hover {
4085 -moz-image-region: rect(0px,64px,32px,32px);
4089 .devtools-responsiveui-touch {
4090 list-style-image: url("chrome://browser/skin/devtools/responsiveui-touch.png");
4091 -moz-image-region: rect(0px,16px,16px,0px);
4094 .devtools-responsiveui-touch:hover,
4095 .devtools-responsiveui-touch[checked],
4096 .devtools-responsiveui-touch[checked]:hover {
4097 -moz-image-region: rect(0px,32px,16px,16px);
4100 @media (min-resolution: 2dppx) {
4101 .devtools-responsiveui-touch {
4102 list-style-image: url("chrome://browser/skin/devtools/responsiveui-touch@2x.png");
4103 -moz-image-region: rect(0px,32px,32px,0px);
4106 .devtools-responsiveui-touch:hover,
4107 .devtools-responsiveui-touch[checked],
4108 .devtools-responsiveui-touch[checked]:hover {
4109 -moz-image-region: rect(0px,64px,32px,32px);
4113 .devtools-responsiveui-screenshot {
4114 list-style-image: url("chrome://browser/skin/devtools/responsiveui-screenshot.png");
4115 -moz-image-region: rect(0px,16px,16px,0px);
4118 .devtools-responsiveui-screenshot:hover {
4119 -moz-image-region: rect(0px,32px,16px,16px);
4122 @media (min-resolution: 2dppx) {
4123 .devtools-responsiveui-screenshot {
4124 list-style-image: url("chrome://browser/skin/devtools/responsiveui-screenshot@2x.png");
4127 .devtools-responsiveui-screenshot:hover {
4128 -moz-image-region: rect(0px,64px,32px,32px);
4132 .devtools-responsiveui-resizebarV {
4136 transform: translate(12px, -12px);
4137 background-size: cover;
4138 background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer.png");
4141 .devtools-responsiveui-resizebarH {
4145 transform: translate(-12px, 12px);
4146 background-size: cover;
4147 background-image: url("chrome://browser/skin/devtools/responsive-horizontal-resizer.png");
4150 .devtools-responsiveui-resizehandle {
4154 transform: translate(12px, 12px);
4155 background-size: cover;
4156 background-image: url("chrome://browser/skin/devtools/responsive-se-resizer.png");
4159 /* FxOS custom mode with additional buttons and phone look'n feel */
4161 /* Hide devtools manual resizer */
4162 .browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizehandle,
4163 .browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizebarH,
4164 .browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizebarV {
4168 /* Gives responsive mode a phone look'n feel */
4169 .browserStack[responsivemode].fxos-mode {
4170 padding: 60px 15px 0;
4172 border-radius: 25px / 20px;
4173 border-bottom-left-radius: 0;
4174 border-bottom-right-radius: 0;
4175 border: 1px solid #FFFFFF;
4176 border-bottom-width: 0;
4178 background-color: #353535;
4180 box-shadow: 0 3px 0.7px 1px #777777, 0 5px rgba(0, 0, 0, 0.4) inset;
4182 background-image: linear-gradient(to right, #111 11%, #333 56%);
4186 .devtools-responsiveui-hardware-buttons {
4187 -moz-appearance: none;
4190 border: 1px solid #FFFFFF;
4191 border-bottom-left-radius: 25px;
4192 border-bottom-right-radius: 25px;
4193 border-top-width: 0;
4195 box-shadow: 0 3px 0.7px 1px #777777, 0 -7px rgba(0, 0, 0, 0.4) inset;
4197 background-image: linear-gradient(to right, #111 11%, #333 56%);
4200 .devtools-responsiveui-home-button {
4203 list-style-image: url("chrome://browser/skin/devtools/responsiveui-home.png");
4206 .devtools-responsiveui-sleep-button {
4207 -moz-appearance: none;
4208 /* compensate browserStack top padding */
4216 border: 1px solid #444;
4217 border-top-right-radius: 12px;
4218 border-top-left-radius: 12px;
4219 border-bottom-color: transparent;
4221 background-image: linear-gradient(to top, #111 11%, #333 56%);
4224 .devtools-responsiveui-sleep-button:hover:active {
4225 background-image: linear-gradient(to top, #aaa 11%, #ddd 56%);
4228 .devtools-responsiveui-volume-buttons {
4232 .devtools-responsiveui-volume-up-button,
4233 .devtools-responsiveui-volume-down-button {
4234 -moz-appearance: none;
4235 border: 1px solid red;
4239 border: 1px solid #444;
4240 border-right-color: transparent;
4242 background-image: linear-gradient(to right, #111 11%, #333 56%);
4245 .devtools-responsiveui-volume-up-button:hover:active,
4246 .devtools-responsiveui-volume-down-button:hover:active {
4247 background-image: linear-gradient(to right, #aaa 11%, #ddd 56%);
4250 .devtools-responsiveui-volume-up-button {
4251 border-top-left-radius: 12px;
4254 .devtools-responsiveui-volume-down-button {
4255 border-bottom-left-radius: 12px;
4258 @media (min-resolution: 2dppx) {
4259 .devtools-responsiveui-resizebarV {
4260 background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer@2x.png");
4263 .devtools-responsiveui-resizebarH {
4264 background-image: url("chrome://browser/skin/devtools/responsive-horizontal-resizer@2x.png");
4267 .devtools-responsiveui-resizehandle {
4268 background-image: url("chrome://browser/skin/devtools/responsive-se-resizer@2x.png");
4272 /* === END responsivedesign.inc.css === */
4274 /* === including indicator.css is done at the start of the file === */
4278 #developer-toolbar-toolbox-button[error-count]:before {
4282 background-color: #FF0000;
4284 -moz-margin-end: 5px;
4287 /* Social toolbar item */
4289 #social-notification-icon-mentions {
4290 background-color: #000000;
4292 -moz-margin-start: 2px;
4295 #social-notification-icon-mentions:hover {
4296 background-color: #FFCF00;
4299 #social-notification-icon-mentions[open="true"] {
4300 background-color: #FF9F00;
4303 #social-sidebar-splitter {
4307 .popup-notification-icon[popupid="servicesInstall"] {
4308 list-style-image: url("chrome://browser/skin/social/services-64.png");
4310 #servicesInstall-notification-icon {
4311 list-style-image: url("chrome://browser/skin/social/services-16.png");
4313 #social-undoactivation-button {
4314 -moz-margin-start: 0; /* override default label margin to match description margin */
4317 #socialActivatedNotification .popup-notification-button-container {
4321 .social-activation-icon {
4328 #social-activation-message {
4332 #social-activation-message > label {
4336 /* social toolbar provider menu */
4337 .social-statusarea-popup {
4340 margin-right: -12px;
4343 .social-statusarea-user {
4344 border-bottom: 1px solid #9C9CFF;
4345 background-color: #000000;
4351 .social-statusarea-user-portrait {
4358 .social-statusarea-loggedInStatus {
4359 background: transparent;
4364 list-style-image: none;
4367 #social-statusarea-user[_moz-menuactive] > vbox > .social-statusarea-loggedInStatus {
4368 text-decoration: underline;
4371 .social-panel > .panel-arrowcontainer > .panel-arrowcontent {
4375 .social-panel-frame {
4376 border-radius: inherit;
4379 /* === BEGIN chat.inc.css === */
4381 #social-sidebar-header {
4385 #manage-share-providers,
4386 #social-sidebar-button {
4387 list-style-image: url("chrome://browser/skin/ToolbarFx.png");
4388 -moz-image-region: rect(0, 468px, 18px, 450px);
4391 #social-sidebar-button {
4392 -moz-appearance: none;
4397 #manage-share-providers > .toolbarbutton-icon,
4398 #social-sidebar-button > .toolbarbutton-icon {
4402 #manage-share-providers:hover,
4403 #manage-share-providers:hover:active,
4404 #social-sidebar-button:hover,
4405 #social-sidebar-button:hover:active {
4406 -moz-image-region: rect(18px, 468px, 36px, 450px);
4408 #social-sidebar-button > .toolbarbutton-menu-dropmarker {
4412 #social-sidebar-button[loading="true"] {
4413 list-style-image: url("chrome://global/skin/icons/loading.gif");
4416 #social-sidebar-favico {
4429 .chat-toolbarbutton {
4430 -moz-appearance: none;
4437 .chat-toolbarbutton:hover {
4438 /* background-color: rgba(255,255,255,.35);*/
4441 .chat-toolbarbutton:hover:active {
4442 /* background-color: rgba(255,255,255,.5);*/
4445 .chat-toolbarbutton > .toolbarbutton-text {
4449 .chat-toolbarbutton > .toolbarbutton-icon {
4454 .chat-close-button {
4455 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#close");
4458 .chat-close-button:-moz-any(:hover,:hover:active) {
4459 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#close-active");
4462 .chat-minimize-button {
4463 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#minimize");
4466 .chat-minimize-button:-moz-any(:hover,:hover:active) {
4467 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#minimize-active");
4471 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#expand");
4472 transform: rotate(180deg);
4475 .chat-swap-button:-moz-any(:hover,:hover:active) {
4476 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#expand-active");
4479 chatbar > chatbox > .chat-titlebar > .chat-swap-button {
4485 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
4491 background-color: #9C9CFF;
4499 border-bottom: 1px solid #008484;
4503 .chat-titlebar > .notification-anchor-icon {
4508 .chat-titlebar[minimized="true"] {
4509 border-bottom: none;
4512 .chat-titlebar[selected] {
4513 background-color: #008484;
4516 .chat-titlebar[activity] {
4517 background-color: #E7ADE7;
4520 chatbox[dark=true] > .chat-titlebar,
4521 chatbox[dark=true] > .chat-titlebar[selected] {
4522 /* border-bottom: none;
4523 background-color: #000;
4524 background-image: none;*/
4527 chatbox[dark=true] > .chat-titlebar > hbox > .chat-title {
4528 /* font-weight: normal;
4539 list-style-image: url("chrome://browser/skin/social/services-16.png");
4540 background-color: #000000;
4546 border-top: 1px solid #008484;
4547 -moz-border-end: 1px solid #008484;
4550 @media (min-resolution: 2dppx) {
4552 list-style-image: url("chrome://browser/skin/social/services-16@2x.png");
4556 .chatbar-button > .toolbarbutton-icon {
4560 .chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
4567 .chatbar-button > .toolbarbutton-icon {
4571 .chatbar-button:hover > .toolbarbutton-icon,
4572 .chatbar-button[open="true"] > .toolbarbutton-icon {
4576 .chatbar-button:hover,
4577 .chatbar-button[open="true"] {
4580 .chatbar-button > .toolbarbutton-text,
4581 .chatbar-button > .toolbarbutton-menu-dropmarker {
4585 .chatbar-button[activity]:not([open="true"]) {
4586 background-color: #E7ADE7;
4589 .chatbar-button > menupopup > menuitem[activity] {
4594 background: transparent;
4600 -moz-margin-end: 20px;
4606 -moz-margin-start: 4px;
4607 background-color: #000000;
4608 border: 1px solid #9C9CFF;
4609 border-bottom: none;
4610 border-top-left-radius: 2.5px;
4611 border-top-right-radius: 2.5px;
4614 chatbox[minimized="true"] {
4620 -moz-margin-start: 0px;
4626 /* === END chat.inc.css === */
4629 /* background-color: #c4cfde; */
4632 .chat-titlebar[selected] {
4633 /* background-color: #dae3f0; */
4637 -moz-appearance: none;
4638 /* background-color: #c4cfde; */
4641 .chatbar-button > .toolbarbutton-icon {
4642 /* -moz-margin-end: 0; */
4645 .chatbar-button:hover,
4646 .chatbar-button[open="true"] {
4647 /* background-color: #dae3f0; */
4650 .chatbar-button[activity]:not([open="true"]) {
4654 /* border-top-left-radius: 2.5px;
4655 border-top-right-radius: 2.5px; */
4658 /* === BEGIN plugin-doorhanger.inc.css === */
4661 * Plugin Doorhanger Styles
4664 #notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent {
4665 padding: 6px 1px 2px;
4668 .click-to-play-plugins-notification-center-box {
4671 .plugin-popupnotification-centeritem:nth-child(odd) {
4672 /* background-color: rgba(0,0,0,0.1);*/
4675 .center-item-label {
4677 text-overflow: ellipsis;
4680 .center-item-warning-icon {
4681 background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png");
4682 background-repeat: no-repeat;
4685 -moz-margin-start: 6px;
4688 .click-to-play-plugins-notification-button-container {
4691 .click-to-play-popup-button {
4695 .click-to-play-plugins-notification-description-box {
4699 padding-bottom: 3px;
4702 .click-to-play-plugins-outer-description {
4706 .click-to-play-plugins-notification-link,
4711 .messageImage[value="plugin-hidden"] {
4712 list-style-image: url("chrome://browser/skin/notification-pluginNormal.png");
4715 /* Keep any changes to this style in sync with pluginProblem.css */
4716 notification.pluginVulnerable {
4719 notification.pluginVulnerable .messageImage {
4720 list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
4723 /* === END plugin-doorhanger.inc.css === */
4725 /* === BEGIN badcontent-doorhanger.inc.css === */
4727 .popup-notification-item-title[popupid="bad-content"] {
4731 .popup-notification-item-message[popupid="bad-content"] {
4735 .popup-notification-item-message[popupid="bad-content"][mixedblockdisabled]:not(.popup-notification-item-message-critical),
4736 .popup-notification-item-message[popupid="bad-content"][trackingblockdisabled]:not(.popup-notification-item-message-critical) {
4740 .popup-notification-item-message-critical[popupid="bad-content"] {
4745 .popup-notification-footer[popupid="bad-content"] {
4749 /* === END badcontent-doorhanger.inc.css === */
4751 /* EME notifications */
4753 .popup-notification-icon[popupid="drmContentPlaying"],
4754 #eme-notification-icon {
4755 list-style-image: url("chrome://browser/skin/drm-icon.svg#chains");
4758 #eme-notification-icon:hover:active {
4759 list-style-image: url("chrome://browser/skin/drm-icon.svg#chains-pressed");
4762 #eme-notification-icon[firstplay=true] {
4763 animation: emeTeachingMoment 0.2s linear 0s 5 normal;
4766 @keyframes emeTeachingMoment {
4767 0% {transform: translateX(0); }
4768 25% {transform: translateX(3px) }
4769 75% {transform: translateX(-3px) }
4770 100% { transform: translateX(0); }
4773 /* === BEGIN customizeMode.inc.css === */
4775 /* Customization mode */
4777 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox {
4781 #main-window:-moz-any([customize-entering],[customize-entered]) #content-deck,
4782 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox,
4783 #main-window:-moz-any([customize-entering],[customize-entered]) #navigator-toolbox {
4788 #main-window:-moz-any([customize-entering],[customize-exiting]) #tab-view-deck {
4789 pointer-events: none;
4792 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before,
4793 #PanelUI-contents > .panel-customization-placeholder {
4794 -moz-outline-radius: 2.5px;
4795 outline: 1px dashed transparent;
4798 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before {
4799 /* Prevent jumping of tabs when switching a window between inactive and active (bug 853415). */
4800 -moz-box-ordinal-group: 0;
4805 outline-offset: -2px;
4806 pointer-events: none;
4812 /* Shift the TabsToolbar outline up 2px since the #nav-bar is shifted up by 1px and the
4813 #TabsToolbar::after is a pixel higher to draw the bottom border of the tabstrip so this makes the
4814 offset from the bottom effectively the same as other targets (-2px). */
4815 #main-window[customize-entered] #TabsToolbar.customization-target::before {
4819 /* The parents of the outline pseudo-elements need to be positioned so that the outline is positioned relative to it. */
4820 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover,
4821 #main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)),
4822 #main-window[customize-entered] #nav-bar-customization-target.customization-target {
4826 /* Most target outlines are shown on hover and drag over but the panel menu uses
4827 placeholders instead. */
4828 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover::before,
4829 #main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before,
4830 /* nav-bar and panel outlines are always shown */
4831 #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before {
4832 outline-color: #A09090;
4835 #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before {
4836 transition: outline-color 250ms linear;
4839 #PanelUI-contents[showoutline=true] > .panel-customization-placeholder {
4840 transition: outline-color 250ms linear;
4841 outline-color: #9C9CFF;
4844 #PanelUI-contents > .panel-customization-placeholder {
4846 outline-offset: -5px;
4849 #main-window[customizing] .customization-target:not(#PanelUI-contents) {
4851 /* padding-left: 10px;
4852 padding-right: 10px;*/
4855 #main-window:-moz-any([customize-entering],[customize-entered]) #tab-view-deck {
4859 #customization-container {
4860 background-color: #000000;
4864 #customization-palette,
4865 #customization-empty {
4866 padding: 0 15px 15px;
4869 #customization-header {
4871 line-height: 1.75em;
4874 margin: 25px 25px 12px;
4875 padding-bottom: 12px;
4876 border-bottom: 1px solid #A09090;
4879 #customization-panel-container {
4880 padding: 10px 10px 0px;
4883 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox,
4884 #customization-footer {
4885 /*background-color: rgb(236,236,236);*/
4888 #customization-footer {
4889 border-top: 1px solid #9C9CFF;
4893 .customizationmode-button {
4897 .customizationmode-button:hover {
4900 #customization-titlebar-visibility-button[checked],
4901 #customization-devedition-theme-button[checked] {
4902 background-color: #008484;
4905 #customization-titlebar-visibility-button[checked]:hover,
4906 #customization-devedition-theme-button[checked]:hover {
4907 background-color: #FFCF00;
4910 #customization-titlebar-visibility-button[checked]:hover:active,
4911 #customization-devedition-theme-button[checked]:hover:active {
4912 background-color: #FF9F00;
4915 .customizationmode-button[disabled="true"] {
4918 .customizationmode-button > .box-inherit > .box-inherit > .button-icon,
4919 .customizationmode-button > .button-box > .button-icon {
4923 #customization-titlebar-visibility-button {
4924 list-style-image: url("chrome://browser/skin/customizableui/customize-titleBar-toggle.png");
4925 -moz-image-region: rect(0, 16px, 16px, 0);
4928 #customization-titlebar-visibility-button:hover {
4929 -moz-image-region: rect(16px, 16px, 32px, 0);
4932 #customization-lwtheme-button,
4933 #customization-titlebar-visibility-button {
4937 #customization-titlebar-visibility-button > .button-box {
4939 padding-bottom: 1px;
4942 #customization-titlebar-visibility-button:hover:active > .button-box {