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),
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="toolbar"]:hover:not([disabled="true"]) {
660 -moz-image-region: rect(18px, 288px, 36px, 270px);
663 #feed-button[cui-areatype="toolbar"][disabled="true"] {
664 -moz-image-region: rect(36px, 288px, 54px, 270px);
667 #social-share-button[cui-areatype="toolbar"] {
668 -moz-image-region: rect(0px, 306px, 18px, 288px);
671 #social-share-button[cui-areatype="toolbar"]:hover:not([disabled="true"]),
672 #social-share-button[cui-areatype="toolbar"][open="true"] {
673 -moz-image-region: rect(18px, 306px, 36px, 288px);
676 #social-share-button[cui-areatype="toolbar"][disabled="true"] {
677 -moz-image-region: rect(36px, 306px, 54px, 288px);
680 #characterencoding-button[cui-areatype="toolbar"] {
681 -moz-image-region: rect(0, 324px, 18px, 306px);
684 #characterencoding-button[cui-areatype="toolbar"]:hover:not([disabled="true"]),
685 #characterencoding-button[cui-areatype="toolbar"][open="true"] {
686 -moz-image-region: rect(18px, 324px, 36px, 306px);
689 #characterencoding-button[cui-areatype="toolbar"][disabled="true"] {
690 -moz-image-region: rect(36px, 324px, 54px, 306px);
693 #new-window-button[cui-areatype="toolbar"] {
694 -moz-image-region: rect(0, 342px, 18px, 324px);
697 #new-window-button[cui-areatype="toolbar"]:hover {
698 -moz-image-region: rect(18px, 342px, 36px, 324px);
701 #e10s-button[cui-areatype="toolbar"] {
702 -moz-image-region: rect(0, 342px, 18px, 324px);
705 #e10s-button[cui-areatype="toolbar"]:hover {
706 -moz-image-region: rect(18px, 342px, 36px, 324px);
709 #e10s-button > .toolbarbutton-icon {
710 transform: scaleY(-1);
713 #new-tab-button[cui-areatype="toolbar"] {
714 -moz-image-region: rect(0, 360px, 18px, 342px);
717 #new-tab-button[cui-areatype="toolbar"]:hover {
718 -moz-image-region: rect(18px, 360px, 36px, 342px);
721 #privatebrowsing-button[cui-areatype="toolbar"] {
722 -moz-image-region: rect(0, 378px, 18px, 360px);
725 #privatebrowsing-button[cui-areatype="toolbar"]:hover {
726 -moz-image-region: rect(18px, 378px, 36px, 360px);
729 #find-button[cui-areatype="toolbar"] {
730 -moz-image-region: rect(0, 396px, 18px, 378px);
733 #find-button[cui-areatype="toolbar"]:hover {
734 -moz-image-region: rect(18px, 396px, 36px, 378px);
737 #print-button[cui-areatype="toolbar"] {
738 -moz-image-region: rect(0, 414px, 18px, 396px);
741 #print-button[cui-areatype="toolbar"]:hover {
742 -moz-image-region: rect(18px, 414px, 36px, 396px);
745 #fullscreen-button[cui-areatype="toolbar"] {
746 -moz-image-region: rect(0, 432px, 18px, 414px);
749 #fullscreen-button[cui-areatype="toolbar"]:hover {
750 -moz-image-region: rect(18px, 432px, 36px, 414px);
753 #developer-button[cui-areatype="toolbar"] {
754 -moz-image-region: rect(0, 450px, 18px, 432px);
757 #developer-button[cui-areatype="toolbar"]:hover,
758 #developer-button[cui-areatype="toolbar"][open="true"] {
759 -moz-image-region: rect(18px, 450px, 36px, 432px);
762 #preferences-button[cui-areatype="toolbar"] {
763 -moz-image-region: rect(0, 468px, 18px, 450px);
766 #preferences-button[cui-areatype="toolbar"]:hover {
767 -moz-image-region: rect(18px, 468px, 36px, 450px);
770 #PanelUI-menu-button {
771 -moz-image-region: rect(0, 486px, 18px, 468px);
774 #PanelUI-menu-button:hover,
775 #PanelUI-menu-button[open="true"] {
776 -moz-image-region: rect(18px, 486px, 36px, 468px);
779 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button {
780 -moz-image-region: rect(0, 504px, 18px, 486px);
783 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button:hover:not([disabled="true"]) {
784 -moz-image-region: rect(18px, 504px, 36px, 486px);
787 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button[disabled="true"] {
788 -moz-image-region: rect(36px, 504px, 54px, 486px);
791 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button {
792 -moz-image-region: rect(0, 522px, 18px, 504px);
795 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button:hover:not([disabled="true"]) {
796 -moz-image-region: rect(18px, 522px, 36px, 504px);
799 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button[disabled="true"] {
800 -moz-image-region: rect(36px, 522px, 54px, 504px);
803 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button {
804 -moz-image-region: rect(0, 540px, 18px, 522px);
807 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button:hover:not([disabled="true"]) {
808 -moz-image-region: rect(18px, 540px, 36px, 522px);
811 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button[disabled="true"] {
812 -moz-image-region: rect(36px, 540px, 54px, 522px);
815 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button {
816 -moz-image-region: rect(0, 558px, 18px, 540px);
819 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button:hover:not([disabled="true"]) {
820 -moz-image-region: rect(18px, 558px, 36px, 540px);
823 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button[disabled="true"] {
824 -moz-image-region: rect(36px, 558px, 54px, 540px);
827 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button {
828 -moz-image-region: rect(0, 576px, 18px, 558px);
831 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button:hover:not([disabled="true"]) {
832 -moz-image-region: rect(18px, 576px, 36px, 558px);
835 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button[disabled="true"] {
836 -moz-image-region: rect(36px, 576px, 54px, 558px);
839 #nav-bar-overflow-button {
840 -moz-image-region: rect(0, 612px, 18px, 594px);
843 #nav-bar-overflow-button:hover,
844 #nav-bar-overflow-button[open="true"] {
845 -moz-image-region: rect(18px, 612px, 36px, 594px);
848 #nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
849 transform: scaleX(-1);
853 -moz-image-region: rect(0, 648px, 18px, 630px);
856 #tabview-button:hover {
857 -moz-image-region: rect(18px, 648px, 36px, 630px);
860 #email-link-button[cui-areatype="toolbar"] {
861 -moz-image-region: rect(0, 666px, 18px, 648px);
864 #email-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) {
865 -moz-image-region: rect(18px, 666px, 36px, 648px);
868 #email-button[cui-areatype="toolbar"][disabled="true"] {
869 -moz-image-region: rect(36px, 666px, 54px, 648px);
872 #sidebar-button[cui-areatype="toolbar"] {
873 -moz-image-region: rect(0, 684px, 18px, 666px);
876 #sidebar-button[cui-areatype="toolbar"]:hover {
877 -moz-image-region: rect(18px, 684px, 36px, 666px);
880 #panic-button[cui-areatype="toolbar"] {
881 -moz-image-region: rect(0, 702px, 18px, 684px);
884 #panic-button[cui-areatype="toolbar"]:hover,
885 #panic-button[cui-areatype="toolbar"][open] {
886 -moz-image-region: rect(18px, 702px, 36px, 684px);
889 #panic-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
890 transform: scaleX(-1);
893 #web-apps-button[cui-areatype="toolbar"] {
894 -moz-image-region: rect(0, 720px, 18px, 702px);
897 #web-apps-button[cui-areatype="toolbar"]:hover {
898 -moz-image-region: rect(18px, 720px, 36px, 702px);
901 #loop-button-throttled > .toolbarbutton-badge-container,
902 #loop-button > .toolbarbutton-badge-container {
903 list-style-image: url("chrome://browser/skin/loop/toolbarfx.png");
904 -moz-image-region: rect(0, 18px, 18px, 0);
907 #loop-button-throttled:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
908 #loop-button:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
909 -moz-image-region: rect(0, 90px, 18px, 72px);
912 #loop-button-throttled[state="disabled"] > .toolbarbutton-badge-container,
913 #loop-button-throttled[disabled="true"] > .toolbarbutton-badge-container,
914 #loop-button[state="disabled"] > .toolbarbutton-badge-container,
915 #loop-button[disabled="true"] > .toolbarbutton-badge-container {
916 -moz-image-region: rect(0, 36px, 18px, 18px);
919 #loop-button-throttled[disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
920 #loop-button[disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
921 -moz-image-region: rect(0, 126px, 18px, 108px);
924 #loop-button-throttled:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container,
925 #loop-button:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container {
926 -moz-image-region: rect(0, 54px, 18px, 36px);
929 #loop-button-throttled:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container,
930 #loop-button:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container {
931 -moz-image-region: rect(0, 72px, 18px, 54px);
934 #loop-button-throttled:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container,
935 #loop-button:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container {
936 -moz-image-region: rect(0, 108px, 18px, 90px);
939 #webide-button[cui-areatype="toolbar"] {
940 -moz-image-region: rect(0, 738px, 18px, 720px);
943 #webide-button[cui-areatype="toolbar"]:hover {
944 -moz-image-region: rect(18px, 738px, 36px, 720px);
947 /* === END toolbarbuttons.inc.css === */
949 /* === BEGIN menupanel.inc.css === */
951 /* Menu panel and palette styles */
954 /* avoid aero overrides with changed filenames */
955 --menupanel-list-style-image: url(chrome://browser/skin/menuPanelFx.png);
956 --menupanel-small-list-style-image: url(chrome://browser/skin/menuPanelFx-small.png);
959 toolbaritem[sdkstylewidget="true"] > toolbarbutton,
960 :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
961 #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
962 #social-share-button, #open-file-button, #find-button, #developer-button,
963 #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
964 #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
965 #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
966 #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button)[cui-areatype="menu-panel"],
967 toolbarpaletteitem[place="palette"] > :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
968 #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
969 #social-share-button, #open-file-button, #find-button, #developer-button,
970 #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
971 #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
972 #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
973 #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button) {
974 list-style-image: var(--menupanel-list-style-image);
977 #home-button[cui-areatype="menu-panel"],
978 toolbarpaletteitem[place="palette"] > #home-button {
979 -moz-image-region: rect(0px, 128px, 32px, 96px);
982 #home-button[cui-areatype="menu-panel"]:hover,
983 toolbarpaletteitem[place="palette"] > #home-button:hover {
984 -moz-image-region: rect(32px, 128px, 64px, 96px);
987 #bookmarks-menu-button[cui-areatype="menu-panel"],
988 toolbarpaletteitem[place="palette"] > #bookmarks-menu-button {
989 -moz-image-region: rect(0px, 192px, 32px, 160px);
992 #bookmarks-menu-button[cui-areatype="menu-panel"]:hover,
993 toolbarpaletteitem[place="palette"] > #bookmarks-menu-button:hover {
994 -moz-image-region: rect(32px, 192px, 64px, 160px);
997 #bookmarks-menu-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
998 -moz-image-region: rect(32px, 192px, 64px, 160px);
1001 #history-panelmenu[cui-areatype="menu-panel"],
1002 toolbarpaletteitem[place="palette"] > #history-panelmenu {
1003 -moz-image-region: rect(0px, 224px, 32px, 192px);
1006 #history-panelmenu[cui-areatype="menu-panel"]:hover,
1007 toolbarpaletteitem[place="palette"] > #history-panelmenu:hover {
1008 -moz-image-region: rect(32px, 224px, 64px, 192px);
1011 #history-panelmenu[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1012 -moz-image-region: rect(32px, 224px, 64px, 192px);
1015 #downloads-button[cui-areatype="menu-panel"],
1016 toolbarpaletteitem[place="palette"] > #downloads-button {
1017 -moz-image-region: rect(0px, 256px, 32px, 224px);
1020 #downloads-button[cui-areatype="menu-panel"]:hover,
1021 toolbarpaletteitem[place="palette"] > #downloads-button:hover {
1022 -moz-image-region: rect(32px, 256px, 64px, 224px);
1025 #add-ons-button[cui-areatype="menu-panel"],
1026 toolbarpaletteitem[place="palette"] > #add-ons-button {
1027 -moz-image-region: rect(0px, 288px, 32px, 256px);
1030 #add-ons-button[cui-areatype="menu-panel"]:hover,
1031 toolbarpaletteitem[place="palette"] > #add-ons-button:hover {
1032 -moz-image-region: rect(32px, 288px, 64px, 256px);
1035 #open-file-button[cui-areatype="menu-panel"],
1036 toolbarpaletteitem[place="palette"] > #open-file-button {
1037 -moz-image-region: rect(0px, 320px, 32px, 288px);
1040 #open-file-button[cui-areatype="menu-panel"]:hover,
1041 toolbarpaletteitem[place="palette"] > #open-file-button:hover {
1042 -moz-image-region: rect(32px, 320px, 64px, 288px);
1045 #save-page-button[cui-areatype="menu-panel"],
1046 toolbarpaletteitem[place="palette"] > #save-page-button {
1047 -moz-image-region: rect(0px, 352px, 32px, 320px);
1050 #save-page-button[cui-areatype="menu-panel"]:hover,
1051 toolbarpaletteitem[place="palette"] > #save-page-button:hover {
1052 -moz-image-region: rect(32px, 352px, 64px, 320px);
1055 #sync-button[cui-areatype="menu-panel"],
1056 toolbarpaletteitem[place="palette"] > #sync-button {
1057 -moz-image-region: rect(0px, 384px, 32px, 352px);
1060 #sync-button[cui-areatype="menu-panel"]:hover,
1061 toolbarpaletteitem[place="palette"] > #sync-button:hover {
1062 -moz-image-region: rect(32px, 384px, 64px, 352px);
1065 #sync-button[cui-areatype="menu-panel"][status="active"] {
1066 list-style-image: url("chrome://browser/skin/syncProgress-menuPanel.png");
1067 -moz-image-region: rect(0px, 32px, 32px, 0px);
1070 #feed-button[cui-areatype="menu-panel"],
1071 toolbarpaletteitem[place="palette"] > #feed-button {
1072 -moz-image-region: rect(0px, 416px, 32px, 384px);
1075 #feed-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1076 toolbarpaletteitem[place="palette"] > #feed-button:hover:not([disabled="true"]) {
1077 -moz-image-region: rect(32px, 416px, 64px, 384px);
1080 #feed-button[cui-areatype="menu-panel"][disabled="true"],
1081 toolbarpaletteitem[place="palette"] > #feed-button[disabled="true"] {
1082 -moz-image-region: rect(64px, 416px, 96px, 384px);
1085 #social-share-button[cui-areatype="menu-panel"],
1086 toolbarpaletteitem[place="palette"] > #social-share-button {
1087 -moz-image-region: rect(0px, 448px, 32px, 416px);
1090 #social-share-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1091 toolbarpaletteitem[place="palette"] > #social-share-button:hover:not([disabled="true"]) {
1092 -moz-image-region: rect(32px, 448px, 64px, 416px);
1095 #social-share-button[cui-areatype="menu-panel"][disabled="true"],
1096 toolbarpaletteitem[place="palette"] > #social-share-button[disabled="true"] {
1097 -moz-image-region: rect(64px, 448px, 96px, 416px);
1100 #characterencoding-button[cui-areatype="menu-panel"],
1101 toolbarpaletteitem[place="palette"] > #characterencoding-button {
1102 -moz-image-region: rect(0px, 480px, 32px, 448px);
1105 #characterencoding-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1106 toolbarpaletteitem[place="palette"] > #characterencoding-button:hover:not([disabled="true"]) {
1107 -moz-image-region: rect(32px, 480px, 64px, 448px);
1110 #characterencoding-button[cui-areatype="menu-panel"][disabled="true"],
1111 toolbarpaletteitem[place="palette"] > #characterencoding-button[disabled="true"] {
1112 -moz-image-region: rect(64px, 480px, 96px, 448px);
1115 #characterencoding-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1116 -moz-image-region: rect(32px, 480px, 64px, 448px);
1119 #new-window-button[cui-areatype="menu-panel"],
1120 toolbarpaletteitem[place="palette"] > #new-window-button {
1121 -moz-image-region: rect(0px, 512px, 32px, 480px);
1124 #new-window-button[cui-areatype="menu-panel"]:hover,
1125 toolbarpaletteitem[place="palette"] > #new-window-button:hover {
1126 -moz-image-region: rect(32px, 512px, 64px, 480px);
1129 #e10s-button[cui-areatype="menu-panel"],
1130 toolbarpaletteitem[place="palette"] > #e10s-button {
1131 -moz-image-region: rect(0px, 512px, 32px, 480px);
1134 #e10s-button[cui-areatype="menu-panel"]:hover,
1135 toolbarpaletteitem[place="palette"] > #e10s-button:hover {
1136 -moz-image-region: rect(32px, 512px, 64px, 480px);
1139 #new-tab-button[cui-areatype="menu-panel"],
1140 toolbarpaletteitem[place="palette"] > #new-tab-button {
1141 -moz-image-region: rect(0px, 544px, 32px, 512px);
1144 #new-tab-button[cui-areatype="menu-panel"]:hover,
1145 toolbarpaletteitem[place="palette"] > #new-tab-button:hover {
1146 -moz-image-region: rect(32px, 544px, 64px, 512px);
1149 #privatebrowsing-button[cui-areatype="menu-panel"],
1150 toolbarpaletteitem[place="palette"] > #privatebrowsing-button {
1151 -moz-image-region: rect(0px, 576px, 32px, 544px);
1154 #privatebrowsing-button[cui-areatype="menu-panel"]:hover,
1155 toolbarpaletteitem[place="palette"] > #privatebrowsing-button:hover {
1156 -moz-image-region: rect(32px, 576px, 64px, 544px);
1159 #tabview-button[cui-areatype="menu-panel"],
1160 toolbarpaletteitem[place="palette"] > #tabview-button {
1161 -moz-image-region: rect(0px, 608px, 32px, 576px);
1164 #tabview-button[cui-areatype="menu-panel"]:hover,
1165 toolbarpaletteitem[place="palette"] > #tabview-button:hover {
1166 -moz-image-region: rect(32px, 608px, 64px, 576px);
1169 #find-button[cui-areatype="menu-panel"],
1170 toolbarpaletteitem[place="palette"] > #find-button {
1171 -moz-image-region: rect(0px, 640px, 32px, 608px);
1174 #find-button[cui-areatype="menu-panel"]:hover,
1175 toolbarpaletteitem[place="palette"] > #find-button:hover {
1176 -moz-image-region: rect(32px, 640px, 64px, 608px);
1179 #print-button[cui-areatype="menu-panel"],
1180 toolbarpaletteitem[place="palette"] > #print-button {
1181 -moz-image-region: rect(0px, 672px, 32px, 640px);
1184 #print-button[cui-areatype="menu-panel"]:hover,
1185 toolbarpaletteitem[place="palette"] > #print-button:hover {
1186 -moz-image-region: rect(32px, 672px, 64px, 640px);
1189 #fullscreen-button[cui-areatype="menu-panel"],
1190 toolbarpaletteitem[place="palette"] > #fullscreen-button {
1191 -moz-image-region: rect(0px, 704px, 32px, 672px);
1194 #fullscreen-button[cui-areatype="menu-panel"]:hover,
1195 toolbarpaletteitem[place="palette"] > #fullscreen-button:hover {
1196 -moz-image-region: rect(32px, 704px, 64px, 672px);
1199 #developer-button[cui-areatype="menu-panel"],
1200 toolbarpaletteitem[place="palette"] > #developer-button {
1201 -moz-image-region: rect(0px, 736px, 32px, 704px);
1204 #developer-button[cui-areatype="menu-panel"]:hover,
1205 toolbarpaletteitem[place="palette"] > #developer-button:hover {
1206 -moz-image-region: rect(32px, 736px, 64px, 704px);
1209 #developer-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1210 -moz-image-region: rect(32px, 736px, 64px, 704px);
1213 #preferences-button[cui-areatype="menu-panel"],
1214 toolbarpaletteitem[place="palette"] > #preferences-button {
1215 -moz-image-region: rect(0px, 768px, 32px, 736px);
1218 #preferences-button[cui-areatype="menu-panel"]:hover,
1219 toolbarpaletteitem[place="palette"] > #preferences-button:hover {
1220 -moz-image-region: rect(32px, 768px, 64px, 736px);
1223 #email-link-button[cui-areatype="menu-panel"],
1224 toolbarpaletteitem[place="palette"] > #email-link-button {
1225 -moz-image-region: rect(0, 800px, 32px, 768px);
1228 #email-link-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1229 toolbarpaletteitem[place="palette"] > #email-link-button:hover:not([disabled="true"]) {
1230 -moz-image-region: rect(32px, 800px, 64px, 768px);
1233 #email-link-button[cui-areatype="menu-panel"][disabled="true"],
1234 toolbarpaletteitem[place="palette"] > #email-link-button[disabled="true"] {
1235 -moz-image-region: rect(64px, 800px, 96px, 768px);
1238 #sidebar-button[cui-areatype="menu-panel"],
1239 toolbarpaletteitem[place="palette"] > #sidebar-button {
1240 -moz-image-region: rect(0, 864px, 32px, 832px);
1243 #sidebar-button[cui-areatype="menu-panel"]:hover,
1244 toolbarpaletteitem[place="palette"] > #sidebar-button:hover,
1245 #sidebar-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1246 -moz-image-region: rect(32px, 864px, 64px, 832px);
1249 #panic-button[cui-areatype="menu-panel"],
1250 toolbarpaletteitem[place="palette"] > #panic-button {
1251 -moz-image-region: rect(0, 896px, 32px, 864px);
1254 #panic-button[cui-areatype="menu-panel"]:hover,
1255 toolbarpaletteitem[place="palette"] > #panic-button:hover,
1256 #panic-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1257 -moz-image-region: rect(32px, 896px, 64px, 864px);
1260 #web-apps-button[cui-areatype="menu-panel"],
1261 toolbarpaletteitem[place="palette"] > #web-apps-button {
1262 -moz-image-region: rect(0, 928px, 32px, 896px);
1265 #web-apps-button[cui-areatype="menu-panel"]:hover,
1266 toolbarpaletteitem[place="palette"] > #web-apps-button:hover {
1267 -moz-image-region: rect(32px, 928px, 64px, 896px);
1270 #webide-button[cui-areatype="menu-panel"],
1271 toolbarpaletteitem[place="palette"] > #webide-button {
1272 -moz-image-region: rect(0px, 960px, 32px, 928px);
1275 #webide-button[cui-areatype="menu-panel"]:hover,
1276 toolbarpaletteitem[place="palette"] > #webide-button:hover {
1277 -moz-image-region: rect(32px, 960px, 64px, 928px);
1280 toolbaritem[sdkstylewidget="true"] > toolbarbutton {
1281 -moz-image-region: rect(0, 832px, 32px, 800px);
1284 #loop-button-throttled[cui-areatype="menu-panel"] > .toolbarbutton-badge-container,
1285 toolbarpaletteitem[place="palette"] > #loop-button-throttled > .toolbarbutton-badge-container,
1286 #loop-button[cui-areatype="menu-panel"] > .toolbarbutton-badge-container,
1287 toolbarpaletteitem[place="palette"] > #loop-button > .toolbarbutton-badge-container {
1288 list-style-image: url("chrome://browser/skin/loop/menuPanel.png");
1289 -moz-image-region: rect(0, 32px, 32px, 0);
1292 /* Make sure that the state icons are not shown in the customization palette. */
1293 toolbarpaletteitem[place="palette"] > #loop-button-throttled > .toolbarbutton-badge-container,
1294 toolbarpaletteitem[place="palette"] > #loop-button > .toolbarbutton-badge-container {
1295 -moz-image-region: rect(0, 32px, 32px, 0) !important;
1298 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
1299 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
1300 -moz-image-region: rect(0, 160px, 32px, 128px);
1303 #loop-button-throttled[cui-areatype="menu-panel"][state="disabled"] > .toolbarbutton-badge-container,
1304 #loop-button-throttled[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container,
1305 #loop-button[cui-areatype="menu-panel"][state="disabled"] > .toolbarbutton-badge-container,
1306 #loop-button[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container {
1307 -moz-image-region: rect(0, 64px, 32px, 32px);
1310 #loop-button-throttled[cui-areatype="menu-panel"][disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container,
1311 #loop-button[cui-areatype="menu-panel"][disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
1312 -moz-image-region: rect(0, 224px, 32px, 192px);
1315 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container,
1316 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container {
1317 -moz-image-region: rect(0, 96px, 32px, 64px);
1320 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container,
1321 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container {
1322 -moz-image-region: rect(0, 128px, 32px, 96px);
1325 #loop-button-throttled[cui-areatype="menu-panel"]:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container,
1326 #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container {
1327 -moz-image-region: rect(0, 192px, 32px, 160px);
1330 /* Wide panel control icons */
1332 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton,
1333 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton,
1334 toolbarpaletteitem[place="palette"] > #edit-controls > toolbarbutton,
1335 toolbarpaletteitem[place="palette"] > #zoom-controls > toolbarbutton {
1336 list-style-image: var(--menupanel-small-list-style-image);
1339 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button,
1340 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button {
1341 -moz-image-region: rect(0px, 32px, 16px, 16px);
1344 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button:hover:not([disabled="true"]),
1345 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button:hover:not([disabled="true"]) {
1346 -moz-image-region: rect(16px, 32px, 32px, 16px);
1349 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button[disabled="true"],
1350 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button[disabled="true"] {
1351 -moz-image-region: rect(32px, 32px, 48px, 16px);
1354 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button,
1355 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button {
1356 -moz-image-region: rect(0px, 48px, 16px, 32px);
1359 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button:hover:not([disabled="true"]),
1360 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button:hover:not([disabled="true"]) {
1361 -moz-image-region: rect(16px, 48px, 32px, 32px);
1364 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button[disabled="true"],
1365 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button[disabled="true"] {
1366 -moz-image-region: rect(32px, 48px, 48px, 32px);
1369 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button,
1370 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button {
1371 -moz-image-region: rect(0px, 64px, 16px, 48px);
1374 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button:hover:not([disabled="true"]),
1375 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button:hover:not([disabled="true"]) {
1376 -moz-image-region: rect(16px, 64px, 32px, 48px);
1379 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button[disabled="true"],
1380 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button[disabled="true"] {
1381 -moz-image-region: rect(32px, 64px, 48px, 48px);
1384 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button,
1385 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button {
1386 -moz-image-region: rect(0px, 80px, 16px, 64px);
1389 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button:hover:not([disabled="true"]),
1390 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button:hover:not([disabled="true"]) {
1391 -moz-image-region: rect(16px, 80px, 32px, 64px);
1394 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button[disabled="true"],
1395 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button[disabled="true"] {
1396 -moz-image-region: rect(32px, 80px, 48px, 64px);
1399 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button,
1400 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button {
1401 -moz-image-region: rect(0px, 96px, 16px, 80px);
1404 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button:hover:not([disabled="true"]),
1405 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button:hover:not([disabled="true"]) {
1406 -moz-image-region: rect(16px, 96px, 32px, 80px);
1409 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button[disabled="true"],
1410 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button[disabled="true"] {
1411 -moz-image-region: rect(32px, 96px, 48px, 80px);
1414 #add-share-provider {
1415 list-style-image: var(--menupanel-small-list-style-image);
1416 -moz-image-region: rect(0px, 96px, 16px, 80px);
1419 /* === END menupanel.inc.css === */
1421 .toolbarbutton-1:not([type="menu-button"]) {
1422 -moz-box-orient: vertical;
1426 .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1432 .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1433 .toolbarbutton-1[disabled="true"]:hover:active,
1434 .toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button {
1438 .toolbarbutton-1:hover:active,
1439 .toolbarbutton-1[open="true"],
1440 .toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button {
1442 padding-bottom: 0px;
1443 -moz-padding-start: 3px;
1444 -moz-padding-end: 1px;
1447 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-icon,
1448 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker,
1449 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker,
1450 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1451 #main-window:not([customizing]) .toolbarbutton-1 > .toolbarbutton-menubutton-button[disabled=true] > .toolbarbutton-icon {
1454 .toolbarbutton-1 > .toolbarbutton-menu-dropmarker,
1455 .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1458 toolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:-moz-lwtheme-brighttext,
1459 toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-brighttext {
1462 .toolbarbutton-1 > .toolbarbutton-icon,
1463 .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1467 #nav-bar .toolbarbutton-1,
1468 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1471 #nav-bar .toolbarbutton-1:not([type=menu-button]),
1472 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1473 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1476 #nav-bar #PanelUI-menu-button {
1477 /* -moz-padding-start: 7px;
1478 -moz-padding-end: 5px;*/
1481 #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) {
1482 /* padding-left: 5px;
1483 padding-right: 5px;*/
1486 #nav-bar .toolbarbutton-1 > menupopup {
1487 /* margin-top: -3px;*/
1490 #nav-bar .toolbarbutton-1 > menupopup.cui-widget-panel {
1494 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1495 /* -moz-padding-end: 0;*/
1498 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1499 /* -moz-padding-start: 0;
1500 -moz-box-align: center;*/
1503 .findbar-button > .toolbarbutton-text,
1504 #nav-bar .toolbarbutton-1 > .toolbarbutton-icon,
1505 #nav-bar .toolbarbutton-1 > .toolbarbutton-text,
1506 #nav-bar .toolbarbutton-1 > .toolbarbutton-badge-container,
1507 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1508 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1509 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon {
1510 /* padding: 2px 6px;
1512 border-color: transparent;
1513 transition-property: background-color, border-color;
1514 transition-duration: 150ms;*/
1517 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-icon,
1518 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-badge-container,
1519 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1524 /* Help SDK icons fit: */
1525 toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
1529 #nav-bar toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
1530 /* XXXgijs box models strike again: this is 16px + 2 * 7px padding + 2 * 1px border (from the rules above) */
1534 #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) > .toolbarbutton-icon,
1535 #nav-bar .toolbarbutton-1[type=menu] > .toolbarbutton-text /* hack for add-ons that forcefully display the label */ {
1536 /* -moz-padding-end: 17px;*/
1539 #nav-bar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker {
1542 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1545 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
1548 #nav-bar .toolbaritem-combined-buttons {
1549 /* margin-left: 2px;
1550 margin-right: 2px;*/
1553 #nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1 {
1558 #nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before,
1559 #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 {
1565 -moz-margin-end: -1px;
1569 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon {
1572 .findbar-button:not(:-moz-any([checked="true"],[disabled="true"])):hover > .toolbarbutton-text,
1573 #nav-bar .toolbarbutton-1:not([disabled=true]) > .toolbarbutton-menubutton-button[open] + .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1574 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1575 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1576 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-icon,
1577 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-text,
1578 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-badge-container,
1579 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button:not([open]):not(:active):not([disabled=true]):hover > .toolbarbutton-icon,
1580 #nav-bar .toolbarbutton-1:not([buttonover]):not([open]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon {
1583 .findbar-button:not([disabled=true]):-moz-any([checked="true"],:hover:active) > .toolbarbutton-text,
1584 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):-moz-any(:hover:active, [open]) > .toolbarbutton-icon,
1585 #nav-bar .toolbarbutton-1[open] > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon,
1586 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-icon,
1587 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-text,
1588 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-badge-container {
1591 #TabsToolbar .toolbarbutton-1,
1592 #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1593 .tabbrowser-arrowscrollbox > .scrollbutton-up,
1594 .tabbrowser-arrowscrollbox > .scrollbutton-down {
1597 #TabsToolbar .toolbarbutton-1:not([disabled=true]):hover,
1598 #TabsToolbar .toolbarbutton-1[open],
1599 #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):hover,
1600 .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled=true]):hover,
1601 .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled=true]):hover {
1604 /* unified back/forward button */
1607 -moz-box-align: stretch; /* let the button shape grow vertically with the location bar */
1610 #forward-button > menupopup {
1611 margin-top: 1px !important;
1614 #forward-button > .toolbarbutton-icon {
1615 background-clip: padding-box !important;
1616 /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */
1617 /*clip-path: url(chrome://browser/content/browser.xul#keyhole-forward-clip-path) !important;*/
1621 -moz-margin-start: -4px !important;
1626 border-radius: 0 10000px 10000px 0;
1629 #forward-button:-moz-locale-dir(rtl) {
1630 border-radius: 10000px 0 0 10000px;
1633 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #forward-button {
1634 transition: margin-left 150ms ease-out;
1637 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] {
1638 margin-left: -27px !important;
1641 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] {
1642 /* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */
1643 transition-delay: 100s;
1646 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] {
1647 /* when not hovered anymore, trigger a new transition to hide the forward button immediately */
1648 margin-left: -27.01px !important;
1652 /* padding-top: 3px !important;
1653 padding-bottom: 3px !important;
1654 -moz-padding-start: 5px !important;
1655 -moz-padding-end: 0 !important;*/
1658 border-radius: 10000px;
1662 margin-bottom: -2px;
1665 #back-button:-moz-locale-dir(rtl) {
1668 #back-button > menupopup {
1669 margin-top: -1px !important;
1672 #back-button > .toolbarbutton-icon {
1673 border-radius: 10000px !important;
1674 background-clip: padding-box !important;
1675 /* background-color: hsla(210,25%,98%,.08) !important;
1676 padding: 6px !important;
1677 border-style: none !important;
1678 box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25),
1679 0 0 0 1px hsla(210,4%,10%,.25);*/
1680 transition-property: background-color, box-shadow !important;
1681 transition-duration: 250ms !important;
1684 #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon {
1685 /* background-color: hsla(210,4%,10%,.08) !important;*/
1688 #back-button:not([disabled="true"]):hover:active > .toolbarbutton-icon,
1689 #back-button[open="true"] > .toolbarbutton-icon {
1690 /* background-color: hsla(210,4%,10%,.12) !important;
1691 box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25),
1692 0 0 0 1px hsla(210,4%,10%,.25),
1693 0 1px 0 0 hsla(210,80%,20%,.1) inset !important;*/
1696 #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
1697 transform: scaleX(-1);
1700 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
1701 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
1702 list-style-image: url("chrome://browser/skin/menu-back.png") !important;
1705 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
1706 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
1707 list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
1710 #home-button.bookmark-item {
1711 list-style-image: url("chrome://browser/skin/Toolbar.png");
1714 #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),
1715 #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),
1716 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1717 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1718 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1719 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1720 #home-button.bookmark-item:-moz-lwtheme-brighttext {
1723 list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
1726 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1727 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme) {
1728 list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png");
1732 #downloads-button > .toolbarbutton-icon {
1736 /* tabview menu item */
1739 list-style-image: url("chrome://browser/skin/tabview/tabviewFx.png");
1740 -moz-image-region: rect(1px, 89px, 17px, 73px);
1743 #menu_tabview[groups="0"] {
1744 -moz-image-region: rect(1px, 17px, 17px, 1px);
1747 #menu_tabview[groups="1"] {
1748 -moz-image-region: rect(1px, 35px, 17px, 19px);
1751 #menu_tabview[groups="2"] {
1752 -moz-image-region: rect(1px, 53px, 17px, 37px);
1755 #menu_tabview[groups="3"] {
1756 -moz-image-region: rect(1px, 71px, 17px, 55px);
1759 /* undo close tab menu item */
1760 #alltabs_undoCloseTab {
1761 list-style-image: url(chrome://browser/skin/undoCloseTab.png);
1764 @media (min-resolution: 1.25dppx) {
1765 #alltabs_undoCloseTab {
1766 list-style-image: url(chrome://browser/skin/undoCloseTab@2x.png);
1768 #alltabs_undoCloseTab > .toolbarbutton-icon {
1773 /* zoom control text (reset) button special case: */
1775 #nav-bar #zoom-reset-button > .toolbarbutton-text {
1776 /* To make this line up with the icons, it needs the same height (18px) +
1777 * padding (2 * 2px) + border (2 * 1px), but as a minimum because otherwise
1778 * increase in text sizes would break things...
1783 /* ::::: fullscreen window controls ::::: */
1786 -moz-margin-start: 4px;
1792 /* list-style-image: url("chrome://global/skin/icons/windowControls.png");
1797 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
1800 #minimize-button:hover {
1801 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
1805 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
1808 #restore-button:hover {
1809 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
1813 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
1816 #close-button:hover {
1817 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
1820 /* ::::: Location Bar ::::: */
1823 .searchbar-textbox {
1826 -moz-margin-start: 3px;
1830 /* make color as light as possible to deal with dark non-domain parts */
1834 #urlbar:-moz-lwtheme,
1835 .searchbar-textbox:-moz-lwtheme {
1836 /* background-color: rgba(255,255,255,.8);
1837 @navbarTextboxCustomBorder@
1841 #urlbar:-moz-lwtheme:hover:not([focused]):not([readonly]),
1842 .searchbar-textbox:-moz-lwtheme:hover:not([focused]) {
1843 /* background-color: rgba(255,255,255,.9);*/
1846 #urlbar:-moz-lwtheme[focused]:not([readonly]),
1847 .searchbar-textbox:-moz-lwtheme[focused] {
1848 /* background-color: white;*/
1851 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar {
1852 /* -moz-border-start: none;
1856 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(ltr) {
1857 /* border-top-left-radius: 0;
1858 border-bottom-left-radius: 0; */
1861 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) {
1862 /* border-top-right-radius: 0;
1863 border-bottom-right-radius: 0; */
1866 window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
1867 /* clip-path: url("chrome://browser/content/browser.xul#urlbar-back-button-clip-path");*/
1868 /* -moz-margin-start: -5px; */
1871 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl),
1872 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) {
1873 /* let urlbar-back-button-clip-path clip the urlbar's right side for RTL */
1874 transform: scaleX(-1);
1877 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl) {
1878 -moz-box-direction: reverse;
1881 html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
1882 .searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder {
1887 -moz-box-orient: horizontal;
1888 -moz-box-align: stretch;
1891 .urlbar-textbox-container {
1892 -moz-box-align: stretch;
1896 -moz-margin-start: 0;
1900 -moz-box-align: center;
1907 .searchbar-engine-button,
1908 .search-go-container {
1912 .search-go-container > .search-go-button {
1916 .urlbar-icon:hover {
1919 .urlbar-icon[open="true"],
1920 .urlbar-icon:hover:active {
1923 #urlbar-search-splitter {
1925 -moz-margin-start: -3px;
1927 background: transparent;
1930 #urlbar-search-splitter + #urlbar-container > #urlbar,
1931 #urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
1932 -moz-margin-start: 0;
1935 #urlbar-display-box {
1939 -moz-border-end: 1px solid #9C9CFF;
1940 -moz-margin-end: 3px;
1943 -moz-margin-start: 0;
1948 min-width: calc(54px + 11ch);
1958 #identity-box:-moz-locale-dir(ltr) {
1959 /* border-top-left-radius: 1.5px;
1960 border-bottom-left-radius: 1.5px;*/
1963 #identity-box:-moz-locale-dir(rtl) {
1964 /* border-top-right-radius: 1.5px;
1965 border-bottom-right-radius: 1.5px;*/
1968 #notification-popup-box:not([hidden]) + #identity-box {
1969 -moz-padding-start: 10px !important;
1973 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box {
1974 /* border-radius: 0; */
1975 -moz-padding-start: 2px;
1976 -moz-padding-end: 2px;
1977 -moz-margin-end: 1px;
1980 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #urlbar > #identity-box {
1981 transition: padding-left, padding-right;
1984 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar >
1985 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
1989 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar >
1990 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
1994 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] + #urlbar >
1995 #notification-popup-box[hidden] + #identity-box {
1996 /* forward button hiding is delayed when hovered */
1997 transition-delay: 100s;
2000 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar >
2001 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
2002 /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
2003 padding-left: 2.01px;
2006 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar >
2007 #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
2008 /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
2009 padding-right: 2.01px;
2012 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
2013 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
2014 -moz-margin-end: 3px;
2017 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(ltr),
2018 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(ltr) {
2019 border-top-right-radius: 0;
2020 border-bottom-right-radius: 0;
2023 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(rtl),
2024 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(rtl) {
2025 border-top-left-radius: 0;
2026 border-bottom-left-radius: 0;
2029 #identity-box.verifiedIdentity:not(:-moz-lwtheme) {
2030 var(--verified-identity-box-backgroundcolor);
2033 #identity-box:-moz-focusring {
2034 outline: 1px dotted #008484;
2035 outline-offset: -1px;
2038 #identity-box.verifiedDomain:-moz-focusring,
2039 #identity-box.verifiedIdentity:-moz-focusring {
2040 outline-color: #000000;
2043 #identity-icon-labels {
2044 -moz-margin-start: 1px;
2045 -moz-margin-end: 3px;
2048 /* Location bar dropmarker */
2050 .urlbar-history-dropmarker:not(:hover):not([open="true"]) {
2051 background-color: transparent;
2054 #urlbar-container[combined="true"] > #urlbar > .urlbar-history-dropmarker,
2055 #urlbar-wrapper > #urlbar > .urlbar-history-dropmarker {
2060 .urlbar-history-dropmarker:hover {
2063 .urlbar-history-dropmarker:hover:active,
2064 .urlbar-history-dropmarker[open="true"] {
2067 /* page proxy icon */
2069 /* === BEGIN identity-block.inc.css === */
2072 --identity-box-verified-color: #008484;
2073 /* Default theme does different color per channel, we can't as they do it build-time. */
2074 --identity-box-chrome-color: #9C9CFF;
2077 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI {
2078 color: var(--identity-box-chrome-color);
2079 -moz-border-end: 1px solid var(--identity-box-chrome-color);
2082 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
2083 color: var(--identity-box-verified-color);
2084 -moz-border-end: 1px solid var(--identity-box-verified-color);
2087 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
2088 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
2089 background-position: right;
2090 background-size: 1px;
2091 background-repeat: no-repeat;
2094 /* page proxy icon */
2096 #page-proxy-favicon {
2099 list-style-image: url("chrome://browser/skin/identity-icons-generic.png");
2103 .chromeUI > #page-proxy-favicon[pageproxystate="valid"] {
2104 list-style-image: url("chrome://branding/content/identity-icons-brand.png");
2107 .verifiedDomain > #page-proxy-favicon[pageproxystate="valid"] {
2108 list-style-image: url("chrome://browser/skin/identity-icons-https.png");
2111 .verifiedIdentity > #page-proxy-favicon[pageproxystate="valid"] {
2112 list-style-image: url("chrome://browser/skin/identity-icons-https-ev.png");
2115 .mixedActiveContent > #page-proxy-favicon[pageproxystate="valid"] {
2116 list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png");
2119 .mixedDisplayContent > #page-proxy-favicon[pageproxystate="valid"] {
2120 list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
2123 .mixedDisplayContentLoadedActiveBlocked > #page-proxy-favicon[pageproxystate="valid"] {
2124 list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
2127 #page-proxy-favicon[pageproxystate="invalid"] {
2131 #identity-popup.chromeUI > #identity-popup-container > #identity-popup-icon {
2132 list-style-image: url("chrome://branding/content/icon64.png");
2135 #identity-popup-brandName {
2139 margin-bottom: .5em;
2142 #identity-popup-content-box {
2146 /* === END identity-block.inc.css === */
2148 #page-proxy-favicon {
2149 -moz-image-region: rect(0, 16px, 16px, 0);
2152 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box > #page-proxy-favicon {
2153 /* -moz-margin-end: 1px;*/
2156 #identity-box:hover > #page-proxy-favicon {
2157 -moz-image-region: rect(0, 32px, 16px, 16px);
2160 #identity-box:hover:active > #page-proxy-favicon,
2161 #identity-box[open=true] > #page-proxy-favicon {
2162 -moz-image-region: rect(0, 48px, 16px, 32px);
2165 #identity-box:hover {
2166 background-color: #FFCF00;
2170 #identity-box:hover:active,
2171 #identity-box[open=true] {
2172 background-color: #FF9F00;
2176 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover,
2177 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active,
2178 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] {
2179 background-color: #9C9CFF;
2183 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover,
2184 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active,
2185 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] {
2186 background-color: #008484;
2192 #treecolAutoCompleteImage {
2196 .ac-result-type-bookmark,
2197 .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
2198 list-style-image: url("chrome://browser/skin/places/bookmark.png");
2199 -moz-image-region: rect(0px 16px 16px 0px);
2204 richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type-bookmark,
2205 .autocomplete-treebody::-moz-tree-image(selected, current, bookmark, treecolAutoCompleteImage) {
2206 /* -moz-image-region: rect(0px 48px 16px 32px);*/
2209 .ac-result-type-keyword,
2210 .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage),
2211 richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-site-icon {
2212 list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon");
2217 .ac-result-type-keyword[selected="true"],
2218 .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected),
2219 richlistitem[type~="action"][actiontype="searchengine"][selected="true"] > .ac-title-box > .ac-site-icon {
2220 list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted");
2223 .ac-result-type-tag,
2224 .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
2225 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
2234 .ac-extra > .ac-comment {
2244 richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
2245 list-style-image: url("chrome://browser/skin/actionicon-tab.png");
2246 -moz-image-region: rect(0, 16px, 16px, 0);
2250 richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-box > .ac-action-icon {
2251 -moz-image-region: rect(16px, 16px, 32px, 0);
2254 .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
2258 .ac-comment[selected="true"],
2259 .ac-url-text[selected="true"],
2260 .ac-action-text[selected="true"] {
2261 color: inherit !important;
2264 .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
2265 .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment)
2271 .autocomplete-treebody::-moz-tree-cell(suggesthint) {
2272 border-top: 1px solid #9C9CFF;
2275 /* combined go/reload/stop button in location bar */
2277 #urlbar > toolbarbutton {
2278 -moz-margin-start: 0;
2280 background-origin: border-box;
2282 list-style-image: url("chrome://browser/skin/reload-stop-goFx.png");
2283 -moz-border-start: 1px solid #9C9CFF;
2286 #urlbar:-moz-locale-dir(ltr) > toolbarbutton {
2287 border-top-left-radius: 0px;
2288 border-bottom-left-radius: 0px;
2291 #urlbar:-moz-locale-dir(rtl) > toolbarbutton {
2292 border-top-right-radius: 0px;
2293 border-bottom-right-radius: 0px;
2296 #urlbar > toolbarbutton:not([disabled=true]):active:hover,
2297 #urlbar-reload-button:not(:hover) {
2298 -moz-border-start-style: none;
2299 -moz-padding-start: 3px;
2302 #urlbar-reload-button {
2303 -moz-image-region: rect(0px, 14px, 14px, 0px);
2306 #urlbar-reload-button[disabled=true] {
2307 -moz-image-region: rect(28px, 14px, 42px, 0px);
2310 #urlbar-reload-button:not([disabled=true]):hover {
2311 -moz-image-region: rect(14px, 14px, 28px, 0px);
2314 #urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
2315 transform: scaleX(-1);
2319 -moz-image-region: rect(0, 42px, 14px, 28px);
2322 #urlbar-go-button:hover {
2323 -moz-image-region: rect(14px, 42px, 28px, 28px);
2326 #urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
2327 transform: scaleX(-1);
2330 #urlbar-stop-button {
2331 -moz-image-region: rect(0px, 28px, 14px, 14px);
2334 #urlbar-stop-button:hover {
2335 -moz-image-region: rect(14px, 28px, 28px, 14px);
2338 /* popup blocker button */
2340 #page-report-button {
2341 list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png");
2342 -moz-image-region: rect(0, 16px, 16px, 0);
2345 #page-report-button:hover ,
2346 #page-report-button:hover:active,
2347 #page-report-button[open="true"] {
2348 -moz-image-region: rect(0, 32px, 16px, 16px);
2351 /* === BEGIN readinglist.inc.css === */
2353 /* Reading List button */
2355 #urlbar:not([focused]):not(:hover) #readinglist-addremove-button {
2360 #readinglist-addremove-button {
2361 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage");
2362 -moz-image-region: rect(0, 14px, 14px, 0);
2363 transition: width 150ms ease-in-out, opacity 150ms ease-in-out 150ms;
2368 #readinglist-addremove-button:hover {
2369 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage-hover");
2372 #readinglist-addremove-button:active {
2373 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage-active");
2376 #readinglist-addremove-button[already-added="true"] {
2377 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded");
2380 #readinglist-addremove-button[already-added="true"]:hover {
2381 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded-hover");
2384 #readinglist-addremove-button[already-added="true"]:active {
2385 list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded-active");
2388 /* === END readinglist.inc.css === */
2390 /* Reader mode button */
2392 #reader-mode-button {
2393 list-style-image: url("chrome://browser/skin/readerMode.svg");
2394 -moz-image-region: rect(0, 16px, 16px, 0);
2397 #reader-mode-button:hover,
2398 #reader-mode-button[readeractive]:hover {
2399 -moz-image-region: rect(0, 32px, 16px, 16px);
2402 #reader-mode-button:hover:active,
2403 #reader-mode-button[readeractive] {
2404 -moz-image-region: rect(0, 48px, 16px, 32px);
2407 /* social share panel */
2409 .social-share-frame {
2416 background-color: white;
2417 background-repeat: no-repeat;
2418 background-position: center center;
2420 #share-container[loading] {
2421 background-image: url(chrome://browser/skin/tabbrowser/pendingpaint.png);
2423 #share-container > browser {
2424 transition: opacity 150ms ease-in-out;
2427 #share-container[loading] > browser {
2431 .social-share-toolbar {
2432 border-bottom: 1px solid #9C9CFF;
2436 #social-share-provider-buttons {
2441 .share-provider-button {
2446 .share-provider-button > .toolbarbutton-text {
2449 .share-provider-button > .toolbarbutton-icon {
2455 toolbarbutton[type="socialmark"] > .toolbarbutton-icon {
2462 /* fixup corners for share panel */
2463 .social-panel > .social-panel-frame {
2464 border-radius: inherit;
2467 #social-share-panel {
2473 .social-share-frame {
2474 border-top-left-radius: 0;
2475 border-bottom-left-radius: inherit;
2476 border-top-right-radius: 0;
2477 border-bottom-right-radius: inherit;
2480 #social-share-panel > .social-share-toolbar {
2481 border-top-left-radius: inherit;
2482 border-top-right-radius: inherit;
2485 #social-share-provider-buttons {
2486 border-top-left-radius: inherit;
2487 border-top-right-radius: inherit;
2490 /* social recommending panel */
2492 #social-mark-button {
2493 -moz-image-region: rect(0, 16px, 16px, 0);
2496 /* bookmarks menu-button */
2498 #bookmarks-menu-button.bookmark-item {
2499 list-style-image: url("chrome://browser/skin/places/bookmark.png");
2500 -moz-image-region: rect(0px 16px 16px 0px);
2503 #bookmarks-menu-button.bookmark-item[starred] {
2504 -moz-image-region: rect(0px 32px 16px 16px);
2507 #bookmarks-menu-button.bookmark-item > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
2508 -moz-margin-start: 5px;
2511 #bookmarks-menu-button[cui-areatype="toolbar"]:not(.bookmark-item):not([overflowedItem=true]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
2513 padding-bottom: 2px;
2516 #BMB_bookmarksPopup[side="top"],
2517 #BMB_bookmarksPopup[side="bottom"] {
2519 margin-right: -20px;
2522 #BMB_bookmarksPopup[side="left"],
2523 #BMB_bookmarksPopup[side="right"] {
2525 margin-bottom: -20px;
2528 /* bookmarking panel */
2530 #editBookmarkPanelStarIcon {
2531 list-style-image: url("chrome://browser/skin/places/starred48.png");
2536 #editBookmarkPanelStarIcon[unstarred] {
2537 list-style-image: url("chrome://browser/skin/places/unstarred48.png");
2540 #editBookmarkPanelTitle {
2544 #editBookmarkPanelHeader,
2545 #editBookmarkPanelContent {
2546 margin-bottom: .5em;
2549 /* Implements editBookmarkPanel resizing on folderTree un-collapse. */
2550 #editBMPanel_folderTree {
2557 border-top: 1px solid #9C9CFF;
2558 border-bottom-left-radius: 5px;
2559 border-bottom-right-radius: 5px;
2563 list-style-image: url("chrome://browser/skin/sync-notification-24.png");
2564 -moz-margin-end: 10px;
2565 vertical-align: middle;
2568 .panel-promo-closebutton {
2569 list-style-image: url("chrome://global/skin/icons/close-button.gif");
2570 -moz-margin-end: -3px;
2574 .panel-promo-closebutton:hover {
2575 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2578 .panel-promo-closebutton:hover:active {
2579 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2582 .panel-promo-closebutton > .toolbarbutton-text {
2586 /* ::::: content area ::::: */
2589 background-color: #9C9CFF;
2594 background-color: #000000;
2598 -moz-margin-start: 0;
2607 -moz-padding-start: 0px;
2610 #sidebar-header > .close-icon {
2611 /* padding: 4px 2px;
2614 list-style-image: url("chrome://global/skin/icons/close-button.gif");
2617 #sidebar-header > .close-icon:hover,
2618 #sidebar-header > .close-icon:hover:active {
2619 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2622 #sidebar-splitter:-moz-locale-dir(ltr),
2623 #sidebar:-moz-locale-dir(ltr) {
2624 border-radius: 0 5px 0 0;
2627 #sidebar-splitter:-moz-locale-dir(rtl),
2628 #sidebar:-moz-locale-dir(rtl) {
2629 border-radius: 5px 0 0 0;
2632 .browserContainer > findbar {
2634 background-color: -moz-dialog;
2635 color: -moz-DialogText;
2644 -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar");
2647 #TabsToolbar .toolbar-holder {
2648 background-color: #000000; /* correct effect of being an actual toolbar */
2651 #main-window[disablechrome] #TabsToolbar,
2652 #TabsToolbar[tabsontop="false"] {
2653 border-bottom: 1px solid #008484;
2656 /* === BEGIN tabs.inc.css === */
2659 /* --tab-toolbar-navbar-overlap: 1px; */
2660 /* --tab-min-height: 31px; */
2661 /* --tab-curve-width: 30px; */
2662 /* --tab-curve-half-width: 15px; */
2666 .tabs-newtab-button,
2667 #TabsToolbar > #new-tab-button {
2672 padding: 1px 4px 2px;
2675 .tabbrowser-tab:first-of-type {
2676 -moz-margin-start: 2px;
2679 .tabs-newtab-button,
2680 #TabsToolbar > #new-tab-button {
2681 border-radius: 8px 8px 0px 0px;
2682 -moz-margin-start: 0;
2685 .tabs-newtab-button:not(:hover),
2686 #TabsToolbar > #new-tab-button:not(:hover) {
2687 background-color: #C09070;
2690 .tabbrowser-tab[remote] {
2691 text-decoration: underline;
2694 /* The selected tab should appear above adjacent tabs, .tabs-newtab-button and the highlight of #nav-bar */
2695 .tabbrowser-tab[selected=true] {
2696 /* position: relative;
2700 .tab-background-middle {
2706 .tab-content[pinned] {
2718 -moz-margin-end: 3px;
2722 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
2728 /* margin-top: 10px; */
2729 -moz-margin-start: -16px;
2733 .tab-icon-overlay[crashed] {
2735 list-style-image: url("chrome://browser/skin/tabbrowser/crashed.svg");
2738 .tab-throbber[busy] {
2739 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim-connect.png");
2742 .tab-throbber[progress] {
2743 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png");
2746 .tab-throbber[pinned],
2747 .tab-icon-image[pinned] {
2748 -moz-margin-start: 2px;
2749 -moz-margin-end: 2px;
2753 /* this needs to add up to the 16px of the icon image */
2755 margin-top: 2px !important;
2756 margin-bottom: 2px !important;
2765 .tabs-newtab-button {
2766 /* overlap the tab curves */
2769 .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox {
2773 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]),
2774 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) {
2777 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:-moz-locale-dir(rtl),
2778 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:-moz-locale-dir(ltr) {
2781 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]) {
2784 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) {
2787 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator[collapsed],
2788 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator[collapsed] {
2791 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator,
2792 .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator {
2795 .tab-background-start[selected=true]::after,
2796 .tab-background-start[selected=true]::before,
2797 .tab-background-start,
2798 .tab-background-end,
2799 .tab-background-end[selected=true]::after,
2800 .tab-background-end[selected=true]::before {
2803 .tabbrowser-tab:not([selected=true]),
2804 .tabbrowser-tab:-moz-lwtheme {
2807 /* tabbrowser-tab focus ring */
2808 .tabbrowser-tab:focus {
2809 outline: 1px dotted;
2814 .tabbrowser-tab[selected="true"] {
2817 /* End selected tab */
2819 /* Tab pointer-events */
2822 pointer-events: none;
2825 .tab-background-middle,
2826 .tabs-newtab-button,
2828 pointer-events: auto;
2833 .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
2834 background-color: #E7ADE7;
2837 .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
2838 background-color: #3333FF;
2842 /* New tab button */
2844 .tabs-newtab-button {
2846 /* width: calc(36px + var(--tab-curve-width)); */
2849 /* === END tabs.inc.css === */
2853 * Decrease the height of the hoverable region of background tabs whenever the tabs are at the top
2854 * of the window (e.g. no menubar, tabs in titlebar, etc.) to make it easier to drag the window by
2855 * the titlebar. We don't need this in fullscreen since window dragging is not an issue there.
2857 #main-window[tabsintitlebar][sizemode=normal] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar .tab-background-middle:not([selected=true]) {
2858 /* clip-path: url(chrome://browser/content/browser.xul#tab-hover-clip-path);*/
2861 /* Tab DnD indicator */
2862 .tab-drop-indicator {
2863 list-style-image: url("chrome://browser/skin/tabbrowser/tabDragIndicator.png");
2864 margin-bottom: -11px;
2867 /* Tab close button */
2869 list-style-image: url("chrome://global/skin/icons/close-button.gif");
2872 .tab-close-button:hover,
2873 .tab-close-button:hover[selected="true"] {
2874 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2877 .tab-close-button:hover:active,
2878 .tab-close-button:hover:active[selected="true"] {
2879 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2882 /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
2884 .tabbrowser-arrowscrollbox > .scrollbutton-up,
2885 .tabbrowser-arrowscrollbox > .scrollbutton-down {
2889 background-origin: border-box;
2892 #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2893 #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2894 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext,
2895 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext {
2898 .tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
2899 .tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
2902 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),
2903 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) {
2904 /* transform: scaleX(-1);*/
2907 .tabbrowser-arrowscrollbox > .scrollbutton-down {
2908 transition: 1s background-color ease-out;
2911 .tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
2912 background-color: #008484;
2915 .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]),
2916 .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) {
2917 /* border-width: 0 2px 0 0;
2918 border-style: solid;
2919 border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;*/
2922 .tabs-newtab-button > .toolbarbutton-icon {
2924 margin-bottom: -1px;
2927 .tabs-newtab-button,
2928 #TabsToolbar > #new-tab-button,
2929 #TabsToolbar > toolbarpaletteitem > #new-tab-button,
2930 #TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] {
2931 list-style-image: url("chrome://browser/skin/tabbrowser/newtabFx.png");
2932 -moz-image-region: rect(0, 16px, 18px, 0);
2935 .tabs-newtab-button,
2936 .tabs-newtab-button:hover,
2937 #TabsToolbar > #new-tab-button,
2938 #TabsToolbar > #new-tab-button:hover {
2939 -moz-image-region: rect(0, 32px, 18px, 16px);
2942 #main-window[tabsintitlebar]:not([inFullscreen]) .tabs-newtab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2943 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2944 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2945 .tabs-newtab-button:-moz-lwtheme-brighttext,
2946 #TabsToolbar > #new-tab-button:-moz-lwtheme-brighttext,
2947 #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-lwtheme-brighttext {
2950 #TabsToolbar > #new-tab-button {
2955 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
2958 #alltabs-button:hover,
2959 #alltabs-button:hover:active,
2960 #alltabs-button[open="true"] {
2961 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
2964 #main-window[tabsintitlebar]:not([inFullscreen]) #alltabs-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2965 #alltabs-button:-moz-lwtheme-brighttext {
2968 #alltabs-button > .toolbarbutton-icon {
2972 #alltabs-button > .toolbarbutton-menu-dropmarker {
2976 /* All tabs menupopup */
2977 .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
2978 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
2979 -moz-image-region: auto;
2982 .alltabs-item[selected="true"] {
2986 .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
2987 list-style-image: url("chrome://global/skin/icons/loading.gif");
2990 .alltabs-item[tabIsVisible]:not([_moz-menuactive="true"]) {
2991 background-color: #402800;
2994 toolbarbutton.chevron {
2995 list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
2998 toolbarbutton.chevron:hover {
2999 list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important;
3002 toolbar[brighttext] toolbarbutton.chevron {
3003 list-style-image: url("chrome://global/skin/toolbar/chevron-inverted.png") !important;
3006 toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon,
3007 toolbarbutton.chevron:-moz-locale-dir(rtl):hover > .toolbarbutton-icon {
3008 transform: scaleX(-1);
3011 toolbarbutton.chevron > .toolbarbutton-text,
3012 toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
3016 toolbarbutton.chevron > .toolbarbutton-icon {
3020 #sidebar-throbber[loading="true"] {
3021 list-style-image: url("chrome://global/skin/icons/loading.gif");
3022 -moz-margin-end: 4px;
3025 /* Bookmarks toolbar */
3026 #PlacesToolbarDropIndicator {
3027 list-style-image: url("chrome://communicator/skin/bookmarks/toolbarDropMarker.png");
3030 toolbarbutton.bookmark-item[dragover="true"][open="true"] {
3031 background-color: #008484 !important;
3032 color: #FFCF00 !important;
3035 /* rules for menupopup drop indicators */
3036 .menupopup-drop-indicator-bar {
3038 /* these two margins must together compensate the indicator's height */
3040 margin-bottom: -1px;
3043 .menupopup-drop-indicator {
3044 list-style-image: none;
3046 -moz-margin-end: -4em;
3047 background-color: #008484;
3050 /* ::::: Identity Indicator Styling ::::: */
3053 #identity-popup-icon {
3057 list-style-image: url("chrome://browser/skin/identity.png");
3058 -moz-image-region: rect(0px, 64px, 64px, 0px);
3061 #identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
3062 -moz-image-region: rect(64px, 64px, 128px, 0px);
3065 #identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
3066 -moz-image-region: rect(128px, 64px, 192px, 0px);
3069 /* Popup Body Text */
3070 .identity-popup-description {
3071 white-space: pre-wrap;
3072 -moz-padding-start: 15px;
3076 .identity-popup-label {
3077 white-space: pre-wrap;
3078 -moz-padding-start: 15px;
3082 #identity-popup-content-host,
3083 #identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
3087 #identity-popup-content-host {
3094 #identity-popup-content-owner {
3096 margin-bottom: 0 !important;
3101 .verifiedDomain > #identity-popup-content-owner {
3102 font-weight: normal;
3105 #identity-popup-content-verifier {
3109 #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
3110 #identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
3112 -moz-margin-start: -24px;
3115 #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon ,
3116 #identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon {
3117 list-style-image: url("chrome://browser/skin/Secure24.png");
3120 #identity-popup-help-icon {
3122 margin: 7px 0 0 -3px;
3125 list-style-image: url("chrome://global/skin/icons/question-16.png");
3129 #identity-popup-help-icon > .button-box > .button-text {
3133 #identity-popup-help-icon > .button-box > .button-icon {
3138 #identity-popup-more-info-button {
3144 #identity-popup > .panel-arrowcontainer > .panel-arrowcontent {
3148 #identity-popup-container {
3153 #identity-popup-button-container {
3154 /* background: linear-gradient(to bottom, rgba(0,0,0,0.04) 60%, transparent);*/
3159 .popup-notification-icon {
3162 -moz-margin-end: 10px;
3165 .popup-notification-icon[popupid="geolocation"] {
3166 list-style-image: url("chrome://browser/skin/Geolocation-64.png");
3169 .popup-notification-icon[popupid="xpinstall-disabled"],
3170 .popup-notification-icon[popupid="addon-progress"],
3171 .popup-notification-icon[popupid="addon-install-cancelled"],
3172 .popup-notification-icon[popupid="addon-install-blocked"],
3173 .popup-notification-icon[popupid="addon-install-failed"],
3174 .popup-notification-icon[popupid="addon-install-complete"] {
3175 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
3180 .popup-notification-icon[popupid="click-to-play-plugins"] {
3181 list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked-64.png");
3184 .popup-notification-icon[popupid="web-notifications"] {
3185 list-style-image: url("chrome://browser/skin/notification-64.png");
3188 .addon-progress-description {
3193 .popup-progress-label,
3194 .popup-progress-meter {
3195 -moz-margin-start: 0;
3199 .popup-progress-cancel {
3200 -moz-appearance: none;
3201 background: transparent;
3207 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
3208 -moz-image-region: rect(0px, 32px, 16px, 16px);
3211 .popup-progress-cancel:hover {
3212 -moz-image-region: rect(16px, 32px, 32px, 16px);
3215 .popup-progress-cancel:active {
3216 -moz-image-region: rect(32px, 32px, 48px, 16px);
3219 .popup-notification-icon[popupid="indexedDB-permissions-prompt"],
3220 .popup-notification-icon[popupid*="offline-app-requested"],
3221 .popup-notification-icon[popupid="offline-app-usage"] {
3222 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
3225 .popup-notification-icon[popupid="password-save"],
3226 .popup-notification-icon[popupid="password-change"] {
3227 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
3230 .popup-notification-icon[popupid="webapps-install-progress"],
3231 .popup-notification-icon[popupid="webapps-install"] {
3232 list-style-image: url("chrome://global/skin/icons/webapps-64.png");
3235 .popup-notification-icon[popupid="bad-content"] {
3236 list-style-image: url("chrome://browser/skin/bad-content-blocked-64.png");
3239 .popup-notification-icon[popupid="bad-content"][mixedblockdisabled],
3240 .popup-notification-icon[popupid="bad-content"][trackingblockdisabled] {
3241 list-style-image: url(chrome://browser/skin/bad-content-unblocked-64.png);
3244 .popup-notification-icon[popupid="webRTC-sharingDevices"],
3245 .popup-notification-icon[popupid="webRTC-shareDevices"] {
3246 list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
3249 .popup-notification-icon[popupid="webRTC-sharingMicrophone"],
3250 .popup-notification-icon[popupid="webRTC-shareMicrophone"] {
3251 list-style-image: url("chrome://browser/skin/webRTC-shareMicrophone-64.png");
3254 .popup-notification-icon[popupid="webRTC-sharingScreen"],
3255 .popup-notification-icon[popupid="webRTC-shareScreen"] {
3256 list-style-image: url(chrome://browser/skin/webRTC-shareScreen-64.png);
3259 .popup-notification-icon[popupid="pointerLock"] {
3260 list-style-image: url("chrome://browser/skin/pointerLock-64.png");
3263 /* Notification icon box */
3264 #notification-popup .panel-promo-box {
3265 /* margin: 10px -10px -10px; */
3268 #notification-popup-box {
3270 background-color: #000000;
3271 background-clip: padding-box;
3274 border-radius: 3px 0 0 3px;
3275 border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0;
3276 -moz-margin-end: -8px;
3277 border-right-width: 8px;
3280 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar > #notification-popup-box {
3281 /* padding-left: 7px; */
3284 #notification-popup-box:-moz-locale-dir(rtl),
3285 .notification-anchor-icon:-moz-locale-dir(rtl) {
3286 transform: scaleX(-1);
3289 .notification-anchor-icon {
3295 .notification-anchor-icon:-moz-focusring {
3296 outline: 1px dotted #008484;
3299 .default-notification-icon,
3300 #default-notification-icon {
3301 list-style-image: url("chrome://global/skin/icons/information-16.png");
3304 .identity-notification-icon,
3305 #identity-notification-icon {
3306 list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
3309 .geo-notification-icon,
3310 #geo-notification-icon {
3311 list-style-image: url("chrome://browser/skin/Geolocation-16.png");
3314 #addons-notification-icon {
3315 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
3318 .indexedDB-notification-icon,
3319 #indexedDB-notification-icon {
3320 list-style-image: url("chrome://global/skin/icons/question-16.png");
3323 #password-notification-icon {
3324 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
3327 #webapps-notification-icon {
3328 list-style-image: url("chrome://gobal/skin/icons/webapps-16.png");
3331 #plugins-notification-icon {
3332 list-style-image: url("chrome://browser/skin/notification-pluginNormal.png");
3335 #plugins-notification-icon.plugin-hidden {
3336 list-style-image: url("chrome://browser/skin/notification-pluginAlert.png");
3339 #plugins-notification-icon.plugin-blocked {
3340 list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
3343 #plugins-notification-icon {
3344 /* -moz-image-region: rect(0, 16px, 16px, 0);*/
3347 #plugins-notification-icon:hover {
3348 /* -moz-image-region: rect(0, 32px, 16px, 16px);*/
3351 #notification-popup-box[hidden] {
3352 /* Override display:none to make the pluginBlockedNotification animation work
3353 when showing the notification repeatedly. */
3355 visibility: collapse;
3358 #plugins-notification-icon.plugin-blocked[showing] {
3359 animation: pluginBlockedNotification 500ms ease 0s 5 alternate both;
3362 @keyframes pluginBlockedNotification {
3371 .bad-content-blocked-notification-icon,
3372 #bad-content-blocked-notification-icon {
3373 list-style-image: url("chrome://browser/skin/bad-content-blocked-16.png");
3376 .bad-content-unblocked-notification-icon,
3377 #bad-content-unblocked-notification-icon {
3378 list-style-image: url(chrome://browser/skin/bad-content-unblocked-16.png);
3381 .webRTC-shareDevices-notification-icon,
3382 #webRTC-shareDevices-notification-icon {
3383 list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
3386 .webRTC-sharingDevices-notification-icon,
3387 #webRTC-sharingDevices-notification-icon {
3388 list-style-image: url("chrome://browser/skin/webRTC-sharingDevice-16.png");
3391 .webRTC-shareMicrophone-notification-icon,
3392 #webRTC-shareMicrophone-notification-icon {
3393 list-style-image: url("chrome://browser/skin/webRTC-shareMicrophone-16.png");
3396 .webRTC-sharingMicrophone-notification-icon,
3397 #webRTC-sharingMicrophone-notification-icon {
3398 list-style-image: url("chrome://browser/skin/webRTC-sharingMicrophone-16.png");
3401 .webRTC-shareScreen-notification-icon,
3402 #webRTC-shareScreen-notification-icon {
3403 list-style-image: url(chrome://browser/skin/webRTC-shareScreen-16.png);
3406 .webRTC-sharingScreen-notification-icon,
3407 #webRTC-sharingScreen-notification-icon {
3408 list-style-image: url(chrome://browser/skin/webRTC-sharingScreen-16.png);
3411 .web-notifications-notification-icon,
3412 #web-notifications-notification-icon {
3413 list-style-image: url("chrome://browser/skin/notification-16.png");
3416 #pointerLock-notification-icon {
3417 list-style-image: url("chrome://browser/skin/pointerLock-16.png");
3419 #pointerLock-cancel {
3423 /* Translation infobar */
3425 /* === BEGIN infobar.inc.css === */
3427 notification[value="translation"] .messageImage {
3428 list-style-image: url("chrome://browser/skin/translation-16.png");
3429 -moz-image-region: rect(0, 32px, 16px, 16px);
3432 @media (min-resolution: 1.25dppx) {
3433 notification[value="translation"] .messageImage {
3434 list-style-image: url("chrome://browser/skin/translation-16@2x.png");
3435 -moz-image-region: rect(0, 64px, 32px, 32px);
3439 notification[value="translation"][state="translating"] .messageImage {
3440 list-style-image: url("chrome://browser/skin/translating-16.png");
3441 -moz-image-region: auto;
3444 @media (min-resolution: 1.25dppx) {
3445 notification[value="translation"][state="translating"] .messageImage {
3446 list-style-image: url("chrome://browser/skin/translating-16@2x.png");
3450 notification[value="translation"] button,
3451 notification[value="translation"] menulist {
3455 notification[value="translation"] menulist > .menulist-dropmarker {
3458 .translation-menupopup arrowscrollbox {
3462 .translation-attribution {
3464 -moz-box-align: end;
3468 .translation-attribution > label {
3472 .translation-attribution > image {
3476 .translation-welcome-panel {
3480 .translation-welcome-logo {
3483 list-style-image: url(chrome://browser/skin/translation-16@2x.png);
3484 -moz-image-region: rect(0, 64px, 32px, 32px);
3487 .translation-welcome-content {
3488 -moz-margin-start: 16px;
3491 .translation-welcome-headline {
3496 .translation-welcome-body {
3501 /* === END infobar.inc.css === */
3503 notification[value="translation"] {
3507 .translate-notification-icon,
3508 #translate-notification-icon {
3509 list-style-image: url("chrome://browser/skin/translation-16.png");
3510 -moz-image-region: rect(0px, 16px, 16px, 0px);
3513 .translated-notification-icon,
3514 #translated-notification-icon {
3515 list-style-image: url("chrome://browser/skin/translation-16.png");
3516 -moz-image-region: rect(0px, 32px, 16px, 16px);
3519 .translation-menupopup {
3520 -moz-appearance: none;
3523 /* Loop/ Hello browser styles */
3525 notification[value="loop-sharing-notification"] .button-menubutton-button {
3531 notification[value="loop-sharing-notification"] .messageImage {
3532 list-style-image: url(chrome://browser/skin/webRTC-shareScreen-16.png);
3535 /* Bookmarks roots menu-items */
3536 #subscribeToPageMenuitem:not([disabled]),
3537 #subscribeToPageMenupopup,
3538 #BMB_subscribeToPageMenuitem:not([disabled]),
3539 #BMB_subscribeToPageMenupopup {
3540 list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
3543 #bookmarksToolbarFolderMenu,
3544 #BMB_bookmarksToolbar,
3545 #panelMenu_bookmarksToolbar {
3546 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
3547 -moz-image-region: auto;
3550 #BMB_unsortedBookmarks,
3551 #panelMenu_unsortedBookmarks {
3552 list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png");
3553 -moz-image-region: auto;
3558 list-style-image: url("chrome://browser/skin/readinglist/readinglist-icon.svg");
3559 -moz-image-region: auto;
3562 /* ::::: Keyboard UI Panel ::::: */
3567 border-radius: 20px;
3570 .KUI-panel[level="top"] {
3571 /*background-color: rgba(27%,27%,27%,.65);*/
3577 padding: 20px 10px 10px;
3581 .ctrlTab-favicon[src] {
3582 background-color: #000000;
3588 .ctrlTab-preview-inner > .tabPreview-canvas {
3591 .ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas {
3595 .ctrlTab-preview-inner {
3596 padding-bottom: 10px;
3599 #ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
3601 background-color: #000000;
3602 border-radius: .5em;
3605 .ctrlTab-preview:focus > * > .ctrlTab-preview-inner {
3607 background-color: #000000;
3610 border: 2px solid #9C9CFF;
3611 border-radius: .5em;
3614 .ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner {
3615 margin: -10px -10px 0;
3627 background: url("chrome://browser/content/abouthome/sync.png") top left no-repeat;
3635 .sync-panel-button-box {
3639 #sync-error-panel-title,
3640 #sync-start-panel-title {
3646 #sync-start-panel-subtitle,
3647 #sync-error-panel-subtitle {
3653 .statuspanel-label {
3656 background: #404000;
3657 border: 1px none #9C9CFF;
3658 border-top-style: solid;
3663 .statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
3664 .statuspanel-label:-moz-locale-dir(rtl)[mirror] {
3665 border-right-style: solid;
3666 border-top-right-radius: .3em;
3670 .statuspanel-label:-moz-locale-dir(rtl):not([mirror]),
3671 .statuspanel-label:-moz-locale-dir(ltr)[mirror] {
3672 border-left-style: solid;
3673 border-top-left-radius: .3em;
3677 /* HACK to abolish devily color on main content */
3680 background-color: transparent !important;
3683 #full-screen-warning-message {
3684 background-color: #000000;
3689 box-shadow: 0 0 2px #9C9CFF;
3692 #full-screen-warning-container[obscure-browser] {
3693 background-color: rgba(0,0,0,0.3);
3696 .full-screen-description {
3700 #full-screen-domain-text {
3704 .full-screen-approval-button,
3705 #full-screen-remember-decision {
3709 /* === BEGIN commandline.inc.css === */
3711 /* Developer toolbar */
3713 #developer-toolbar {
3714 border-top: 3px solid #000000;
3715 border-bottom: none;
3718 #developer-toolbar .toolbar-holder {
3719 background-color: #8050B0;
3723 #developer-toolbar .toolbar-holder {
3724 background-color: #8050B0;
3728 #developer-toolbar .toolbar-startcap,
3729 #developer-toolbar .toolbar-endcap{
3730 background-color: #6000CF;
3733 #developer-toolbar {
3735 min-height: 32px; */
3738 #developer-toolbar > toolbarbutton {
3744 .developer-toolbar-button > image {
3745 /* margin: auto 10px; */
3748 #developer-toolbar-toolbox-button > label {
3752 .developer-toolbar-button > .toolbarbutton-icon,
3753 #developer-toolbar-closebutton > .toolbarbutton-icon {
3758 #developer-toolbar-toolbox-button {
3759 list-style-image: url("chrome://browser/skin/devtools/toggle-tools.png");
3760 -moz-image-region: rect(0px, 16px, 16px, 0px);
3763 #developer-toolbar-toolbox-button > label {
3767 #developer-toolbar-toolbox-button:hover,
3768 #developer-toolbar-toolbox-button:hover:active,
3769 #developer-toolbar-toolbox-button[checked=true] {
3770 -moz-image-region: rect(0px, 32px, 16px, 16px);
3773 @media (min-resolution: 2dppx) {
3774 #developer-toolbar-toolbox-button {
3775 list-style-image: url("chrome://browser/skin/devtools/toggle-tools@2x.png");
3776 -moz-image-region: rect(0px, 32px, 32px, 0px);
3779 #developer-toolbar-toolbox-button:hover,
3780 #developer-toolbar-toolbox-button:hover:active,
3781 #developer-toolbar-toolbox-button[checked=true] {
3782 -moz-image-region: rect(0px, 64px, 32px, 32px);
3786 #developer-toolbar-closebutton {
3787 list-style-image: url("chrome://browser/skin/devtools/close.png");
3788 -moz-image-region: rect(0px, 16px, 16px, 0px);
3793 #developer-toolbar-closebutton > .toolbarbutton-icon {
3796 #developer-toolbar-closebutton > .toolbarbutton-text {
3800 #developer-toolbar-closebutton:hover,
3801 #developer-toolbar-closebutton:hover:active {
3802 -moz-image-region: rect(0px, 32px, 16px, 16px);
3805 @media (min-resolution: 2dppx) {
3806 #developer-toolbar-closebutton {
3807 list-style-image: url("chrome://browser/skin/devtools/close@2x.png");
3808 -moz-image-region: rect(0px, 32px, 32px, 0px);
3811 #developer-toolbar-closebutton:hover,
3812 #developer-toolbar-closebutton:hover:active {
3813 -moz-image-region: rect(0px, 64px, 32px, 32px);
3819 html|*#gcli-tooltip-frame,
3820 html|*#gcli-output-frame {
3823 background-color: transparent;
3829 background-color: transparent;
3832 .gclitoolbar-input-node,
3833 .gclitoolbar-complete-node {
3835 -moz-box-align: center;
3839 background-color: transparent;
3842 .gclitoolbar-input-node {
3843 /* line-height: 32px;
3844 outline-style: none; */
3845 background-repeat: no-repeat;
3846 background-color: rgba(0, 0, 0, .75);
3849 .gclitoolbar-input-node[focused="true"] {
3850 background-color: #000000;
3853 .gclitoolbar-input-node::before {
3855 display: inline-block;
3856 -moz-box-ordinal-group: 0;
3860 background-image: url("chrome://browser/skin/devtools/commandline-icon.png");
3861 background-position: 0 center;
3862 background-size: 32px 16px;
3865 .gclitoolbar-input-node[focused="true"]::before {
3866 background-position: -16px center;
3869 @media (min-resolution: 2dppx) {
3870 .gclitoolbar-input-node::before {
3871 background-image: url("chrome://browser/skin/devtools/commandline-icon@2x.png");
3875 .gclitoolbar-input-node:not([focused="true"]) {
3876 border-color: transparent;
3879 .gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
3880 background-color: #008484;
3885 .gclitoolbar-complete-node {
3887 background-color: transparent;
3890 pointer-events: none;
3893 .gcli-in-incomplete,
3897 .gcli-in-closebrace,
3904 .gcli-in-incomplete {
3905 border-bottom: 2px dotted #8050B0;
3909 border-bottom: 2px dotted #FF0000;
3920 .gcli-in-closebrace {
3924 /* === END commandline.inc.css === */
3926 /* === BEGIN responsivedesign.inc.css === */
3928 /* Responsive Mode */
3930 .browserContainer[responsivemode] {
3931 background-color: #221500;
3932 padding: 0 20px 20px 20px;
3935 .browserStack[responsivemode] {
3936 box-shadow: 0 0 7px #9C9CFF;
3939 .devtools-responsiveui-toolbar {
3940 background: transparent;
3941 /* text color is textColor from dark theme, since no theme is applied to
3942 * the responsive toolbar.
3948 border-bottom-width: 0;
3951 .devtools-responsiveui-menulist,
3952 .devtools-responsiveui-toolbarbutton {
3953 -moz-box-align: center;
3955 /* min-height: 22px;*/
3956 /* margin: 0 3px; */
3959 .devtools-responsiveui-menulist .menulist-editable-box {
3960 background-color: transparent;
3963 .devtools-responsiveui-menulist html|*.menulist-editable-input {
3968 .devtools-responsiveui-menulist html|*.menulist-editable-input::-moz-selection {
3969 /* background: hsla(212,7%,57%,.35);*/
3972 .devtools-responsiveui-toolbarbutton > .toolbarbutton-icon {
3977 .devtools-responsiveui-toolbarbutton > .toolbarbutton-menubutton-button {
3978 -moz-box-orient: horizontal;
3981 .devtools-responsiveui-menulist:-moz-focusring,
3982 .devtools-responsiveui-toolbarbutton:-moz-focusring {
3983 /* outline: 1px dotted hsla(210,30%,85%,0.7);
3984 outline-offset: -4px;*/
3987 .devtools-responsiveui-toolbarbutton:not([label]) > .toolbarbutton-text {
3991 .devtools-responsiveui-toolbarbutton:not([checked=true]):hover:active {
3992 /* border-color: hsla(210,8%,5%,.6);
3993 background: linear-gradient(hsla(220,6%,10%,.3), hsla(212,7%,57%,.15) 65%, hsla(212,7%,57%,.3));
3994 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); */
3997 .devtools-responsiveui-menulist[open=true],
3998 .devtools-responsiveui-toolbarbutton[open=true],
3999 .devtools-responsiveui-toolbarbutton[checked=true] {
4000 /* border-color: hsla(210,8%,5%,.6) !important;
4001 background: linear-gradient(hsla(220,6%,10%,.6), hsla(210,11%,18%,.45) 75%, hsla(210,11%,30%,.4));
4002 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); */
4005 .devtools-responsiveui-toolbarbutton[checked=true] {
4006 /* color: hsl(208,100%,60%); */
4009 .devtools-responsiveui-toolbarbutton[checked=true]:hover {
4010 /* background-color: transparent !important;*/
4013 .devtools-responsiveui-toolbarbutton[checked=true]:hover:active {
4014 /* background-color: hsla(210,8%,5%,.2) !important;*/
4017 .devtools-responsiveui-menulist > .menulist-label-box {
4021 .devtools-responsiveui-menulist > .menulist-dropmarker {
4022 /* display: -moz-box;
4023 background-color: transparent;
4024 list-style-image: url("chrome://browser/skin/devtools/dropmarker.svg");
4025 -moz-box-align: center;
4030 .devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-button {
4033 -moz-border-end: 1px solid hsla(210,8%,5%,.45);
4034 box-shadow: -1px 0 0 hsla(210,16%,76%,.15) inset, 1px 0 0 hsla(210,16%,76%,.15);*/
4037 .devtools-responsiveui-toolbarbutton[type=menu-button]:-moz-locale-dir(rtl) > .toolbarbutton-menubutton-button {
4038 /* box-shadow: 1px 0 0 hsla(210,16%,76%,.15) inset, -1px 0 0 hsla(210,16%,76%,.15);*/
4041 .devtools-responsiveui-toolbarbutton[type=menu-button] {
4042 /* padding: 0 1px;*/
4043 -moz-box-align: stretch;
4046 .devtools-responsiveui-toolbarbutton[type=menu] > .toolbarbutton-menu-dropmarker,
4047 .devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-dropmarker {
4048 /* list-style-image: url("chrome://browser/skin/devtools/dropmarker.svg");
4049 -moz-box-align: center;
4053 .devtools-responsiveui-toolbar:-moz-locale-dir(ltr) > *:first-child,
4054 .devtools-responsiveui-toolbar:-moz-locale-dir(rtl) > *:last-child {
4058 .devtools-responsiveui-close {
4059 list-style-image: url("chrome://browser/skin/devtools/close.png");
4060 -moz-image-region: rect(0px,16px,16px,0px);
4063 .devtools-responsiveui-close:hover {
4064 -moz-image-region: rect(0px,32px,16px,16px);
4067 .devtools-responsiveui-rotate {
4068 list-style-image: url("chrome://browser/skin/devtools/responsiveui-rotate.png");
4069 -moz-image-region: rect(0px,16px,16px,0px);
4072 .devtools-responsiveui-rotate:hover {
4073 -moz-image-region: rect(0px,32px,16px,16px);
4076 @media (min-resolution: 2dppx) {
4077 .devtools-responsiveui-close {
4078 list-style-image: url("chrome://browser/skin/devtools/close@2x.png");
4081 .devtools-responsiveui-close:hover {
4082 -moz-image-region: rect(0px,64px,32px,32px);
4085 .devtools-responsiveui-rotate {
4086 list-style-image: url("chrome://browser/skin/devtools/responsiveui-rotate@2x.png");
4089 .devtools-responsiveui-rotate:hover {
4090 -moz-image-region: rect(0px,64px,32px,32px);
4094 .devtools-responsiveui-touch {
4095 list-style-image: url("chrome://browser/skin/devtools/responsiveui-touch.png");
4096 -moz-image-region: rect(0px,16px,16px,0px);
4099 .devtools-responsiveui-touch:hover,
4100 .devtools-responsiveui-touch[checked],
4101 .devtools-responsiveui-touch[checked]:hover {
4102 -moz-image-region: rect(0px,32px,16px,16px);
4105 @media (min-resolution: 2dppx) {
4106 .devtools-responsiveui-touch {
4107 list-style-image: url("chrome://browser/skin/devtools/responsiveui-touch@2x.png");
4108 -moz-image-region: rect(0px,32px,32px,0px);
4111 .devtools-responsiveui-touch:hover,
4112 .devtools-responsiveui-touch[checked],
4113 .devtools-responsiveui-touch[checked]:hover {
4114 -moz-image-region: rect(0px,64px,32px,32px);
4118 .devtools-responsiveui-screenshot {
4119 list-style-image: url("chrome://browser/skin/devtools/responsiveui-screenshot.png");
4120 -moz-image-region: rect(0px,16px,16px,0px);
4123 .devtools-responsiveui-screenshot:hover {
4124 -moz-image-region: rect(0px,32px,16px,16px);
4127 @media (min-resolution: 2dppx) {
4128 .devtools-responsiveui-screenshot {
4129 list-style-image: url("chrome://browser/skin/devtools/responsiveui-screenshot@2x.png");
4132 .devtools-responsiveui-screenshot:hover {
4133 -moz-image-region: rect(0px,64px,32px,32px);
4137 .devtools-responsiveui-resizebarV {
4141 transform: translate(12px, -12px);
4142 background-size: cover;
4143 background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer.png");
4146 .devtools-responsiveui-resizebarH {
4150 transform: translate(-12px, 12px);
4151 background-size: cover;
4152 background-image: url("chrome://browser/skin/devtools/responsive-horizontal-resizer.png");
4155 .devtools-responsiveui-resizehandle {
4159 transform: translate(12px, 12px);
4160 background-size: cover;
4161 background-image: url("chrome://browser/skin/devtools/responsive-se-resizer.png");
4164 /* FxOS custom mode with additional buttons and phone look'n feel */
4166 /* Hide devtools manual resizer */
4167 .browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizehandle,
4168 .browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizebarH,
4169 .browserStack[responsivemode].fxos-mode .devtools-responsiveui-resizebarV {
4173 /* Gives responsive mode a phone look'n feel */
4174 .browserStack[responsivemode].fxos-mode {
4175 padding: 60px 15px 0;
4177 border-radius: 25px / 20px;
4178 border-bottom-left-radius: 0;
4179 border-bottom-right-radius: 0;
4180 border: 1px solid #FFFFFF;
4181 border-bottom-width: 0;
4183 background-color: #353535;
4185 box-shadow: 0 3px 0.7px 1px #777777, 0 5px rgba(0, 0, 0, 0.4) inset;
4187 background-image: linear-gradient(to right, #111 11%, #333 56%);
4191 .devtools-responsiveui-hardware-buttons {
4192 -moz-appearance: none;
4195 border: 1px solid #FFFFFF;
4196 border-bottom-left-radius: 25px;
4197 border-bottom-right-radius: 25px;
4198 border-top-width: 0;
4200 box-shadow: 0 3px 0.7px 1px #777777, 0 -7px rgba(0, 0, 0, 0.4) inset;
4202 background-image: linear-gradient(to right, #111 11%, #333 56%);
4205 .devtools-responsiveui-home-button {
4208 list-style-image: url("chrome://browser/skin/devtools/responsiveui-home.png");
4211 .devtools-responsiveui-sleep-button {
4212 -moz-appearance: none;
4213 /* compensate browserStack top padding */
4221 border: 1px solid #444;
4222 border-top-right-radius: 12px;
4223 border-top-left-radius: 12px;
4224 border-bottom-color: transparent;
4226 background-image: linear-gradient(to top, #111 11%, #333 56%);
4229 .devtools-responsiveui-sleep-button:hover:active {
4230 background-image: linear-gradient(to top, #aaa 11%, #ddd 56%);
4233 .devtools-responsiveui-volume-buttons {
4237 .devtools-responsiveui-volume-up-button,
4238 .devtools-responsiveui-volume-down-button {
4239 -moz-appearance: none;
4240 border: 1px solid red;
4244 border: 1px solid #444;
4245 border-right-color: transparent;
4247 background-image: linear-gradient(to right, #111 11%, #333 56%);
4250 .devtools-responsiveui-volume-up-button:hover:active,
4251 .devtools-responsiveui-volume-down-button:hover:active {
4252 background-image: linear-gradient(to right, #aaa 11%, #ddd 56%);
4255 .devtools-responsiveui-volume-up-button {
4256 border-top-left-radius: 12px;
4259 .devtools-responsiveui-volume-down-button {
4260 border-bottom-left-radius: 12px;
4263 @media (min-resolution: 2dppx) {
4264 .devtools-responsiveui-resizebarV {
4265 background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer@2x.png");
4268 .devtools-responsiveui-resizebarH {
4269 background-image: url("chrome://browser/skin/devtools/responsive-horizontal-resizer@2x.png");
4272 .devtools-responsiveui-resizehandle {
4273 background-image: url("chrome://browser/skin/devtools/responsive-se-resizer@2x.png");
4277 /* === END responsivedesign.inc.css === */
4279 /* === including indicator.css is done at the start of the file === */
4283 #developer-toolbar-toolbox-button[error-count]:before {
4287 background-color: #FF0000;
4289 -moz-margin-end: 5px;
4292 /* Social toolbar item */
4294 #social-notification-icon-mentions {
4295 background-color: #000000;
4297 -moz-margin-start: 2px;
4300 #social-notification-icon-mentions:hover {
4301 background-color: #FFCF00;
4304 #social-notification-icon-mentions[open="true"] {
4305 background-color: #FF9F00;
4308 #social-sidebar-splitter {
4312 .popup-notification-icon[popupid="servicesInstall"] {
4313 list-style-image: url("chrome://browser/skin/social/services-64.png");
4315 #servicesInstall-notification-icon {
4316 list-style-image: url("chrome://browser/skin/social/services-16.png");
4318 #social-undoactivation-button {
4319 -moz-margin-start: 0; /* override default label margin to match description margin */
4322 #socialActivatedNotification .popup-notification-button-container {
4326 .social-activation-icon {
4333 #social-activation-message {
4337 #social-activation-message > label {
4341 /* social toolbar provider menu */
4342 .social-statusarea-popup {
4345 margin-right: -12px;
4348 .social-statusarea-user {
4349 border-bottom: 1px solid #9C9CFF;
4350 background-color: #000000;
4356 .social-statusarea-user-portrait {
4363 .social-statusarea-loggedInStatus {
4364 background: transparent;
4369 list-style-image: none;
4372 #social-statusarea-user[_moz-menuactive] > vbox > .social-statusarea-loggedInStatus {
4373 text-decoration: underline;
4376 .social-panel > .panel-arrowcontainer > .panel-arrowcontent {
4380 .social-panel-frame {
4381 border-radius: inherit;
4384 /* === BEGIN chat.inc.css === */
4386 #social-sidebar-header {
4390 #manage-share-providers,
4391 #social-sidebar-button {
4392 list-style-image: url("chrome://browser/skin/ToolbarFx.png");
4393 -moz-image-region: rect(0, 468px, 18px, 450px);
4396 #social-sidebar-button {
4397 -moz-appearance: none;
4402 #manage-share-providers > .toolbarbutton-icon,
4403 #social-sidebar-button > .toolbarbutton-icon {
4407 #manage-share-providers:hover,
4408 #manage-share-providers:hover:active,
4409 #social-sidebar-button:hover,
4410 #social-sidebar-button:hover:active {
4411 -moz-image-region: rect(18px, 468px, 36px, 450px);
4413 #social-sidebar-button > .toolbarbutton-menu-dropmarker {
4417 #social-sidebar-button[loading="true"] {
4418 list-style-image: url("chrome://global/skin/icons/loading.gif");
4421 #social-sidebar-favico {
4434 .chat-toolbarbutton {
4435 -moz-appearance: none;
4442 .chat-toolbarbutton:hover {
4443 /* background-color: rgba(255,255,255,.35);*/
4446 .chat-toolbarbutton:hover:active {
4447 /* background-color: rgba(255,255,255,.5);*/
4450 .chat-toolbarbutton > .toolbarbutton-text {
4454 .chat-toolbarbutton > .toolbarbutton-icon {
4459 .chat-close-button {
4460 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#close");
4463 .chat-close-button:-moz-any(:hover,:hover:active) {
4464 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#close-active");
4467 .chat-minimize-button {
4468 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#minimize");
4471 .chat-minimize-button:-moz-any(:hover,:hover:active) {
4472 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#minimize-active");
4476 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#expand");
4477 transform: rotate(180deg);
4480 .chat-swap-button:-moz-any(:hover,:hover:active) {
4481 list-style-image: url("chrome://browser/skin/social/chat-icons.svg#expand-active");
4484 chatbar > chatbox > .chat-titlebar > .chat-swap-button {
4490 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
4496 background-color: #9C9CFF;
4504 border-bottom: 1px solid #008484;
4508 .chat-titlebar > .notification-anchor-icon {
4513 .chat-titlebar[minimized="true"] {
4514 border-bottom: none;
4517 .chat-titlebar[selected] {
4518 background-color: #008484;
4521 .chat-titlebar[activity] {
4522 background-color: #E7ADE7;
4525 chatbox[dark=true] > .chat-titlebar,
4526 chatbox[dark=true] > .chat-titlebar[selected] {
4527 /* border-bottom: none;
4528 background-color: #000;
4529 background-image: none;*/
4532 chatbox[dark=true] > .chat-titlebar > hbox > .chat-title {
4533 /* font-weight: normal;
4544 list-style-image: url("chrome://browser/skin/social/services-16.png");
4545 background-color: #000000;
4551 border-top: 1px solid #008484;
4552 -moz-border-end: 1px solid #008484;
4555 @media (min-resolution: 2dppx) {
4557 list-style-image: url("chrome://browser/skin/social/services-16@2x.png");
4561 .chatbar-button > .toolbarbutton-icon {
4565 .chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
4572 .chatbar-button > .toolbarbutton-icon {
4576 .chatbar-button:hover > .toolbarbutton-icon,
4577 .chatbar-button[open="true"] > .toolbarbutton-icon {
4581 .chatbar-button:hover,
4582 .chatbar-button[open="true"] {
4585 .chatbar-button > .toolbarbutton-text,
4586 .chatbar-button > .toolbarbutton-menu-dropmarker {
4590 .chatbar-button[activity]:not([open="true"]) {
4591 background-color: #E7ADE7;
4594 .chatbar-button > menupopup > menuitem[activity] {
4599 background: transparent;
4605 -moz-margin-end: 20px;
4611 -moz-margin-start: 4px;
4612 background-color: #000000;
4613 border: 1px solid #9C9CFF;
4614 border-bottom: none;
4615 border-top-left-radius: 2.5px;
4616 border-top-right-radius: 2.5px;
4619 chatbox[minimized="true"] {
4625 -moz-margin-start: 0px;
4631 /* === END chat.inc.css === */
4634 /* background-color: #c4cfde; */
4637 .chat-titlebar[selected] {
4638 /* background-color: #dae3f0; */
4642 -moz-appearance: none;
4643 /* background-color: #c4cfde; */
4646 .chatbar-button > .toolbarbutton-icon {
4647 /* -moz-margin-end: 0; */
4650 .chatbar-button:hover,
4651 .chatbar-button[open="true"] {
4652 /* background-color: #dae3f0; */
4655 .chatbar-button[activity]:not([open="true"]) {
4659 /* border-top-left-radius: 2.5px;
4660 border-top-right-radius: 2.5px; */
4663 /* === BEGIN plugin-doorhanger.inc.css === */
4666 * Plugin Doorhanger Styles
4669 #notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent {
4670 padding: 6px 1px 2px;
4673 .click-to-play-plugins-notification-center-box {
4676 .plugin-popupnotification-centeritem:nth-child(odd) {
4677 /* background-color: rgba(0,0,0,0.1);*/
4680 .center-item-label {
4682 text-overflow: ellipsis;
4685 .center-item-warning-icon {
4686 background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png");
4687 background-repeat: no-repeat;
4690 -moz-margin-start: 6px;
4693 .click-to-play-plugins-notification-button-container {
4696 .click-to-play-popup-button {
4700 .click-to-play-plugins-notification-description-box {
4704 padding-bottom: 3px;
4707 .click-to-play-plugins-outer-description {
4711 .click-to-play-plugins-notification-link,
4716 .messageImage[value="plugin-hidden"] {
4717 list-style-image: url("chrome://browser/skin/notification-pluginNormal.png");
4720 /* Keep any changes to this style in sync with pluginProblem.css */
4721 notification.pluginVulnerable {
4724 notification.pluginVulnerable .messageImage {
4725 list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
4728 /* === END plugin-doorhanger.inc.css === */
4730 /* === BEGIN badcontent-doorhanger.inc.css === */
4732 .popup-notification-item-title[popupid="bad-content"] {
4736 .popup-notification-item-message[popupid="bad-content"] {
4740 .popup-notification-item-message[popupid="bad-content"][mixedblockdisabled]:not(.popup-notification-item-message-critical),
4741 .popup-notification-item-message[popupid="bad-content"][trackingblockdisabled]:not(.popup-notification-item-message-critical) {
4745 .popup-notification-item-message-critical[popupid="bad-content"] {
4750 .popup-notification-footer[popupid="bad-content"] {
4754 /* === END badcontent-doorhanger.inc.css === */
4756 /* EME notifications */
4758 .popup-notification-icon[popupid="drmContentPlaying"],
4759 #eme-notification-icon {
4760 list-style-image: url("chrome://browser/skin/drm-icon.svg#chains");
4763 #eme-notification-icon:hover:active {
4764 list-style-image: url("chrome://browser/skin/drm-icon.svg#chains-pressed");
4767 #eme-notification-icon[firstplay=true] {
4768 animation: emeTeachingMoment 0.2s linear 0s 5 normal;
4771 @keyframes emeTeachingMoment {
4772 0% {transform: translateX(0); }
4773 25% {transform: translateX(3px) }
4774 75% {transform: translateX(-3px) }
4775 100% { transform: translateX(0); }
4778 /* === BEGIN customizeMode.inc.css === */
4780 /* Customization mode */
4782 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox {
4786 #main-window:-moz-any([customize-entering],[customize-entered]) #content-deck,
4787 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox,
4788 #main-window:-moz-any([customize-entering],[customize-entered]) #navigator-toolbox {
4793 #main-window:-moz-any([customize-entering],[customize-exiting]) #tab-view-deck {
4794 pointer-events: none;
4797 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before,
4798 #PanelUI-contents > .panel-customization-placeholder {
4799 -moz-outline-radius: 2.5px;
4800 outline: 1px dashed transparent;
4803 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before {
4804 /* Prevent jumping of tabs when switching a window between inactive and active (bug 853415). */
4805 -moz-box-ordinal-group: 0;
4810 outline-offset: -2px;
4811 pointer-events: none;
4817 /* Shift the TabsToolbar outline up 2px since the #nav-bar is shifted up by 1px and the
4818 #TabsToolbar::after is a pixel higher to draw the bottom border of the tabstrip so this makes the
4819 offset from the bottom effectively the same as other targets (-2px). */
4820 #main-window[customize-entered] #TabsToolbar.customization-target::before {
4824 /* The parents of the outline pseudo-elements need to be positioned so that the outline is positioned relative to it. */
4825 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover,
4826 #main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)),
4827 #main-window[customize-entered] #nav-bar-customization-target.customization-target {
4831 /* Most target outlines are shown on hover and drag over but the panel menu uses
4832 placeholders instead. */
4833 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover::before,
4834 #main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before,
4835 /* nav-bar and panel outlines are always shown */
4836 #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before {
4837 outline-color: #A09090;
4840 #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before {
4841 transition: outline-color 250ms linear;
4844 #PanelUI-contents[showoutline=true] > .panel-customization-placeholder {
4845 transition: outline-color 250ms linear;
4846 outline-color: #9C9CFF;
4849 #PanelUI-contents > .panel-customization-placeholder {
4851 outline-offset: -5px;
4854 #main-window[customizing] .customization-target:not(#PanelUI-contents) {
4856 /* padding-left: 10px;
4857 padding-right: 10px;*/
4860 #main-window:-moz-any([customize-entering],[customize-entered]) #tab-view-deck {
4864 #customization-container {
4865 background-color: #000000;
4869 #customization-palette,
4870 #customization-empty {
4871 padding: 0 15px 15px;
4874 #customization-header {
4876 line-height: 1.75em;
4879 margin: 25px 25px 12px;
4880 padding-bottom: 12px;
4881 border-bottom: 1px solid #A09090;
4884 #customization-panel-container {
4885 padding: 10px 10px 0px;
4888 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox,
4889 #customization-footer {
4890 /*background-color: rgb(236,236,236);*/
4893 #customization-footer {
4894 border-top: 1px solid #9C9CFF;
4898 .customizationmode-button {
4902 .customizationmode-button:hover {
4905 #customization-titlebar-visibility-button[checked],
4906 #customization-devedition-theme-button[checked] {
4907 background-color: #008484;
4910 #customization-titlebar-visibility-button[checked]:hover,
4911 #customization-devedition-theme-button[checked]:hover {
4912 background-color: #FFCF00;
4915 #customization-titlebar-visibility-button[checked]:hover:active,
4916 #customization-devedition-theme-button[checked]:hover:active {
4917 background-color: #FF9F00;
4920 .customizationmode-button[disabled="true"] {
4923 .customizationmode-button > .box-inherit > .box-inherit > .button-icon,
4924 .customizationmode-button > .button-box > .button-icon {
4928 #customization-titlebar-visibility-button {
4929 list-style-image: url("chrome://browser/skin/customizableui/customize-titleBar-toggle.png");
4930 -moz-image-region: rect(0, 16px, 16px, 0);
4934 #customization-titlebar-visibility-button:hover {
4935 -moz-image-region: rect(16px, 16px, 32px, 0);
4938 #customization-titlebar-visibility-button > .button-box {
4940 padding-bottom: 1px;
4943 #customization-titlebar-visibility-button:hover:active > .button-box {