test rule for non-mac detection
[themes.git] / LCARStrek / browser / browser.css
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/. */
4
5 @import url("chrome://global/skin/");
6 @import url("downloads/indicator.css");
7
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");
11
12 toolbar {
13   -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar");
14 }
15
16 toolbar[customizable="true"] {
17   -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-browsercustom");
18 }
19
20 @supports ( -moz-appearance: -moz-mac-unified-toolbar ) {
21   /* This is a usable workaround to detect we're on Mac OS X. */
22   toolbar[customizable="true"]:not([nowindowdrag="true"]) {
23     -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom");
24   }
25 }
26
27 toolbar[type="menubar"][autohide="true"] {
28   -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menubar-autohide");
29 }
30
31 #toolbar-menubar[autohide="true"] {
32   -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menubar-autohide-browsercustom");
33 }
34
35 menubar {
36   -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
37 }
38
39 #menubar-items {
40   -moz-box-orient: vertical; /* for flex hack */
41 }
42
43 #main-menubar {
44   -moz-box-flex: 1; /* make menu items expand to fill toolbar height */
45 }
46
47 /* ::::: primary toolbar ::::: */
48
49 .toolbar-primary > .toolbar-box > .toolbar-holder {
50   background-color: #A09090;
51 }
52
53 .toolbar-primary > .toolbar-box > .toolbar-startcap,
54 .toolbar-primary > .toolbar-box > .toolbar-endcap {
55   background-color: #9C9CFF;
56 }
57
58 /* Hides the titlebar-placeholder underneath the window caption buttons when we
59    are not autohiding the menubar. */
60 #toolbar-menubar:not([autohide="true"]) + #TabsToolbar > .titlebar-placeholder[type="caption-buttons"] {
61   display: none;
62 }
63
64 /* We want a 4px gap between the TabsToolbar and the toolbar-menubar when the
65    toolbar-menu is displayed, and a 16px gap when it is not. 1px is taken care
66    of by the (light) outer shadow of the tab, the remaining 3/15 are these margins. */
67 #toolbar-menubar:not([moz-collapsed=true]):not([autohide=true]) ~ #TabsToolbar,
68 #toolbar-menubar:not([moz-collapsed=true])[autohide=true]:not([inactive]) ~ #TabsToolbar {
69 /*  margin-top: 3px;*/
70 }
71
72 #main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen])[chromehidden~="menubar"] #toolbar-menubar ~ #TabsToolbar,
73 #main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen]) #toolbar-menubar[autohide="true"][inactive] ~ #TabsToolbar {
74 /*  margin-top: 15px;*/
75 }
76
77 @supports ( not(-moz-appearance: -moz-mac-unified-toolbar) ) {
78   /* This is a usable workaround to detect we're not on Mac OS X. */
79   #toolbar-menubar:not([autohide="true"]) {
80     -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom");
81   }
82 }
83
84 @supports ( -moz-appearance: -moz-mac-unified-toolbar ) {
85   /* This is a usable workaround to detect we're on Mac OS X. */
86   #main-window[tabsintitlebar]:not([inFullscreen="true"]) #TabsToolbar {
87     padding-left: 60px;
88   }
89 }
90
91 #main-window[tabsintitlebar] #toolbar-menubar .toolbar-endcap {
92   /* 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 */
93   display: none;
94 }
95
96 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[customizing-dragovertarget].customization-target::before,
97 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar[customizing-dragovertarget].customization-target::before,
98 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar.customization-target:hover::before,
99 #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar.customization-target:hover::before {
100   outline-color: #A09090;
101 }
102
103 #navigator-toolbox {
104 }
105
106 #navigator-toolbox::after {
107   content: "";
108   display: -moz-box;
109   -moz-box-ordinal-group: 101; /* tabs toolbar is 100 */
110   height: 1px;
111 }
112
113 #navigator-toolbox > toolbar:not(:-moz-lwtheme) {
114 }
115
116 @supports ( not(-moz-appearance: -moz-mac-unified-toolbar) ) {
117   /* This is a usable workaround to detect we're not on Mac OS X. */
118   /* indent also due to non-applicable aero rule */
119   #toolbar-menubar {
120     background-color: transparent !important;
121   }
122
123   #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar:not(:-moz-lwtheme),
124   #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme) {
125     /* like menubar */
126     background-color: #6000CF;
127     color: #FF9F00;
128   }
129
130   #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar:not(:-moz-lwtheme):-moz-window-inactive,
131   #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
132     background-color: #8050B0;
133     color: #FF9F00;
134   }
135
136   #main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme) {
137     /*color: inherit;*/
138   }
139
140   #TabsToolbar:-moz-lwtheme {
141     /*background: linear-gradient(to top, @toolbarShadowColor@ 2px, transparent 2px);*/
142   }
143
144   #main-window[tabsintitlebar] #titlebar:-moz-lwtheme {
145     visibility: hidden;
146   }
147
148   #main-window[tabsintitlebar] #titlebar-content:-moz-lwtheme {
149     -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
150     visibility: visible;
151   }
152 }
153
154 @supports ( -moz-appearance: -moz-mac-unified-toolbar ) {
155   /* This is a usable workaround to detect we're on Mac OS X. */
156   #titlebar-buttonbox > .titlebar-button {
157     display: none;
158   }
159 }
160
161 #nav-bar {
162   /* Position the toolbar above the bottom of background tabs */
163   position: relative;
164   z-index: 1;
165 }
166
167 #personal-bookmarks {
168 /*  min-height: 24px; */
169 }
170
171 #print-preview-toolbar:not(:-moz-lwtheme) {
172   /* -moz-appearance: toolbox; */
173 }
174
175 #browser-bottombox:not(:-moz-lwtheme) {
176 }
177
178 /* ::::: titlebar ::::: */
179
180 #titlebar {
181   /* like menubar */
182   background-color: #6000CF;
183   color: #FF9F00;
184 }
185 #titlebar:-moz-window-inactive {
186   background-color: #8050B0;
187   color: #FF9F00;
188 }
189
190 #main-window[sizemode="normal"] > #titlebar {
191   margin-top: -3px;
192   margin-bottom: 3px;
193 }
194
195 #main-window[sizemode="maximized"] > #titlebar {
196   margin-top: 4px;
197 }
198
199 @supports ( -moz-appearance: -moz-mac-unified-toolbar ) {
200   /* This is a usable workaround to detect we're on Mac OS X. */
201   #main-window[sizemode="normal"] > #titlebar,
202   #main-window[sizemode="maximized"] > #titlebar {
203     margin-top: 19px;
204     /* There is a margin-bottom set to -23 by code. */
205   }
206 }
207
208 /* The button box must appear on top of the navigator-toolbox in order for
209  * click and hover mouse events to work properly for the button in the restored
210  * window state. Otherwise, elements in the navigator-toolbox, like the menubar,
211  * can swallow those events. It will also place the buttons above the fog on
212  * themes with Aero Glass.
213  */
214 #titlebar-buttonbox {
215   -moz-appearance: none;
216   margin-top: 6px;
217   margin-top: 4px;
218   -moz-margin-end: 3px;
219   z-index: 1;
220 }
221
222 .titlebar-placeholder[type="appmenu-button"] {
223   margin-left: 4px;
224 }
225
226 .titlebar-placeholder[type="caption-buttons"] {
227   margin-left: 10px;
228 }
229
230 /* titlebar command buttons */
231
232 #titlebar-min {
233   list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
234 }
235
236 #titlebar-min:hover {
237   list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
238 }
239
240 #titlebar-max {
241   list-style-image: url("chrome://browser/skin/win-maximize.gif");
242 }
243
244 #titlebar-max:hover {
245   list-style-image: url("chrome://browser/skin/win-maximize-hover.gif");
246 }
247
248 #main-window[sizemode="maximized"] #titlebar-max {
249   list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
250 }
251
252 #main-window[sizemode="maximized"] #titlebar-max:hover {
253   list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
254 }
255
256 #titlebar-close {
257   list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
258 }
259
260 #titlebar-close:hover {
261   list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
262 }
263
264 @supports ( -moz-appearance: -moz-mac-unified-toolbar ) {
265   /* This is a usable workaround to detect we're on Mac OS X. */
266   #titlebar-fullscreen-button {
267     -moz-appearance: none;
268     list-style-image: url("chrome://browser/skin/icons/mac-fullscreen-icon.png");
269     -moz-image-region: rect(0px, 16px, 16px, 0px);
270   }
271
272   #titlebar-fullscreen-button:hover {
273     -moz-image-region: rect(0px, 32px, 16px, 16px);
274   }
275
276   @media (min-resolution: 2dppx) {
277     #titlebar-fullscreen-button {
278       list-style-image: url("chrome://browser/skin/icons/mac-fullscreen-icon@2x.png");
279       -moz-image-region: rect(0px, 32px, 32px, 0px);
280     }
281
282     #titlebar-fullscreen-button:hover {
283       -moz-image-region: rect(0px, 64px, 32px, 32px);
284     }
285   }
286 }
287
288
289 /* ::::: bookmark buttons ::::: */
290
291 toolbarbutton.bookmark-item:not(.subviewbutton),
292 #personal-bookmarks[cui-areatype="toolbar"]:not([overflowedItem=true]) > #bookmarks-toolbar-placeholder {
293 /*  margin: 0;
294   padding: 2px 3px;*/
295 }
296
297 toolbarbutton.bookmark-item:not([disabled="true"]):not(.subviewbutton):hover:active,
298 toolbarbutton.bookmark-item[open="true"] {
299 /*  padding-top: 3px;
300   padding-bottom: 1px;
301   -moz-padding-start: 4px;
302   -moz-padding-end: 2px;*/
303 }
304
305 .bookmark-item > .toolbarbutton-icon,
306 #personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-icon {
307   width: 16px;
308   height: 16px;
309 }
310
311 /* Force the display of the label for bookmarks */
312 .bookmark-item > .toolbarbutton-text,
313 #personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-text {
314   display: -moz-box !important;
315 }
316
317 .bookmark-item > .toolbarbutton-menu-dropmarker {
318   display: none;
319 }
320
321 #bookmarks-toolbar-placeholder {
322   list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") !important;
323 }
324
325 toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-placeholder,
326 #personal-bookmarks[cui-areatype="menu-panel"] > #bookmarks-toolbar-placeholder {
327   list-style-image: url("chrome://browser/skin/places/bookmarksToolbar-menuPanel.png") !important;
328 }
329
330 /* ----- BOOKMARK STAR ANIMATION ----- */
331
332 @keyframes animation-bookmarkAdded {
333   from { transform: rotate(0deg) translateX(-16px) rotate(0deg) scale(1); opacity: 0; }
334   60%  { transform: rotate(180deg) translateX(-16px) rotate(-180deg) scale(2.2); opacity: 1; }
335   80%  { opacity: 1; }
336   to   { transform: rotate(180deg) translateX(-16px) rotate(-180deg) scale(1); opacity: 0; }
337 }
338
339 @keyframes animation-bookmarkPulse {
340   from { transform: scale(1); }
341   50%  { transform: scale(1.3); }
342   to   { transform: scale(1); }
343 }
344
345 #bookmarked-notification-container {
346   min-height: 1px;
347   min-width: 1px;
348   height: 1px;
349   margin-bottom: -1px;
350   z-index: 5;
351   position: relative;
352 }
353
354 #bookmarked-notification {
355   background-size: 16px;
356   background-position: center;
357   background-repeat: no-repeat;
358   width: 16px;
359   height: 16px;
360   opacity: 0;
361 }
362
363 #bookmarked-notification-dropmarker-anchor {
364   z-index: -1;
365   position: relative;
366 }
367
368 #bookmarked-notification-dropmarker-icon {
369   width: 18px;
370   height: 18px;
371   visibility: hidden;
372 }
373
374 #bookmarked-notification-anchor[notification="finish"] > #bookmarked-notification {
375   background-image: url("chrome://browser/skin/places/bookmarks-notification-finish.png");
376   animation: animation-bookmarkAdded 800ms;
377   animation-timing-function: ease, ease, ease;
378 }
379
380 #bookmarks-menu-button[notification="finish"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
381   list-style-image: none !important;
382 }
383
384 #bookmarked-notification-dropmarker-anchor[notification="finish"] > #bookmarked-notification-dropmarker-icon {
385   visibility: visible;
386   animation: animation-bookmarkPulse 300ms;
387   animation-delay: 600ms;
388   animation-timing-function: ease-out;
389 }
390
391 /* ::::: bookmark menus ::::: */
392
393 menu.bookmark-item,
394 menuitem.bookmark-item {
395   min-width: 0;
396   max-width: 32em;
397 }
398
399 .bookmark-item:not(.subviewbutton) > .menu-iconic-left {
400   margin-top: 0;
401   margin-bottom: 0;
402 }
403
404 .bookmark-item > .menu-iconic-left > .menu-iconic-icon {
405   -moz-padding-start: 0px;
406 }
407
408 /* ::::: bookmark items ::::: */
409
410 .bookmark-item  {
411   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
412   -moz-image-region: auto;
413 }
414
415 .bookmark-item[container] {
416   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
417   -moz-image-region: auto;
418 }
419
420 .bookmark-item[container][open] {
421   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
422   -moz-image-region: auto;
423 }
424
425 .bookmark-item[container][livemark] {
426   list-style-image: url("chrome://communicator/skin/bookmarks/livemark-folder.png");
427   -moz-image-region: auto;
428 }
429
430 .bookmark-item[container][livemark] .bookmark-item {
431   list-style-image: url("chrome://communicator/skin/bookmarks/livemark-item.png");
432   -moz-image-region: rect(0px, 16px, 16px, 0px);
433 }
434
435 .bookmark-item[container][livemark] .bookmark-item[visited] {
436   -moz-image-region: rect(0px, 32px, 16px, 16px);
437 }
438
439 .bookmark-item[container][query] {
440   list-style-image: url("chrome://communicator/skin/bookmarks/query.png");
441   -moz-image-region: auto;
442 }
443
444 .bookmark-item[query][tagContainer] {
445   list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
446   -moz-image-region: auto;
447 }
448
449 .bookmark-item[query][dayContainer] {
450   list-style-image: url("chrome://communicator/skin/history/calendar.png");
451   -moz-image-region: auto;
452 }
453
454 .bookmark-item[query][hostContainer] {
455   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
456   -moz-image-region: auto;
457 }
458
459 .bookmark-item[query][hostContainer][open] {
460   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
461   -moz-image-region: auto;
462 }
463
464 .bookmark-item[cutting] > .toolbarbutton-icon,
465 .bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-icon {
466   opacity: 0.5;
467 }
468
469 .bookmark-item[cutting] > .toolbarbutton-text,
470 .bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-text {
471   opacity: 0.7;
472 }
473
474 /* ::::: primary toolbar buttons ::::: */
475
476 /* === BEGIN toolbarbuttons.inc.css === */
477
478 /* Whole section of this included file: */
479 :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
480           #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
481           #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button,
482           #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
483           #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
484           #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
485           #copy-button, #paste-button, #e10s-button),
486
487 #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
488   list-style-image: url("chrome://browser/skin/ToolbarFx.png");
489 }
490
491 #back-button {
492   -moz-image-region: rect(0, 36px, 18px, 18px);
493 }
494
495 #back-button:hover:not([disabled="true"]) {
496   -moz-image-region: rect(18px, 36px, 36px, 18px);
497 }
498
499 #back-button[disabled="true"] {
500   -moz-image-region: rect(36px, 36px, 54px, 18px);
501 }
502
503 #forward-button {
504   -moz-image-region: rect(0, 72px, 18px, 54px);
505 }
506
507 #forward-button:hover:not([disabled="true"]) {
508   -moz-image-region: rect(18px, 72px, 36px, 54px);
509 }
510
511 #forward-button[disabled="true"] {
512   -moz-image-region: rect(36px, 72px, 54px, 54px);
513 }
514
515 #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
516 #forward-button:-moz-locale-dir(rtl) {
517   transform: scaleX(-1);
518 }
519
520 #home-button[cui-areatype="toolbar"] {
521   -moz-image-region: rect(0, 126px, 18px, 108px);
522 }
523
524 #home-button[cui-areatype="toolbar"]:hover {
525   -moz-image-region: rect(18px, 126px, 36px, 108px);
526 }
527
528 #bookmarks-menu-button[cui-areatype="toolbar"] {
529   -moz-image-region: rect(0, 144px, 18px, 126px);
530 }
531
532 #bookmarks-menu-button[cui-areatype="toolbar"]:hover,
533 #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] {
534   -moz-image-region: rect(18px, 144px, 36px, 126px);
535 }
536
537 /* When "new tab" page shows up, the menubutton-button (star button) is disabled */
538 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button[disabled="true"] {
539   -moz-image-region: rect(36px, 144px, 54px, 126px) !important;
540   background-color: transparent !important;
541 }
542
543 #bookmarks-menu-button[cui-areatype="toolbar"][starred] {
544   -moz-image-region: rect(0, 162px, 18px, 144px);
545 }
546
547 #bookmarks-menu-button[cui-areatype="toolbar"][starred]:hover,
548 #bookmarks-menu-button[cui-areatype="toolbar"][starred][open="true"],
549 #bookmarks-menu-button[cui-areatype="toolbar"][starred] > .toolbarbutton-menubutton-button[open="true"] {
550   /* When starred and clicked (for edit/delete dialog),
551    * then only the menubutton-button itself is open, but not the whole menubutton. */
552   -moz-image-region: rect(18px, 162px, 36px, 144px);
553 }
554
555 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
556   -moz-image-region: rect(0, 630px, 18px, 612px);
557 }
558
559 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker {
560   padding: 1px;
561   -moz-box-align: center;
562 }
563
564 #bookmarks-menu-button[cui-areatype="toolbar"]:hover > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
565 #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
566   -moz-image-region: rect(18px, 630px, 36px, 612px);
567 }
568
569 #bookmarks-menu-button[cui-areatype="toolbar"]:hover:active > .toolbarbutton-menubutton-dropmarker,
570 #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker {
571   padding-top: 2px;
572   padding-bottom: 0px;
573   -moz-padding-start: 2px;
574   -moz-padding-end: 0px;
575 }
576
577 #history-panelmenu[cui-areatype="toolbar"] {
578   -moz-image-region: rect(0, 180px, 18px, 162px);
579 }
580
581 #history-panelmenu[cui-areatype="toolbar"]:hover,
582 #history-panelmenu[cui-areatype="toolbar"][open="true"] {
583   -moz-image-region: rect(18px, 180px, 36px, 162px);
584 }
585
586 #downloads-button[cui-areatype="toolbar"] {
587   -moz-image-region: rect(0, 198px, 18px, 180px);
588 }
589
590 #downloads-button[cui-areatype="toolbar"]:hover,
591 #downloads-button[cui-areatype="toolbar"][open="true"] {
592   -moz-image-region: rect(18px, 198px, 36px, 180px);
593 }
594
595 #add-ons-button[cui-areatype="toolbar"] {
596   -moz-image-region: rect(0, 216px, 18px, 198px);
597 }
598
599 #add-ons-button[cui-areatype="toolbar"]:hover {
600   -moz-image-region: rect(18px, 216px, 36px, 198px);
601 }
602
603 #open-file-button[cui-areatype="toolbar"] {
604   -moz-image-region: rect(0, 234px, 18px, 216px);
605 }
606
607 #open-file-button[cui-areatype="toolbar"]:hover {
608   -moz-image-region: rect(18px, 234px, 36px, 216px);
609 }
610
611 #save-page-button[cui-areatype="toolbar"] {
612   -moz-image-region: rect(0, 252px, 18px, 234px);
613 }
614
615 #save-page-button[cui-areatype="toolbar"]:hover {
616   -moz-image-region: rect(18px, 252px, 36px, 234px);
617 }
618
619 #sync-button[cui-areatype="toolbar"] {
620   -moz-image-region: rect(0, 270px, 18px, 252px);
621 }
622
623 #sync-button[cui-areatype="toolbar"]:hover {
624   -moz-image-region: rect(18px, 270px, 36px, 252px);
625 }
626
627 #sync-button[cui-areatype="toolbar"][status="active"],
628 #sync-button[cui-areatype="toolbar"][status="active"]:hover:active:not([disabled="true"]) {
629   list-style-image: url("chrome://browser/skin/syncProgress-toolbar.png");
630   -moz-image-region: rect(0, 18px, 18px, 0px);
631 }
632
633 /*
634 #sync-button[cui-areatype="toolbar"][status="active"]:-moz-lwtheme-brighttext,
635 #sync-button[cui-areatype="toolbar"][status="active"]:-moz-lwtheme-brighttext:hover:active:not([disabled="true"]) {
636   list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png");
637 }
638 */
639
640 #feed-button[cui-areatype="toolbar"] {
641   -moz-image-region: rect(0, 288px, 18px, 270px);
642 }
643
644 #feed-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) {
645   -moz-image-region: rect(18px, 288px, 36px, 270px);
646 }
647
648 #feed-button[cui-areatype="toolbar"][disabled="true"] {
649   -moz-image-region: rect(36px, 288px, 54px, 270px);
650 }
651
652 #social-share-button[cui-areatype="toolbar"] {
653   -moz-image-region: rect(0px, 306px, 18px, 288px);
654 }
655
656 #social-share-button[cui-areatype="toolbar"]:hover {
657   -moz-image-region: rect(18px, 306px, 36px, 288px);
658 }
659
660 #characterencoding-button[cui-areatype="toolbar"] {
661   -moz-image-region: rect(0, 324px, 18px, 306px);
662 }
663
664 #characterencoding-button[cui-areatype="toolbar"]:hover:not([disabled="true"]),
665 #characterencoding-button[cui-areatype="toolbar"][open="true"] {
666   -moz-image-region: rect(18px, 324px, 36px, 306px);
667 }
668
669 #characterencoding-button[cui-areatype="toolbar"][disabled="true"] {
670   -moz-image-region: rect(36px, 324px, 54px, 306px);
671 }
672
673 #new-window-button[cui-areatype="toolbar"] {
674   -moz-image-region: rect(0, 342px, 18px, 324px);
675 }
676
677 #new-window-button[cui-areatype="toolbar"]:hover {
678   -moz-image-region: rect(18px, 342px, 36px, 324px);
679 }
680
681 #e10s-button[cui-areatype="toolbar"] {
682   -moz-image-region: rect(0, 342px, 18px, 324px);
683 }
684
685 #e10s-button[cui-areatype="toolbar"]:hover {
686   -moz-image-region: rect(18px, 342px, 36px, 324px);
687 }
688
689 #e10s-button > .toolbarbutton-icon {
690   transform: scaleY(-1);
691 }
692
693 #new-tab-button[cui-areatype="toolbar"] {
694   -moz-image-region: rect(0, 360px, 18px, 342px);
695 }
696
697 #new-tab-button[cui-areatype="toolbar"]:hover {
698   -moz-image-region: rect(18px, 360px, 36px, 342px);
699 }
700
701 #privatebrowsing-button[cui-areatype="toolbar"] {
702   -moz-image-region: rect(0, 378px, 18px, 360px);
703 }
704
705 #privatebrowsing-button[cui-areatype="toolbar"]:hover {
706   -moz-image-region: rect(18px, 378px, 36px, 360px);
707 }
708
709 #find-button[cui-areatype="toolbar"] {
710   -moz-image-region: rect(0, 396px, 18px, 378px);
711 }
712
713 #find-button[cui-areatype="toolbar"]:hover {
714   -moz-image-region: rect(18px, 396px, 36px, 378px);
715 }
716
717 #print-button[cui-areatype="toolbar"] {
718   -moz-image-region: rect(0, 414px, 18px, 396px);
719 }
720
721 #print-button[cui-areatype="toolbar"]:hover {
722   -moz-image-region: rect(18px, 414px, 36px, 396px);
723 }
724
725 #fullscreen-button[cui-areatype="toolbar"] {
726   -moz-image-region: rect(0, 432px, 18px, 414px);
727 }
728
729 #fullscreen-button[cui-areatype="toolbar"]:hover {
730   -moz-image-region: rect(18px, 432px, 36px, 414px);
731 }
732
733 #developer-button[cui-areatype="toolbar"] {
734   -moz-image-region: rect(0, 450px, 18px, 432px);
735 }
736
737 #developer-button[cui-areatype="toolbar"]:hover,
738 #developer-button[cui-areatype="toolbar"][open="true"] {
739   -moz-image-region: rect(18px, 450px, 36px, 432px);
740 }
741
742 #preferences-button[cui-areatype="toolbar"] {
743   -moz-image-region: rect(0, 468px, 18px, 450px);
744 }
745
746 #preferences-button[cui-areatype="toolbar"]:hover {
747   -moz-image-region: rect(18px, 468px, 36px, 450px);
748 }
749
750 #PanelUI-menu-button {
751   -moz-image-region: rect(0, 486px, 18px, 468px);
752 }
753
754 #PanelUI-menu-button:hover,
755 #PanelUI-menu-button[open="true"] {
756   -moz-image-region: rect(18px, 486px, 36px, 468px);
757 }
758
759 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button {
760   -moz-image-region: rect(0, 504px, 18px, 486px);
761 }
762
763 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button:hover:not([disabled="true"]) {
764   -moz-image-region: rect(18px, 504px, 36px, 486px);
765 }
766
767 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button[disabled="true"] {
768   -moz-image-region: rect(36px, 504px, 54px, 486px);
769 }
770
771 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button {
772   -moz-image-region: rect(0, 522px, 18px, 504px);
773 }
774
775 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button:hover:not([disabled="true"]) {
776   -moz-image-region: rect(18px, 522px, 36px, 504px);
777 }
778
779 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button[disabled="true"] {
780   -moz-image-region: rect(36px, 522px, 54px, 504px);
781 }
782
783 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button {
784   -moz-image-region: rect(0, 540px, 18px, 522px);
785 }
786
787 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button:hover:not([disabled="true"]) {
788   -moz-image-region: rect(18px, 540px, 36px, 522px);
789 }
790
791 #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button[disabled="true"] {
792   -moz-image-region: rect(36px, 540px, 54px, 522px);
793 }
794
795 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button {
796   -moz-image-region: rect(0, 558px, 18px, 540px);
797 }
798
799 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button:hover:not([disabled="true"]) {
800   -moz-image-region: rect(18px, 558px, 36px, 540px);
801 }
802
803 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button[disabled="true"] {
804   -moz-image-region: rect(36px, 558px, 54px, 540px);
805 }
806
807 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button {
808   -moz-image-region: rect(0, 576px, 18px, 558px);
809 }
810
811 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button:hover:not([disabled="true"]) {
812   -moz-image-region: rect(18px, 576px, 36px, 558px);
813 }
814
815 #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button[disabled="true"] {
816   -moz-image-region: rect(36px, 576px, 54px, 558px);
817 }
818
819 #webrtc-status-button:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) {
820   -moz-image-region: rect(0, 594px, 18px, 576px);
821 }
822
823 #webrtc-status-button:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])):hover,
824 #webrtc-status-button:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]))[open="true"] {
825   -moz-image-region: rect(18px, 594px, 36px, 576px);
826 }
827
828 #nav-bar-overflow-button {
829   -moz-image-region: rect(0, 612px, 18px, 594px);
830 }
831
832 #nav-bar-overflow-button:hover,
833 #nav-bar-overflow-button[open="true"] {
834   -moz-image-region: rect(18px, 612px, 36px, 594px);
835 }
836
837 #nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
838   transform: scaleX(-1);
839 }
840
841 #tabview-button {
842   -moz-image-region: rect(0, 648px, 18px, 630px);
843 }
844
845 #tabview-button:hover {
846   -moz-image-region: rect(18px, 648px, 36px, 630px);
847 }
848
849 #email-link-button[cui-areatype="toolbar"] {
850   -moz-image-region: rect(0, 666px, 18px, 648px);
851 }
852
853 #email-button[cui-areatype="toolbar"]:hover {
854   -moz-image-region: rect(18px, 666px, 36px, 648px);
855 }
856
857 #sidebar-button[cui-areatype="toolbar"] {
858   -moz-image-region: rect(0, 684px, 18px, 666px);
859 }
860
861 #sidebar-button[cui-areatype="toolbar"]:hover {
862   -moz-image-region: rect(18px, 684px, 36px, 666px);
863 }
864
865 #loop-call-button > .toolbarbutton-badge-container {
866   list-style-image: url("chrome://browser/skin/loop/toolbarfx.png");
867   -moz-image-region: rect(0, 18px, 18px, 0);
868 }
869
870 #loop-call-button:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
871   -moz-image-region: rect(0, 90px, 18px, 72px);
872 }
873
874 #loop-call-button[disabled="true"] > .toolbarbutton-badge-container {
875   -moz-image-region: rect(0, 36px, 18px, 18px);
876 }
877
878 #loop-call-button[disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
879   -moz-image-region: rect(0, 126px, 18px, 108px);
880 }
881
882 #loop-call-button:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container {
883   -moz-image-region: rect(0, 54px, 18px, 36px);
884 }
885
886 #loop-call-button:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container {
887   -moz-image-region: rect(0, 72px, 18px, 54px);
888 }
889
890 #loop-call-button:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container {
891   -moz-image-region: rect(0, 108px, 18px, 90px);
892 }
893
894 /* === END toolbarbuttons.inc.css === */
895
896 /* === BEGIN menupanel.inc.css === */
897
898 /* Menu panel and palette styles */
899
900 toolbaritem[sdkstylewidget="true"] > toolbarbutton,
901 :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
902           #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
903           #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button,
904           #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
905           #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
906           #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
907           #copy-button, #paste-button, #e10s-button)[cui-areatype="menu-panel"],
908 toolbarpaletteitem[place="palette"] > :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button,
909           #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button,
910           #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button,
911           #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button,
912           #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button,
913           #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button,
914           #copy-button, #paste-button, #e10s-button) {
915   list-style-image: url("chrome://browser/skin/menuPanelFx.png"); /* avoid aero overrides with changed filename */
916 }
917
918 #home-button[cui-areatype="menu-panel"],
919 toolbarpaletteitem[place="palette"] > #home-button {
920   -moz-image-region: rect(0px, 128px, 32px, 96px);
921 }
922
923 #home-button[cui-areatype="menu-panel"]:hover,
924 toolbarpaletteitem[place="palette"] > #home-button:hover {
925   -moz-image-region: rect(32px, 128px, 64px, 96px);
926 }
927
928 #bookmarks-menu-button[cui-areatype="menu-panel"],
929 toolbarpaletteitem[place="palette"] > #bookmarks-menu-button {
930   -moz-image-region: rect(0px, 192px, 32px, 160px);
931 }
932
933 #bookmarks-menu-button[cui-areatype="menu-panel"]:hover,
934 toolbarpaletteitem[place="palette"] > #bookmarks-menu-button:hover {
935   -moz-image-region: rect(32px, 192px, 64px, 160px);
936 }
937
938 #bookmarks-menu-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
939   -moz-image-region: rect(32px, 192px, 64px, 160px);
940 }
941
942 #history-panelmenu[cui-areatype="menu-panel"],
943 toolbarpaletteitem[place="palette"] > #history-panelmenu {
944   -moz-image-region: rect(0px, 224px, 32px, 192px);
945 }
946
947 #history-panelmenu[cui-areatype="menu-panel"]:hover,
948 toolbarpaletteitem[place="palette"] > #history-panelmenu:hover {
949   -moz-image-region: rect(32px, 224px, 64px, 192px);
950 }
951
952 #history-panelmenu[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
953   -moz-image-region: rect(32px, 224px, 64px, 192px);
954 }
955
956 #downloads-button[cui-areatype="menu-panel"],
957 toolbarpaletteitem[place="palette"] > #downloads-button {
958   -moz-image-region: rect(0px, 256px, 32px, 224px);
959 }
960
961 #downloads-button[cui-areatype="menu-panel"]:hover,
962 toolbarpaletteitem[place="palette"] > #downloads-button:hover {
963   -moz-image-region: rect(32px, 256px, 64px, 224px);
964 }
965
966 #add-ons-button[cui-areatype="menu-panel"],
967 toolbarpaletteitem[place="palette"] > #add-ons-button {
968   -moz-image-region: rect(0px, 288px, 32px, 256px);
969 }
970
971 #add-ons-button[cui-areatype="menu-panel"]:hover,
972 toolbarpaletteitem[place="palette"] > #add-ons-button:hover {
973   -moz-image-region: rect(32px, 288px, 64px, 256px);
974 }
975
976 #open-file-button[cui-areatype="menu-panel"],
977 toolbarpaletteitem[place="palette"] > #open-file-button {
978   -moz-image-region: rect(0px, 320px, 32px, 288px);
979 }
980
981 #open-file-button[cui-areatype="menu-panel"]:hover,
982 toolbarpaletteitem[place="palette"] > #open-file-button:hover {
983   -moz-image-region: rect(32px, 320px, 64px, 288px);
984 }
985
986 #save-page-button[cui-areatype="menu-panel"],
987 toolbarpaletteitem[place="palette"] > #save-page-button {
988   -moz-image-region: rect(0px, 352px, 32px, 320px);
989 }
990
991 #save-page-button[cui-areatype="menu-panel"]:hover,
992 toolbarpaletteitem[place="palette"] > #save-page-button:hover {
993   -moz-image-region: rect(32px, 352px, 64px, 320px);
994 }
995
996 #sync-button[cui-areatype="menu-panel"],
997 toolbarpaletteitem[place="palette"] > #sync-button {
998   -moz-image-region: rect(0px, 384px, 32px, 352px);
999 }
1000
1001 #sync-button[cui-areatype="menu-panel"]:hover,
1002 toolbarpaletteitem[place="palette"] > #sync-button:hover {
1003   -moz-image-region: rect(32px, 384px, 64px, 352px);
1004 }
1005
1006 #sync-button[cui-areatype="menu-panel"][status="active"] {
1007   list-style-image: url("chrome://browser/skin/syncProgress-menuPanel.png");
1008   -moz-image-region: rect(0px, 32px, 32px, 0px);
1009 }
1010
1011 #feed-button[cui-areatype="menu-panel"],
1012 toolbarpaletteitem[place="palette"] > #feed-button {
1013   -moz-image-region: rect(0px, 416px, 32px, 384px);
1014 }
1015
1016 #feed-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1017 toolbarpaletteitem[place="palette"] > #feed-button:hover:not([disabled="true"]) {
1018   -moz-image-region: rect(32px, 416px, 64px, 384px);
1019 }
1020
1021 #feed-button[cui-areatype="menu-panel"][disabled="true"],
1022 toolbarpaletteitem[place="palette"] > #feed-button[disabled="true"] {
1023   -moz-image-region: rect(64px, 416px, 96px, 384px);
1024 }
1025
1026 #social-share-button[cui-areatype="menu-panel"],
1027 toolbarpaletteitem[place="palette"] > #social-share-button {
1028   -moz-image-region: rect(0px, 448px, 32px, 416px);
1029 }
1030
1031 #social-share-button[cui-areatype="menu-panel"]:hover,
1032 toolbarpaletteitem[place="palette"] > #social-share-button:hover {
1033   -moz-image-region: rect(32px, 448px, 64px, 416px);
1034 }
1035
1036 #characterencoding-button[cui-areatype="menu-panel"],
1037 toolbarpaletteitem[place="palette"] > #characterencoding-button {
1038   -moz-image-region: rect(0px, 480px, 32px, 448px);
1039 }
1040
1041 #characterencoding-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]),
1042 toolbarpaletteitem[place="palette"] > #characterencoding-button:hover:not([disabled="true"]) {
1043   -moz-image-region: rect(32px, 480px, 64px, 448px);
1044 }
1045
1046 #characterencoding-button[cui-areatype="menu-panel"][disabled="true"],
1047 toolbarpaletteitem[place="palette"] > #characterencoding-button[disabled="true"] {
1048   -moz-image-region: rect(64px, 480px, 96px, 448px);
1049 }
1050
1051 #characterencoding-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1052   -moz-image-region: rect(32px, 480px, 64px, 448px);
1053 }
1054
1055 #new-window-button[cui-areatype="menu-panel"],
1056 toolbarpaletteitem[place="palette"] > #new-window-button {
1057   -moz-image-region: rect(0px, 512px, 32px, 480px);
1058 }
1059
1060 #new-window-button[cui-areatype="menu-panel"]:hover,
1061 toolbarpaletteitem[place="palette"] > #new-window-button:hover {
1062   -moz-image-region: rect(32px, 512px, 64px, 480px);
1063 }
1064
1065 #e10s-button[cui-areatype="menu-panel"],
1066 toolbarpaletteitem[place="palette"] > #e10s-button {
1067   -moz-image-region: rect(0px, 512px, 32px, 480px);
1068 }
1069
1070 #e10s-button[cui-areatype="menu-panel"]:hover,
1071 toolbarpaletteitem[place="palette"] > #e10s-button:hover {
1072   -moz-image-region: rect(32px, 512px, 64px, 480px);
1073 }
1074
1075 #new-tab-button[cui-areatype="menu-panel"],
1076 toolbarpaletteitem[place="palette"] > #new-tab-button {
1077   -moz-image-region: rect(0px, 544px, 32px, 512px);
1078 }
1079
1080 #new-tab-button[cui-areatype="menu-panel"]:hover,
1081 toolbarpaletteitem[place="palette"] > #new-tab-button:hover {
1082   -moz-image-region: rect(32px, 544px, 64px, 512px);
1083 }
1084
1085 #privatebrowsing-button[cui-areatype="menu-panel"],
1086 toolbarpaletteitem[place="palette"] > #privatebrowsing-button {
1087   -moz-image-region: rect(0px, 576px, 32px, 544px);
1088 }
1089
1090 #privatebrowsing-button[cui-areatype="menu-panel"]:hover,
1091 toolbarpaletteitem[place="palette"] > #privatebrowsing-button:hover {
1092   -moz-image-region: rect(32px, 576px, 64px, 544px);
1093 }
1094
1095 #tabview-button[cui-areatype="menu-panel"],
1096 toolbarpaletteitem[place="palette"] > #tabview-button {
1097   -moz-image-region: rect(0px, 608px, 32px, 576px);
1098 }
1099
1100 #tabview-button[cui-areatype="menu-panel"]:hover,
1101 toolbarpaletteitem[place="palette"] > #tabview-button:hover {
1102   -moz-image-region: rect(32px, 608px, 64px, 576px);
1103 }
1104
1105 #find-button[cui-areatype="menu-panel"],
1106 toolbarpaletteitem[place="palette"] > #find-button {
1107   -moz-image-region: rect(0px, 640px, 32px, 608px);
1108 }
1109
1110 #find-button[cui-areatype="menu-panel"]:hover,
1111 toolbarpaletteitem[place="palette"] > #find-button:hover {
1112   -moz-image-region: rect(32px, 640px, 64px, 608px);
1113 }
1114
1115 #print-button[cui-areatype="menu-panel"],
1116 toolbarpaletteitem[place="palette"] > #print-button {
1117   -moz-image-region: rect(0px, 672px, 32px, 640px);
1118 }
1119
1120 #print-button[cui-areatype="menu-panel"]:hover,
1121 toolbarpaletteitem[place="palette"] > #print-button:hover {
1122   -moz-image-region: rect(32px, 672px, 64px, 640px);
1123 }
1124
1125 #fullscreen-button[cui-areatype="menu-panel"],
1126 toolbarpaletteitem[place="palette"] > #fullscreen-button {
1127   -moz-image-region: rect(0px, 704px, 32px, 672px);
1128 }
1129
1130 #fullscreen-button[cui-areatype="menu-panel"]:hover,
1131 toolbarpaletteitem[place="palette"] > #fullscreen-button:hover {
1132   -moz-image-region: rect(32px, 704px, 64px, 672px);
1133 }
1134
1135 #developer-button[cui-areatype="menu-panel"],
1136 toolbarpaletteitem[place="palette"] > #developer-button {
1137   -moz-image-region: rect(0px, 736px, 32px, 704px);
1138 }
1139
1140 #developer-button[cui-areatype="menu-panel"]:hover,
1141 toolbarpaletteitem[place="palette"] > #developer-button:hover {
1142   -moz-image-region: rect(32px, 736px, 64px, 704px);
1143 }
1144
1145 #developer-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1146   -moz-image-region: rect(32px, 736px, 64px, 704px);
1147 }
1148
1149 #preferences-button[cui-areatype="menu-panel"],
1150 toolbarpaletteitem[place="palette"] > #preferences-button {
1151   -moz-image-region: rect(0px, 768px, 32px, 736px);
1152 }
1153
1154 #preferences-button[cui-areatype="menu-panel"]:hover,
1155 toolbarpaletteitem[place="palette"] > #preferences-button:hover {
1156   -moz-image-region: rect(32px, 768px, 64px, 736px);
1157 }
1158
1159 #email-link-button[cui-areatype="menu-panel"],
1160 toolbarpaletteitem[place="palette"] > #email-link-button {
1161   -moz-image-region: rect(0, 800px, 32px, 768px);
1162 }
1163
1164 #email-link-button[cui-areatype="menu-panel"]:hover,
1165 toolbarpaletteitem[place="palette"] > #email-link-button:hover {
1166   -moz-image-region: rect(32px, 800px, 64px, 768px);
1167 }
1168
1169 #sidebar-button[cui-areatype="menu-panel"],
1170 toolbarpaletteitem[place="palette"] > #sidebar-button {
1171   -moz-image-region: rect(0, 864px, 32px, 832px);
1172 }
1173
1174 #sidebar-button[cui-areatype="menu-panel"]:hover,
1175 toolbarpaletteitem[place="palette"] > #sidebar-button:hover {
1176   -moz-image-region: rect(32px, 864px, 64px, 832px);
1177 }
1178
1179 #sidebar-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] {
1180   -moz-image-region: rect(32px, 864px, 64px, 832px);
1181 }
1182
1183 toolbaritem[sdkstylewidget="true"] > toolbarbutton {
1184   -moz-image-region: rect(0, 832px, 32px, 800px);
1185 }
1186
1187 #loop-call-button[cui-areatype="menu-panel"] > .toolbarbutton-badge-container,
1188 toolbarpaletteitem[place="palette"] > #loop-call-button > .toolbarbutton-badge-container {
1189   list-style-image: url("chrome://browser/skin/loop/menuPanel.png");
1190   -moz-image-region: rect(0, 32px, 32px, 0);
1191 }
1192
1193 /* Make sure that the state icons are not shown in the customization palette. */
1194 toolbarpaletteitem[place="palette"] > #loop-call-button > .toolbarbutton-badge-container {
1195   -moz-image-region: rect(0, 32px, 32px, 0) !important;
1196 }
1197
1198 #loop-call-button[cui-areatype="menu-panel"]:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
1199   -moz-image-region: rect(0, 160px, 32px, 128px);
1200 }
1201
1202 #loop-call-button[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container {
1203   -moz-image-region: rect(0, 64px, 32px, 32px);
1204 }
1205
1206 #loop-call-button[cui-areatype="menu-panel"][disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container {
1207   -moz-image-region: rect(0, 224px, 32px, 192px);
1208 }
1209
1210 #loop-call-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container {
1211   -moz-image-region: rect(0, 96px, 32px, 64px);
1212 }
1213
1214 #loop-call-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container {
1215   -moz-image-region: rect(0, 128px, 32px, 96px);
1216 }
1217
1218 #loop-call-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container {
1219   -moz-image-region: rect(0, 192px, 32px, 160px);
1220 }
1221
1222 /* Wide panel control icons */
1223
1224 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton,
1225 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton,
1226 toolbarpaletteitem[place="palette"] > #edit-controls > toolbarbutton,
1227 toolbarpaletteitem[place="palette"] > #zoom-controls > toolbarbutton {
1228   list-style-image: url("chrome://browser/skin/menuPanelFx-small.png"); /* avoid aero overrides with changed filename */
1229 }
1230
1231 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button,
1232 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button {
1233   -moz-image-region: rect(0px, 32px, 16px, 16px);
1234 }
1235
1236 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button:hover:not([disabled="true"]),
1237 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button:hover:not([disabled="true"]) {
1238   -moz-image-region: rect(16px, 32px, 32px, 16px);
1239 }
1240
1241 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button[disabled="true"],
1242 toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button[disabled="true"] {
1243   -moz-image-region: rect(32px, 32px, 48px, 16px);
1244 }
1245
1246 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button,
1247 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button {
1248   -moz-image-region: rect(0px, 48px, 16px, 32px);
1249 }
1250
1251 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button:hover:not([disabled="true"]),
1252 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button:hover:not([disabled="true"]) {
1253   -moz-image-region: rect(16px, 48px, 32px, 32px);
1254 }
1255
1256 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button[disabled="true"],
1257 toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button[disabled="true"] {
1258   -moz-image-region: rect(32px, 48px, 48px, 32px);
1259 }
1260
1261 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button,
1262 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button {
1263   -moz-image-region: rect(0px, 64px, 16px, 48px);
1264 }
1265
1266 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button:hover:not([disabled="true"]),
1267 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button:hover:not([disabled="true"]) {
1268   -moz-image-region: rect(16px, 64px, 32px, 48px);
1269 }
1270
1271 #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button[disabled="true"],
1272 toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button[disabled="true"] {
1273   -moz-image-region: rect(32px, 64px, 48px, 48px);
1274 }
1275
1276 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button,
1277 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button {
1278   -moz-image-region: rect(0px, 80px, 16px, 64px);
1279 }
1280
1281 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button:hover:not([disabled="true"]),
1282 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button:hover:not([disabled="true"]) {
1283   -moz-image-region: rect(16px, 80px, 32px, 64px);
1284 }
1285
1286 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button[disabled="true"],
1287 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button[disabled="true"] {
1288   -moz-image-region: rect(32px, 80px, 48px, 64px);
1289 }
1290
1291 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button,
1292 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button {
1293   -moz-image-region: rect(0px, 96px, 16px, 80px);
1294 }
1295
1296 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button:hover:not([disabled="true"]),
1297 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button:hover:not([disabled="true"]) {
1298   -moz-image-region: rect(16px, 96px, 32px, 80px);
1299 }
1300
1301 #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button[disabled="true"],
1302 toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button[disabled="true"] {
1303   -moz-image-region: rect(32px, 96px, 48px, 80px);
1304 }
1305
1306 /* === END menupanel.inc.css === */
1307
1308 .toolbarbutton-1:not([type="menu-button"]) {
1309   -moz-box-orient: vertical;
1310 }
1311
1312 .toolbarbutton-1,
1313 .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1314 /*  min-width: 36px;
1315   min-height: 36px;*/
1316 }
1317
1318 .toolbarbutton-1,
1319 .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1320 .toolbarbutton-1[disabled="true"]:hover:active,
1321 .toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button {
1322   padding: 1px 2px;
1323 }
1324
1325 .toolbarbutton-1:hover:active,
1326 .toolbarbutton-1[open="true"],
1327 .toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button {
1328   padding-top: 2px;
1329   padding-bottom: 0px;
1330   -moz-padding-start: 3px;
1331   -moz-padding-end: 1px;
1332 }
1333
1334 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-icon,
1335 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker,
1336 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker,
1337 #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1338 #main-window:not([customizing]) .toolbarbutton-1 > .toolbarbutton-menubutton-button[disabled=true] > .toolbarbutton-icon {
1339 }
1340
1341 .toolbarbutton-1 > .toolbarbutton-menu-dropmarker,
1342 .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1343 }
1344
1345 toolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:-moz-lwtheme-brighttext,
1346 toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-brighttext {
1347 }
1348
1349 .toolbarbutton-1 > .toolbarbutton-icon,
1350 .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1351 }
1352
1353 #nav-bar .toolbarbutton-1,
1354 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1355 }
1356
1357 #nav-bar .toolbarbutton-1:not([type=menu-button]),
1358 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1359 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1360 }
1361
1362 #nav-bar #PanelUI-menu-button {
1363 /*  -moz-padding-start: 7px;
1364   -moz-padding-end: 5px;*/
1365 }
1366
1367 #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#social-provider-button):not(#PanelUI-menu-button) {
1368 /*  padding-left: 5px;
1369   padding-right: 5px;*/
1370 }
1371
1372 #nav-bar .toolbarbutton-1 > menupopup {
1373 /*  margin-top: -3px;*/
1374 }
1375
1376 #nav-bar .toolbarbutton-1 > menupopup.cui-widget-panel {
1377   margin-top: -4px;
1378 }
1379
1380 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
1381 /*  -moz-padding-end: 0;*/
1382 }
1383
1384 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
1385 /*  -moz-padding-start: 0;
1386   -moz-box-align: center;*/
1387 }
1388
1389 #nav-bar .toolbarbutton-1 > .toolbarbutton-icon,
1390 #nav-bar .toolbarbutton-1 > .toolbarbutton-text,
1391 #nav-bar .toolbarbutton-1 > .toolbarbutton-badge-container,
1392 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1393 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1394 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon {
1395 /*  padding: 2px 6px;
1396   border: 1px solid;
1397   border-color: transparent;
1398   transition-property: background-color, border-color;
1399   transition-duration: 150ms;*/
1400 }
1401 /*
1402 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-icon,
1403 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-badge-container,
1404 #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1405   padding: 3px 7px;
1406 }
1407 */
1408
1409 /* Help SDK icons fit: */
1410 toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
1411   width: 16px;
1412 }
1413
1414 #nav-bar toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
1415   /* XXXgijs box models strike again: this is 16px + 2 * 7px padding + 2 * 1px border (from the rules above) */
1416   width: 32px;
1417 }
1418
1419 #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#social-provider-button):not(#PanelUI-menu-button) > .toolbarbutton-icon,
1420 #nav-bar .toolbarbutton-1[type=menu] > .toolbarbutton-text /* hack for add-ons that forcefully display the label */ {
1421 /*  -moz-padding-end: 17px;*/
1422 }
1423
1424 #nav-bar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker {
1425 }
1426
1427 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
1428 }
1429
1430 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
1431 }
1432
1433 #nav-bar .toolbaritem-combined-buttons {
1434 /*  margin-left: 2px;
1435   margin-right: 2px;*/
1436 }
1437
1438 #nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1 {
1439 /*  padding-left: 0;
1440   padding-right: 0;*/
1441 }
1442
1443 #nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before,
1444 #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 {
1445 /*
1446   content: "";
1447   display: -moz-box;
1448   width: 1px;
1449   height: 16px;
1450   -moz-margin-end: -1px;
1451 */
1452 }
1453
1454 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon {
1455 }
1456
1457 #nav-bar .toolbarbutton-1:not([disabled=true]) > .toolbarbutton-menubutton-button[open] + .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1458 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
1459 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
1460 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-icon,
1461 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-text,
1462 #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-badge-container,
1463 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button:not([open]):not(:active):not([disabled=true]):hover > .toolbarbutton-icon,
1464 #nav-bar .toolbarbutton-1:not([buttonover]):not([open]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon {
1465 }
1466
1467 #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):-moz-any(:hover:active, [open]) > .toolbarbutton-icon,
1468 #nav-bar .toolbarbutton-1[open] > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon,
1469 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-icon,
1470 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-text,
1471 #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-badge-container {
1472 }
1473
1474 #TabsToolbar .toolbarbutton-1,
1475 #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button,
1476 .tabbrowser-arrowscrollbox > .scrollbutton-up,
1477 .tabbrowser-arrowscrollbox > .scrollbutton-down {
1478 }
1479
1480 #TabsToolbar .toolbarbutton-1:not([disabled=true]):hover,
1481 #TabsToolbar .toolbarbutton-1[open],
1482 #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):hover,
1483 .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled=true]):hover,
1484 .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled=true]):hover {
1485 }
1486
1487 /* unified back/forward button */
1488
1489 #forward-button {
1490   -moz-box-align: stretch; /* let the button shape grow vertically with the location bar */
1491 }
1492
1493 #forward-button > menupopup {
1494   margin-top: 1px !important;
1495 }
1496
1497 #forward-button > .toolbarbutton-icon {
1498   background-clip: padding-box !important;
1499   /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */
1500   /*clip-path: url(chrome://browser/content/browser.xul#keyhole-forward-clip-path) !important;*/
1501 }
1502
1503 #forward-button {
1504   -moz-margin-start: -4px !important;
1505   padding-left: 4px;
1506   padding-right: 2px;
1507   margin-top: 3px;
1508   margin-bottom: 3px;
1509   border-radius: 0 10000px 10000px 0;
1510 }
1511
1512 #forward-button:-moz-locale-dir(rtl) {
1513   border-radius: 10000px 0 0 10000px;
1514 }
1515
1516 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #forward-button {
1517   transition: margin-left 150ms ease-out;
1518 }
1519
1520 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] {
1521   margin-left: -27px !important;
1522 }
1523
1524 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] {
1525   /* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */
1526   transition-delay: 100s;
1527 }
1528
1529 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] {
1530   /* when not hovered anymore, trigger a new transition to hide the forward button immediately */
1531   margin-left: -27.01px !important;
1532 }
1533
1534 #back-button {
1535 /*  padding-top: 3px !important;
1536   padding-bottom: 3px !important;
1537   -moz-padding-start: 5px !important;
1538   -moz-padding-end: 0 !important;*/
1539   position: relative;
1540   z-index: 1;
1541   border-radius: 10000px;
1542   width: 30px;
1543   height: 30px;
1544   margin-top: -2px;
1545   margin-bottom: -2px;
1546 }
1547
1548 #back-button:-moz-locale-dir(rtl) {
1549 }
1550
1551 #back-button > menupopup {
1552   margin-top: -1px !important;
1553 }
1554
1555 #back-button > .toolbarbutton-icon {
1556   border-radius: 10000px !important;
1557   background-clip: padding-box !important;
1558 /*  background-color: hsla(210,25%,98%,.08) !important;
1559   padding: 6px !important;
1560   border-style: none !important;
1561   box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25),
1562               0 0 0 1px hsla(210,4%,10%,.25);*/
1563   transition-property: background-color, box-shadow !important;
1564   transition-duration: 250ms !important;
1565 }
1566
1567 #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon {
1568 /*  background-color: hsla(210,4%,10%,.08) !important;*/
1569 }
1570
1571 #back-button:not([disabled="true"]):hover:active > .toolbarbutton-icon,
1572 #back-button[open="true"] > .toolbarbutton-icon {
1573 /*  background-color: hsla(210,4%,10%,.12) !important;
1574   box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25),
1575               0 0 0 1px hsla(210,4%,10%,.25),
1576               0 1px 0 0 hsla(210,80%,20%,.1) inset !important;*/
1577 }
1578
1579 #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
1580   transform: scaleX(-1);
1581 }
1582 /*
1583 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
1584 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
1585   list-style-image: url("chrome://browser/skin/menu-back.png") !important;
1586 }
1587
1588 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
1589 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
1590   list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
1591 }
1592
1593 #home-button.bookmark-item {
1594   list-style-image: url("chrome://browser/skin/Toolbar.png");
1595 }
1596
1597 #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),
1598 #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),
1599 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1600 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1601 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1602 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1603 #home-button.bookmark-item:-moz-lwtheme-brighttext {
1604   position: relative;
1605   z-index: 1;
1606   list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
1607 }
1608
1609 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
1610 #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme) {
1611   list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png");
1612 }
1613 */
1614
1615 #downloads-button > .toolbarbutton-icon {
1616   margin: 0;
1617 }
1618
1619 /* tabview button & menu item */
1620
1621 #menu_tabview {
1622   list-style-image: url("chrome://browser/skin/tabview/tabview.png");
1623   -moz-image-region: rect(1px, 89px, 17px, 73px);
1624 }
1625
1626 #menu_tabview[groups="0"] {
1627   -moz-image-region: rect(1px, 17px, 17px, 1px);
1628 }
1629
1630 #menu_tabview[groups="1"] {
1631   -moz-image-region: rect(1px, 35px, 17px, 19px);
1632 }
1633
1634 #menu_tabview[groups="2"] {
1635   -moz-image-region: rect(1px, 53px, 17px, 37px);
1636 }
1637
1638 #menu_tabview[groups="3"] {
1639   -moz-image-region: rect(1px, 71px, 17px, 55px);
1640 }
1641
1642 /* zoom control text (reset) button special case: */
1643
1644 #nav-bar #zoom-reset-button > .toolbarbutton-text {
1645   /* To make this line up with the icons, it needs the same height (18px) +
1646    * padding (2 * 2px) + border (2 * 1px), but as a minimum because otherwise
1647    * increase in text sizes would break things...
1648    */
1649   min-height: 20px;
1650 }
1651
1652 /* ::::: fullscreen window controls ::::: */
1653
1654 #window-controls {
1655   -moz-margin-start: 4px;
1656 }
1657
1658 #minimize-button,
1659 #restore-button,
1660 #close-button {
1661 /*  list-style-image: url("chrome://global/skin/icons/windowControls.png");
1662   padding: 0; */
1663 }
1664
1665 #minimize-button {
1666   list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
1667 }
1668
1669 #minimize-button:hover {
1670   list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
1671 }
1672
1673 #restore-button {
1674   list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
1675 }
1676
1677 #restore-button:hover {
1678   list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
1679 }
1680
1681 #close-button {
1682   list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
1683 }
1684
1685 #close-button:hover {
1686   list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
1687 }
1688
1689 /* ::::: Location Bar ::::: */
1690
1691 #urlbar,
1692 .searchbar-textbox {
1693   border-radius: 5px;
1694   margin: 2px 0;
1695   -moz-margin-start: 3px;
1696 }
1697
1698 #urlbar {
1699   /* make color as light as possible to deal with dark non-domain parts */
1700   color: #FFBFFF;
1701 }
1702
1703 #urlbar:-moz-lwtheme,
1704 .searchbar-textbox:-moz-lwtheme {
1705   /* background-color: rgba(255,255,255,.8);
1706   @navbarTextboxCustomBorder@
1707   color: black; */
1708 }
1709
1710 #urlbar:-moz-lwtheme:hover:not([focused]):not([readonly]),
1711 .searchbar-textbox:-moz-lwtheme:hover:not([focused]) {
1712 /*  background-color: rgba(255,255,255,.9);*/
1713 }
1714
1715 #urlbar:-moz-lwtheme[focused]:not([readonly]),
1716 .searchbar-textbox:-moz-lwtheme[focused] {
1717 /*  background-color: white;*/
1718 }
1719
1720 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar {
1721 /*  -moz-border-start: none;
1722   margin-left: 0;*/
1723 }
1724
1725 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(ltr) {
1726 /*  border-top-left-radius: 0;
1727   border-bottom-left-radius: 0; */
1728 }
1729
1730 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) {
1731 /*  border-top-right-radius: 0;
1732   border-bottom-right-radius: 0; */
1733 }
1734
1735 window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
1736 /*  clip-path: url("chrome://browser/content/browser.xul#urlbar-back-button-clip-path");*/
1737 /*  -moz-margin-start: -5px; */
1738 }
1739
1740 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl),
1741 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) {
1742   /* let urlbar-back-button-clip-path clip the urlbar's right side for RTL */
1743   transform: scaleX(-1);
1744 }
1745
1746 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl) {
1747   -moz-box-direction: reverse;
1748 }
1749
1750 html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
1751 .searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder {
1752   color: #E7ADE7;
1753 }
1754
1755 #urlbar-container {
1756   -moz-box-orient: horizontal;
1757   -moz-box-align: stretch;
1758 }
1759
1760 .urlbar-textbox-container {
1761   -moz-box-align: stretch;
1762 }
1763
1764 .urlbar-input-box {
1765   -moz-margin-start: 0;
1766 }
1767
1768 #urlbar-icons {
1769   -moz-box-align: center;
1770 }
1771
1772 .urlbar-icon {
1773   padding: 0 2px;
1774 }
1775
1776 .searchbar-engine-button,
1777 .search-go-container {
1778   padding: 2px;
1779 }
1780
1781 .search-go-container > .search-go-button {
1782   padding: 0;
1783 }
1784
1785 .urlbar-icon:hover {
1786 }
1787
1788 .urlbar-icon[open="true"],
1789 .urlbar-icon:hover:active {
1790 }
1791
1792 #urlbar-search-splitter {
1793   min-width: 6px;
1794   -moz-margin-start: -3px;
1795   border: none;
1796   background: transparent;
1797 }
1798
1799 #urlbar-search-splitter + #urlbar-container > #urlbar,
1800 #urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
1801   -moz-margin-start: 0;
1802 }
1803
1804 #urlbar-display-box {
1805 }
1806
1807 #urlbar-display {
1808   -moz-border-end: 1px solid #9C9CFF;
1809   -moz-margin-end: 3px;
1810   margin-top: 0;
1811   margin-bottom: 0;
1812   -moz-margin-start: 0;
1813   color: #8050B0;
1814 }
1815
1816 #search-container {
1817   min-width: calc(54px + 11ch);
1818 }
1819
1820 /* identity box */
1821
1822 #identity-box {
1823   border-radius: 2px;
1824   font-size: .9em;
1825 }
1826
1827 #identity-box:-moz-locale-dir(ltr) {
1828 /*  border-top-left-radius: 1.5px;
1829   border-bottom-left-radius: 1.5px;*/
1830 }
1831
1832 #identity-box:-moz-locale-dir(rtl) {
1833 /*  border-top-right-radius: 1.5px;
1834   border-bottom-right-radius: 1.5px;*/
1835 }
1836
1837 #notification-popup-box:not([hidden]) + #identity-box {
1838   -moz-padding-start: 10px !important;
1839   border-radius: 0;
1840 }
1841
1842 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box {
1843 /*   border-radius: 0; */
1844   -moz-padding-start: 2px;
1845   -moz-padding-end: 2px;
1846   -moz-margin-end: 1px;
1847 }
1848
1849 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #urlbar > #identity-box {
1850   transition: padding-left, padding-right;
1851 }
1852
1853 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar >
1854     #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
1855   padding-left: 2px;
1856 }
1857
1858 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar >
1859     #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
1860   padding-right: 2px;
1861 }
1862
1863 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] + #urlbar >
1864     #notification-popup-box[hidden] + #identity-box {
1865   /* forward button hiding is delayed when hovered */
1866   transition-delay: 100s;
1867 }
1868
1869 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar >
1870     #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
1871   /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
1872   padding-left: 2.01px;
1873 }
1874
1875 window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar >
1876     #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
1877   /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
1878   padding-right: 2.01px;
1879 }
1880
1881 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
1882 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
1883   -moz-margin-end: 3px;
1884 }
1885
1886 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(ltr),
1887 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(ltr) {
1888   border-top-right-radius: 0;
1889   border-bottom-right-radius: 0;
1890 }
1891
1892 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(rtl),
1893 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(rtl) {
1894   border-top-left-radius: 0;
1895   border-bottom-left-radius: 0;
1896 }
1897
1898 #identity-box.verifiedIdentity:not(:-moz-lwtheme) {
1899   background-color: #000000;
1900 }
1901
1902 #identity-box:-moz-focusring {
1903   outline: 1px dotted #008484;
1904   outline-offset: -1px;
1905 }
1906
1907 #identity-box.verifiedDomain:-moz-focusring,
1908 #identity-box.verifiedIdentity:-moz-focusring {
1909   outline-color: #000000;
1910 }
1911
1912 #identity-icon-labels {
1913   -moz-margin-start: 1px;
1914   -moz-margin-end: 3px;
1915 }
1916
1917 /* Location bar dropmarker */
1918
1919 .urlbar-history-dropmarker:not(:hover):not([open="true"]) {
1920   background-color: transparent;
1921 }
1922
1923 #urlbar-container[combined="true"] > #urlbar > .urlbar-history-dropmarker,
1924 #urlbar-wrapper > #urlbar > .urlbar-history-dropmarker {
1925   border: none;
1926   border-radius: 0px;
1927 }
1928
1929 .urlbar-history-dropmarker:hover {
1930 }
1931
1932 .urlbar-history-dropmarker:hover:active,
1933 .urlbar-history-dropmarker[open="true"] {
1934 }
1935
1936 /* page proxy icon */
1937
1938 /* === BEGIN identity-block.inc.css === */
1939
1940 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI {
1941   /* Default theme does different color per channel, we can't as they do it build-time. */
1942   color: #9C9CFF;
1943   -moz-border-end: 1px solid #9C9CFF;
1944 }
1945
1946 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
1947   color: #008484;
1948   -moz-border-end: 1px solid #008484;
1949 }
1950
1951 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
1952 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
1953   background-position: right;
1954   background-size: 1px;
1955   background-repeat: no-repeat;
1956 }
1957
1958 /* page proxy icon */
1959
1960 #page-proxy-favicon {
1961   width: 16px;
1962   height: 16px;
1963   list-style-image: url("chrome://browser/skin/identity-icons-generic.png");
1964   margin: 2px;
1965 }
1966
1967 .chromeUI > #page-proxy-favicon[pageproxystate="valid"] {
1968   list-style-image: url("chrome://branding/content/identity-icons-brand.png");
1969 }
1970
1971 .verifiedDomain > #page-proxy-favicon[pageproxystate="valid"] {
1972   list-style-image: url("chrome://browser/skin/identity-icons-https.png");
1973 }
1974
1975 .verifiedIdentity > #page-proxy-favicon[pageproxystate="valid"] {
1976   list-style-image: url("chrome://browser/skin/identity-icons-https-ev.png");
1977 }
1978
1979 .mixedActiveContent > #page-proxy-favicon[pageproxystate="valid"] {
1980   list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png");
1981 }
1982
1983 .mixedDisplayContent > #page-proxy-favicon[pageproxystate="valid"] {
1984   list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
1985 }
1986
1987 .mixedDisplayContentLoadedActiveBlocked > #page-proxy-favicon[pageproxystate="valid"] {
1988   list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
1989 }
1990
1991 #page-proxy-favicon[pageproxystate="invalid"] {
1992   opacity: 0.3;
1993 }
1994
1995 #identity-popup.chromeUI > #identity-popup-container > #identity-popup-icon {
1996   list-style-image: url("chrome://branding/content/icon64.png");
1997 }
1998
1999 #identity-popup-brandName {
2000   font-weight: bold;
2001   font-size: 1.25em;
2002   margin-top: .5em;
2003   margin-bottom: .5em;
2004 }
2005
2006 #identity-popup-content-box {
2007   max-width: 50ch;
2008 }
2009
2010 /* === END identity-block.inc.css === */
2011
2012 #page-proxy-favicon {
2013   -moz-image-region: rect(0, 16px, 16px, 0);
2014 }
2015
2016 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box > #page-proxy-favicon {
2017 /*  -moz-margin-end: 1px;*/
2018 }
2019
2020 #identity-box:hover > #page-proxy-favicon {
2021   -moz-image-region: rect(0, 32px, 16px, 16px);
2022 }
2023
2024 #identity-box:hover:active > #page-proxy-favicon,
2025 #identity-box[open=true] > #page-proxy-favicon {
2026   -moz-image-region: rect(0, 48px, 16px, 32px);
2027 }
2028
2029 #identity-box:hover {
2030   background-color: #FFCF00;
2031   color: #000000;
2032 }
2033
2034 #identity-box:hover:active,
2035 #identity-box[open=true] {
2036   background-color: #FF9F00;
2037   color: #000000;
2038 }
2039
2040 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover,
2041 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active,
2042 #urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] {
2043   background-color: #9C9CFF;
2044   color: #000000;
2045 }
2046
2047 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover,
2048 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active,
2049 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] {
2050   background-color: #008484;
2051   color: #000000;
2052 }
2053
2054 /* autocomplete */
2055
2056 #treecolAutoCompleteImage {
2057   max-width: 36px;
2058 }
2059
2060 .ac-result-type-bookmark,
2061 .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
2062   list-style-image: url("chrome://browser/skin/places/bookmark.png");
2063   -moz-image-region: rect(0px 16px 16px 0px);
2064   width: 16px;
2065   height: 16px;
2066 }
2067
2068 richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type-bookmark,
2069 .autocomplete-treebody::-moz-tree-image(selected, current, bookmark, treecolAutoCompleteImage) {
2070 /*  -moz-image-region: rect(0px 48px 16px 32px);*/
2071 }
2072
2073 .ac-result-type-keyword,
2074 .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
2075   list-style-image: url("chrome://global/skin/icons/Search-glass.png");
2076   -moz-image-region: rect(0px 32px 16px 16px);
2077   width: 16px;
2078   height: 16px;
2079 }
2080
2081 .ac-result-type-tag,
2082 .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
2083   list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
2084   width: 16px;
2085   height: 16px;
2086 }
2087
2088 .ac-comment {
2089   font-size: 1.06em;
2090 }
2091
2092 .ac-extra > .ac-comment {
2093   font-size: 1em;
2094 }
2095
2096 .ac-url-text,
2097 .ac-action-text {
2098   font-size: 1em;
2099   color: #9C9CFF;
2100 }
2101
2102 richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
2103   list-style-image: url("chrome://browser/skin/actionicon-tab.png");
2104   -moz-image-region: rect(0, 16px, 16px, 0);
2105   padding: 0 3px;
2106 }
2107
2108 richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-box > .ac-action-icon {
2109   -moz-image-region: rect(16px, 16px, 32px, 0);
2110 }
2111
2112 .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
2113   color: #8050B0;
2114 }
2115
2116 .ac-comment[selected="true"],
2117 .ac-url-text[selected="true"],
2118 .ac-action-text[selected="true"] {
2119   color: inherit !important;
2120 }
2121
2122 .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
2123 .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment)
2124 {
2125   color: #8050B0;
2126   font-size: smaller;
2127 }
2128
2129 .autocomplete-treebody::-moz-tree-cell(suggesthint) {
2130   border-top: 1px solid #9C9CFF;
2131 }
2132
2133 /* combined go/reload/stop button in location bar */
2134
2135 #urlbar > toolbarbutton {
2136   -moz-margin-start: 0;
2137   padding: 0 2px;
2138   background-origin: border-box;
2139   border: none;
2140   list-style-image: url("chrome://browser/skin/reload-stop-go.png");
2141   -moz-border-start: 1px solid #9C9CFF;
2142 }
2143
2144 #urlbar:-moz-locale-dir(ltr) > toolbarbutton {
2145   border-top-left-radius: 0px;
2146   border-bottom-left-radius: 0px;
2147 }
2148
2149 #urlbar:-moz-locale-dir(rtl) > toolbarbutton {
2150   border-top-right-radius: 0px;
2151   border-bottom-right-radius: 0px;
2152 }
2153
2154 #urlbar > toolbarbutton:not([disabled=true]):active:hover,
2155 #urlbar-reload-button:not(:hover) {
2156   -moz-border-start-style: none;
2157   -moz-padding-start: 3px;
2158 }
2159
2160 #urlbar-reload-button {
2161   -moz-image-region: rect(0px, 14px, 14px, 0px);
2162 }
2163
2164 #urlbar-reload-button[disabled=true] {
2165   -moz-image-region: rect(28px, 14px, 42px, 0px);
2166 }
2167
2168 #urlbar-reload-button:not([disabled=true]):hover {
2169   -moz-image-region: rect(14px, 14px, 28px, 0px);
2170 }
2171
2172 #urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
2173   transform: scaleX(-1);
2174 }
2175
2176 #urlbar-go-button {
2177   -moz-image-region: rect(0, 42px, 14px, 28px);
2178 }
2179
2180 #urlbar-go-button:hover {
2181   -moz-image-region: rect(14px, 42px, 28px, 28px);
2182 }
2183
2184 #urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
2185   transform: scaleX(-1);
2186 }
2187
2188 #urlbar-stop-button {
2189   -moz-image-region: rect(0px, 28px, 14px, 14px);
2190 }
2191
2192 #urlbar-stop-button:hover {
2193   -moz-image-region: rect(14px, 28px, 28px, 14px);
2194 }
2195
2196 /* popup blocker button */
2197
2198 #page-report-button {
2199   list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png");
2200   -moz-image-region: rect(0, 16px, 16px, 0);
2201 }
2202
2203 #page-report-button:hover ,
2204 #page-report-button:hover:active,
2205 #page-report-button[open="true"] {
2206   -moz-image-region: rect(0, 32px, 16px, 16px);
2207 }
2208
2209 /* social share panel */
2210
2211 #social-share-panel > iframe {
2212 /*  background: linear-gradient(to bottom, #f0f4f7, #fafbfc);*/
2213   width: 300px;
2214   height: 150px;
2215 }
2216
2217 .social-share-toolbar {
2218   border-right: 1px solid #9C9CFF;
2219 /*  background-color: #000000; */
2220 }
2221
2222 #social-share-provider-buttons {
2223   padding: 6px;
2224 }
2225
2226 #social-share-provider-buttons > .share-provider-button {
2227   -moz-appearance: none;
2228   padding: 5px;
2229   margin: 1px;
2230   border: none;
2231   background: none;
2232   border-radius: 2px;
2233 }
2234
2235 #social-share-provider-buttons > .share-provider-button[checked="true"]:not([disabled="true"]),
2236 #social-share-provider-buttons > .share-provider-button:hover,
2237 #social-share-provider-buttons > .share-provider-button:active {
2238   padding: 4px;
2239 }
2240
2241 #social-share-provider-buttons > .share-provider-button[checked="true"]:not([disabled="true"]) {
2242 }
2243
2244 #social-share-provider-buttons > .share-provider-button > .toolbarbutton-text {
2245   display: none;
2246 }
2247 #social-share-provider-buttons > .share-provider-button > .toolbarbutton-icon {
2248   width: 16px;
2249   min-height: 16px;
2250   max-height: 16px;
2251 }
2252
2253 toolbarbutton[type="socialmark"] > .toolbarbutton-icon {
2254   width: auto;
2255   height: auto;
2256   max-width: 32px;
2257   max-height: 24px;
2258 }
2259
2260 /* fixup corners for share panel */
2261 .social-panel > .social-panel-frame {
2262   border-radius: inherit;
2263 }
2264
2265 #social-share-panel {
2266   max-height: 600px;
2267   min-height: 100px;
2268   max-width: 800px;
2269   min-width: 300px;
2270 }
2271
2272 .social-share-frame {
2273 /*  background: linear-gradient(to bottom, #f0f4f7, #fafbfc); */
2274   width: 330px;
2275   height: 150px;
2276   /* we resize our panels dynamically, make it look nice */
2277   transition: height 100ms ease-out, width 100ms ease-out;
2278 }
2279
2280 .social-share-frame:-moz-locale-dir(ltr) {
2281   border-top-left-radius: 0;
2282   border-bottom-left-radius: 0;
2283   border-top-right-radius: inherit;
2284   border-bottom-right-radius: inherit;
2285 }
2286
2287 .social-share-frame:-moz-locale-dir(rtl) {
2288   border-top-left-radius: inherit;
2289   border-bottom-left-radius: inherit;
2290   border-top-right-radius: 0;
2291   border-bottom-right-radius: 0;
2292 }
2293
2294 #social-share-panel > .social-share-toolbar:-moz-locale-dir(ltr) {
2295   border-top-left-radius: inherit;
2296   border-bottom-left-radius: inherit;
2297 }
2298
2299 #social-share-panel > .social-share-toolbar:-moz-locale-dir(rtl) {
2300   border-top-right-radius: inherit;
2301   border-bottom-right-radius: inherit;
2302 }
2303
2304 #social-share-provider-buttons:-moz-locale-dir(ltr) {
2305   border-top-left-radius: inherit;
2306   border-bottom-left-radius: inherit;
2307 }
2308
2309 #social-share-provider-buttons:-moz-locale-dir(rtl) {
2310   border-top-right-radius: inherit;
2311   border-bottom-right-radius: inherit;
2312 }
2313
2314 /* social recommending panel */
2315
2316 #social-mark-button {
2317   -moz-image-region: rect(0, 16px, 16px, 0);
2318 }
2319
2320 /* bookmarks menu-button */
2321
2322 #bookmarks-menu-button.bookmark-item {
2323   list-style-image: url("chrome://browser/skin/places/bookmark.png");
2324   -moz-image-region: rect(0px 16px 16px 0px);
2325 }
2326
2327 #bookmarks-menu-button.bookmark-item[starred] {
2328   -moz-image-region: rect(0px 32px 16px 16px);
2329 }
2330
2331 #bookmarks-menu-button.bookmark-item > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
2332   -moz-margin-start: 5px;
2333 }
2334
2335 #bookmarks-menu-button[cui-areatype="toolbar"]:not(.bookmark-item):not([overflowedItem=true]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
2336   padding-top: 2px;
2337   padding-bottom: 2px;
2338 }
2339
2340 #BMB_bookmarksPopup[side="top"],
2341 #BMB_bookmarksPopup[side="bottom"] {
2342   margin-left: -20px;
2343   margin-right: -20px;
2344 }
2345
2346 #BMB_bookmarksPopup[side="left"],
2347 #BMB_bookmarksPopup[side="right"] {
2348   margin-top: -20px;
2349   margin-bottom: -20px;
2350 }
2351
2352 /* bookmarking panel */
2353
2354 #editBookmarkPanelStarIcon {
2355   list-style-image: url("chrome://browser/skin/places/starred48.png");
2356   width: 48px;
2357   height: 48px;
2358 }
2359
2360 #editBookmarkPanelStarIcon[unstarred] {
2361   list-style-image: url("chrome://browser/skin/places/unstarred48.png");
2362 }
2363
2364 #editBookmarkPanelTitle {
2365   font-size: 130%;
2366 }
2367
2368 #editBookmarkPanelHeader,
2369 #editBookmarkPanelContent {
2370   margin-bottom: .5em;
2371 }
2372
2373 /* Implements editBookmarkPanel resizing on folderTree un-collapse. */
2374 #editBMPanel_folderTree {
2375   min-width: 27em;
2376 }
2377
2378 .panel-promo-box {
2379   margin: 5px 0 -6px;
2380   padding: 5px 0;
2381   border-top: 1px solid #9C9CFF;
2382   border-bottom-left-radius: 5px;
2383   border-bottom-right-radius: 5px;
2384 }
2385
2386 .panel-promo-icon {
2387   list-style-image: url("chrome://browser/skin/sync-notification-24.png");
2388   -moz-margin-end: 10px;
2389   vertical-align: middle;
2390 }
2391
2392 .panel-promo-closebutton {
2393   list-style-image: url("chrome://global/skin/icons/close-button.gif");
2394   -moz-margin-end: -3px;
2395   margin-top: -3px;
2396 }
2397
2398 .panel-promo-closebutton:hover {
2399   list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2400 }
2401
2402 .panel-promo-closebutton:hover:active {
2403   list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2404 }
2405
2406 .panel-promo-closebutton > .toolbarbutton-text {
2407   padding: 0;
2408   margin: 0;
2409 }
2410
2411 /* ::::: content area ::::: */
2412
2413 #sidebar {
2414   background-color: Window;
2415 }
2416
2417 #sidebar-title {
2418   -moz-padding-start: 0px;
2419 }
2420
2421 #sidebar-header > .close-icon {
2422 /*  padding: 4px 2px;
2423   margin: 0;
2424   border: none;*/
2425   list-style-image: url("chrome://global/skin/icons/close-button.gif");
2426 }
2427
2428 #sidebar-header > .close-icon:hover,
2429 #sidebar-header > .close-icon:hover:active {
2430   list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2431 }
2432
2433 .browserContainer > findbar {
2434 /*
2435   background-color: -moz-dialog;
2436   color: -moz-DialogText;
2437 */
2438 }
2439
2440 /* Tabstrip */
2441
2442 #TabsToolbar {
2443   min-height: 0;
2444   padding: 0;
2445   -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar");
2446 }
2447
2448 #TabsToolbar .toolbar-holder {
2449   background-color: #000000; /* correct effect of being an actual toolbar */
2450 }
2451
2452 #main-window[disablechrome] #TabsToolbar,
2453 #TabsToolbar[tabsontop="false"] {
2454   border-bottom: 1px solid #008484;
2455 }
2456
2457 #main-window:not([customizing]) #TabsToolbar:not(:-moz-lwtheme) {
2458 }
2459
2460 #main-window[tabsintitlebar] #TabsToolbar {
2461   background-color: transparent;
2462 }
2463
2464 /* === BEGIN tabs.inc.css === */
2465
2466 .tabbrowser-tab,
2467 .tabs-newtab-button,
2468 #TabsToolbar > #new-tab-button {
2469   margin-top: 0px;
2470 }
2471
2472 .tabbrowser-tab {
2473   padding: 1px 4px 2px;
2474 }
2475
2476 .tabbrowser-tab:first-of-type {
2477   -moz-margin-start: 2px;
2478 }
2479
2480 .tabs-newtab-button,
2481 #TabsToolbar > #new-tab-button {
2482   border-radius: 8px 8px 0px 0px;
2483   -moz-margin-start: 0;
2484 }
2485
2486 .tabs-newtab-button:not(:hover),
2487 #TabsToolbar > #new-tab-button:not(:hover) {
2488   background-color: #C09070;
2489 }
2490
2491 .tabbrowser-tab[remote] {
2492   text-decoration: underline;
2493 }
2494
2495 /* The selected tab should appear above adjacent tabs, .tabs-newtab-button and the highlight of #nav-bar */
2496 .tabbrowser-tab[selected=true] {
2497 /*  position: relative;
2498   z-index: 2;*/
2499 }
2500
2501 .tab-background-middle {
2502 }
2503
2504 .tab-content {
2505 }
2506
2507 .tab-/*throbber*/,
2508 .tab-icon-image,
2509 .tab-close-button {
2510 }
2511
2512 .tab-throbber,
2513 .tab-icon-image {
2514   height: 16px;
2515   width: 16px;
2516 }
2517
2518 .tab-icon-image {
2519   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
2520 }
2521
2522 .tab-throbber {
2523   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim-connect.png");
2524 }
2525
2526 .tab-throbber[progress] {
2527   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png");
2528 }
2529
2530 .tab-throbber:not([pinned]),
2531 .tab-icon-image:not([pinned]) {
2532   -moz-margin-end: 3px;
2533 }
2534
2535 .tab-throbber[pinned],
2536 .tab-icon-image[pinned] {
2537   -moz-margin-start: 2px;
2538   -moz-margin-end: 2px;
2539 }
2540
2541 .tab-label {
2542   /* this needs to add up to the 16px of the icon image */
2543   height: 12px;
2544   margin-top: 2px !important;
2545   margin-bottom: 2px !important;
2546 }
2547
2548 .tab-close-button {
2549   margin-top: 1px;
2550   padding: 0;
2551 }
2552
2553 .tab-background,
2554 .tabs-newtab-button {
2555   /* overlap the tab curves */
2556 }
2557
2558 .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox {
2559 }
2560
2561 .tab-background-start[selected=true]::after,
2562 .tab-background-start[selected=true]::before,
2563 .tab-background-start,
2564 .tab-background-end,
2565 .tab-background-end[selected=true]::after,
2566 .tab-background-end[selected=true]::before {
2567 }
2568
2569 .tabbrowser-tab:not([selected=true]),
2570 .tabbrowser-tab:-moz-lwtheme {
2571 }
2572
2573 /* tabbrowser-tab focus ring */
2574 .tabbrowser-tab:focus {
2575   outline: 1px dotted;
2576 }
2577
2578 /* Selected tab */
2579
2580 .tabbrowser-tab[selected="true"] {
2581 }
2582
2583 /* End selected tab */
2584
2585 /* Tab pointer-events */
2586 /*
2587 .tabbrowser-tab {
2588   pointer-events: none;
2589 }
2590
2591 .tab-background-middle,
2592 .tabs-newtab-button,
2593 .tab-close-button {
2594   pointer-events: auto;
2595 }
2596 */
2597 /* Pinned tabs */
2598
2599 .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
2600   background-color: #E7ADE7;
2601 }
2602
2603 .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
2604   background-color: #3333FF;
2605   color: #000000;
2606 }
2607
2608 /* New tab button */
2609
2610 .tabs-newtab-button {
2611   width: 28px;
2612 }
2613
2614 /* === END tabs.inc.css === */
2615
2616 /* Background tabs:
2617  *
2618  * Decrease the height of the hoverable region of background tabs whenever the tabs are at the top
2619  * of the window (e.g. no menubar, tabs in titlebar, etc.) to make it easier to drag the window by
2620  * the titlebar. We don't need this in fullscreen since window dragging is not an issue there.
2621  */
2622 #main-window[tabsintitlebar][sizemode=normal] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar .tab-background-middle:not([selected=true]) {
2623 /*  clip-path: url(chrome://browser/content/browser.xul#tab-hover-clip-path);*/
2624 }
2625
2626 /* Tab DnD indicator */
2627 .tab-drop-indicator {
2628   list-style-image: url("chrome://browser/skin/tabbrowser/tabDragIndicator.png");
2629   margin-bottom: -11px;
2630 }
2631
2632 /* Tab close button */
2633 .tab-close-button {
2634   list-style-image: url("chrome://global/skin/icons/close-button.gif");
2635 }
2636
2637 .tab-close-button:hover,
2638 .tab-close-button:hover[selected="true"] {
2639   list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2640 }
2641
2642 .tab-close-button:hover:active,
2643 .tab-close-button:hover:active[selected="true"] {
2644   list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
2645 }
2646
2647 /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
2648
2649 .tabbrowser-arrowscrollbox > .scrollbutton-up,
2650 .tabbrowser-arrowscrollbox > .scrollbutton-down {
2651   margin: 0;
2652   padding-top: 0;
2653   padding-bottom: 0;
2654   background-origin: border-box;
2655 }
2656
2657 #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2658 #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2659 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext,
2660 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext {
2661  }
2662
2663 .tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
2664 .tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
2665  }
2666
2667 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),
2668 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) {
2669 /*  transform: scaleX(-1);*/
2670 }
2671
2672 .tabbrowser-arrowscrollbox > .scrollbutton-down {
2673   transition: 1s background-color ease-out;
2674 }
2675
2676 .tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
2677   background-color: #008484;
2678 }
2679
2680 .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]),
2681 .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) {
2682 /*  border-width: 0 2px 0 0;
2683   border-style: solid;
2684   border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;*/
2685 }
2686
2687 .tabs-newtab-button > .toolbarbutton-icon {
2688   margin-top: -1px;
2689   margin-bottom: -1px;
2690 }
2691
2692 .tabs-newtab-button,
2693 #TabsToolbar > #new-tab-button,
2694 #TabsToolbar > toolbarpaletteitem > #new-tab-button,
2695 #TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] {
2696   list-style-image: url("chrome://browser/skin/tabbrowser/newtab.png");
2697   -moz-image-region: rect(0, 16px, 18px, 0);
2698 }
2699
2700 .tabs-newtab-button,
2701 .tabs-newtab-button:hover,
2702 #TabsToolbar > #new-tab-button,
2703 #TabsToolbar > #new-tab-button:hover {
2704   -moz-image-region: rect(0, 32px, 18px, 16px);
2705 }
2706
2707 #main-window[tabsintitlebar]:not([inFullscreen]) .tabs-newtab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2708 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2709 #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2710 .tabs-newtab-button:-moz-lwtheme-brighttext,
2711 #TabsToolbar > #new-tab-button:-moz-lwtheme-brighttext,
2712 #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-lwtheme-brighttext {
2713 }
2714
2715 #TabsToolbar > #new-tab-button {
2716   width: 26px;
2717 }
2718
2719 #alltabs-button {
2720   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
2721 }
2722
2723 #alltabs-button:hover,
2724 #alltabs-button:hover:active,
2725 #alltabs-button[open="true"] {
2726   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
2727 }
2728
2729 #main-window[tabsintitlebar]:not([inFullscreen]) #alltabs-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
2730 #alltabs-button:-moz-lwtheme-brighttext {
2731 }
2732
2733 #alltabs-button > .toolbarbutton-icon {
2734 /*  margin: 0 2px;*/
2735 }
2736
2737 #alltabs-button > .toolbarbutton-menu-dropmarker {
2738   display: none;
2739 }
2740
2741 /* All tabs menupopup */
2742 .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
2743   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
2744   -moz-image-region: auto;
2745 }
2746
2747 .alltabs-item[selected="true"] {
2748   font-weight: bold;
2749 }
2750
2751 .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
2752   list-style-image: url("chrome://global/skin/icons/loading.gif");
2753 }
2754
2755 .alltabs-item[tabIsVisible]:not([_moz-menuactive="true"]) {
2756   background-color: #402800;
2757 }
2758
2759 toolbarbutton.chevron {
2760   list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
2761 }
2762
2763 toolbarbutton.chevron:hover {
2764   list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important;
2765 }
2766
2767 toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon,
2768 toolbarbutton.chevron:-moz-locale-dir(rtl):hover > .toolbarbutton-icon {
2769   transform: scaleX(-1);
2770 }
2771
2772 toolbarbutton.chevron > .toolbarbutton-text,
2773 toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
2774   display: none;
2775 }
2776
2777 toolbarbutton.chevron > .toolbarbutton-icon {
2778   margin: 0;
2779 }
2780
2781 #sidebar-throbber[loading="true"] {
2782   list-style-image: url("chrome://global/skin/icons/loading.gif");
2783   -moz-margin-end: 4px;
2784 }
2785
2786 /* Bookmarks toolbar */
2787 #PlacesToolbarDropIndicator {
2788   list-style-image: url("chrome://communicator/skin/bookmarks/toolbarDropMarker.png");
2789 }
2790
2791 toolbarbutton.bookmark-item[dragover="true"][open="true"] {
2792   background-color: #008484 !important;
2793   color: #FFCF00 !important;
2794 }
2795
2796 /* rules for menupopup drop indicators */
2797 .menupopup-drop-indicator-bar {
2798   position: relative;
2799   /* these two margins must together compensate the indicator's height */
2800   margin-top: -1px;
2801   margin-bottom: -1px;
2802 }
2803
2804 .menupopup-drop-indicator {
2805   list-style-image: none;
2806   height: 2px;
2807   -moz-margin-end: -4em;
2808   background-color: #008484;
2809 }
2810
2811 /* ::::: Identity Indicator Styling ::::: */
2812
2813 /* Popup Icons */
2814 #identity-popup-icon {
2815   height: 64px;
2816   width: 64px;
2817   padding: 0;
2818   list-style-image: url("chrome://browser/skin/identity.png");
2819   -moz-image-region: rect(0px, 64px, 64px, 0px);
2820 }
2821
2822 #identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
2823   -moz-image-region: rect(64px, 64px, 128px, 0px);
2824 }
2825
2826 #identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
2827   -moz-image-region: rect(128px, 64px, 192px, 0px);
2828 }
2829
2830 /* Popup Body Text */
2831 .identity-popup-description {
2832   white-space: pre-wrap;
2833   -moz-padding-start: 15px;
2834   margin: 2px 0 4px;
2835 }
2836
2837 .identity-popup-label {
2838   white-space: pre-wrap;
2839   -moz-padding-start: 15px;
2840   margin: 0;
2841 }
2842
2843 #identity-popup-content-host,
2844 #identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
2845   font-size: 1.2em;
2846 }
2847
2848 #identity-popup-content-host {
2849   margin-top: 3px;
2850   margin-bottom: 5px;
2851   font-weight: bold;
2852   max-width: 300px;
2853 }
2854
2855 #identity-popup-content-owner {
2856   margin-top: 4px;
2857   margin-bottom: 0 !important;
2858   font-weight: bold;
2859   max-width: 300px;
2860 }
2861
2862 .verifiedDomain > #identity-popup-content-owner {
2863   font-weight: normal;
2864 }
2865
2866 #identity-popup-content-verifier {
2867   margin: 4px 0 2px;
2868 }
2869
2870 #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
2871 #identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
2872   margin-top: 10px;
2873   -moz-margin-start: -24px;
2874 }
2875
2876 #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon ,
2877 #identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon {
2878   list-style-image: url("chrome://browser/skin/Secure24.png");
2879 }
2880
2881 #identity-popup-help-icon {
2882   border: none;
2883   margin: 7px 0 0 -3px;
2884   background: none;
2885   min-width: 0;
2886   list-style-image: url("chrome://global/skin/icons/question-16.png");
2887   cursor: pointer;
2888 }
2889
2890 #identity-popup-help-icon > .button-box > .button-text {
2891   display: none;
2892 }
2893
2894 #identity-popup-help-icon > .button-box > .button-icon {
2895   height: 16px;
2896   width: 16px;
2897 }
2898
2899 #identity-popup-more-info-button {
2900   margin-top: 6px;
2901   margin-bottom: 0;
2902   -moz-margin-end: 0;
2903 }
2904
2905 #identity-popup > .panel-arrowcontainer > .panel-arrowcontent {
2906   padding: 0;
2907 }
2908
2909 #identity-popup-container {
2910   min-width: 280px;
2911   padding: 10px;
2912 }
2913
2914 #identity-popup-button-container {
2915 /*  background: linear-gradient(to bottom, rgba(0,0,0,0.04) 60%, transparent);*/
2916   padding: 10px;
2917   margin-top: 5px;
2918 }
2919
2920 .popup-notification-icon {
2921   width: 64px;
2922   height: 64px;
2923   -moz-margin-end: 10px;
2924 }
2925
2926 .popup-notification-icon[popupid="geolocation"] {
2927   list-style-image: url("chrome://browser/skin/Geolocation-64.png");
2928 }
2929
2930 .popup-notification-icon[popupid="xpinstall-disabled"],
2931 .popup-notification-icon[popupid="addon-progress"],
2932 .popup-notification-icon[popupid="addon-install-cancelled"],
2933 .popup-notification-icon[popupid="addon-install-blocked"],
2934 .popup-notification-icon[popupid="addon-install-failed"],
2935 .popup-notification-icon[popupid="addon-install-complete"] {
2936   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
2937   width: 32px;
2938   height: 32px;
2939 }
2940
2941 .popup-notification-icon[popupid="click-to-play-plugins"] {
2942   list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked-64.png");
2943 }
2944
2945 .popup-notification-icon[popupid="plugins-not-found"] {
2946   list-style-image: url("chrome://browser/skin/pluginInstall-64.png");
2947 }
2948
2949 .popup-notification-icon[popupid="web-notifications"] {
2950   list-style-image: url("chrome://browser/skin/notification-64.png");
2951 }
2952
2953 .addon-progress-description {
2954   width: 350px;
2955   max-width: 350px;
2956 }
2957
2958 .popup-progress-label,
2959 .popup-progress-meter {
2960   -moz-margin-start: 0;
2961   -moz-margin-end: 0;
2962 }
2963
2964 .popup-progress-cancel {
2965   -moz-appearance: none;
2966   background: transparent;
2967   border: none;
2968   padding: 0;
2969   margin: 0;
2970   min-height: 0;
2971   min-width: 0;
2972   list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
2973   -moz-image-region: rect(0px, 32px, 16px, 16px);
2974 }
2975
2976 .popup-progress-cancel:hover {
2977   -moz-image-region: rect(16px, 32px, 32px, 16px);
2978 }
2979
2980 .popup-progress-cancel:active {
2981   -moz-image-region: rect(32px, 32px, 48px, 16px);
2982 }
2983
2984 .popup-notification-icon[popupid="indexedDB-permissions-prompt"],
2985 .popup-notification-icon[popupid="indexedDB-quota-prompt"],
2986 .popup-notification-icon[popupid*="offline-app-requested"],
2987 .popup-notification-icon[popupid="offline-app-usage"] {
2988   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
2989 }
2990
2991 .popup-notification-icon[popupid="password-save"],
2992 .popup-notification-icon[popupid="password-change"] {
2993   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
2994 }
2995
2996 .popup-notification-icon[popupid="webapps-install-progress"],
2997 .popup-notification-icon[popupid="webapps-install"] {
2998   list-style-image: url("chrome://global/skin/icons/webapps-64.png");
2999 }
3000
3001 .popup-notification-icon[popupid="mixed-content-blocked"] {
3002   list-style-image: url("chrome://browser/skin/mixed-content-blocked-64.png");
3003 }
3004
3005 .popup-notification-icon[popupid="webRTC-sharingDevices"],
3006 .popup-notification-icon[popupid="webRTC-shareDevices"] {
3007   list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
3008 }
3009
3010 .popup-notification-icon[popupid="webRTC-sharingMicrophone"],
3011 .popup-notification-icon[popupid="webRTC-shareMicrophone"] {
3012   list-style-image: url("chrome://browser/skin/webRTC-shareMicrophone-64.png");
3013 }
3014
3015 .popup-notification-icon[popupid="pointerLock"] {
3016   list-style-image: url("chrome://browser/skin/pointerLock-64.png");
3017 }
3018
3019 /* Notification icon box */
3020 #notification-popup .panel-promo-box {
3021 /*  margin: 10px -10px -10px; */
3022 }
3023
3024 #notification-popup-box {
3025   position: relative;
3026   background-color: #000000;
3027   background-clip: padding-box;
3028   padding-left: 3px;
3029   padding-right: 8px;
3030   border-radius: 3px 0 0 3px;
3031   border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0;
3032   -moz-margin-end: -8px;
3033   border-right-width: 8px;
3034 }
3035
3036 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar > #notification-popup-box {
3037 /*  padding-left: 7px; */
3038 }
3039
3040 #notification-popup-box:-moz-locale-dir(rtl),
3041 .notification-anchor-icon:-moz-locale-dir(rtl) {
3042   transform: scaleX(-1);
3043 }
3044
3045 .notification-anchor-icon {
3046   width: 16px;
3047   height: 16px;
3048   margin: 0 2px;
3049 }
3050
3051 .notification-anchor-icon:-moz-focusring {
3052   outline: 1px dotted #008484;
3053 /*  outline-offset: -3px; */
3054 }
3055
3056 .default-notification-icon,
3057 #default-notification-icon {
3058   list-style-image: url("chrome://global/skin/icons/information-16.png");
3059 }
3060
3061 .identity-notification-icon,
3062 #identity-notification-icon {
3063   list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
3064 }
3065
3066 .geo-notification-icon,
3067 #geo-notification-icon {
3068   list-style-image: url("chrome://browser/skin/Geolocation-16.png");
3069 }
3070
3071 #addons-notification-icon {
3072   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
3073 }
3074
3075 .indexedDB-notification-icon,
3076 #indexedDB-notification-icon {
3077   list-style-image: url("chrome://global/skin/icons/question-16.png");
3078 }
3079
3080 #password-notification-icon {
3081   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
3082 }
3083
3084 #webapps-notification-icon {
3085   list-style-image: url("chrome://gobal/skin/icons/webapps-16.png");
3086 }
3087
3088 #plugins-notification-icon {
3089   list-style-image: url("chrome://browser/skin/notification-pluginNormal.png");
3090 }
3091
3092 #plugins-notification-icon.plugin-hidden {
3093   list-style-image: url("chrome://browser/skin/notification-pluginAlert.png");
3094 }
3095
3096 #plugins-notification-icon.plugin-blocked {
3097   list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
3098 }
3099
3100 #plugins-notification-icon {
3101 /*  -moz-image-region: rect(0, 16px, 16px, 0);*/
3102 }
3103
3104 #plugins-notification-icon:hover {
3105 /*  -moz-image-region: rect(0, 32px, 16px, 16px);*/
3106 }
3107
3108 #plugin-install-notification-icon {
3109   list-style-image: url("chrome://browser/skin/pluginInstall-16.png");
3110 }
3111
3112 #notification-popup-box[hidden] {
3113   /* Override display:none to make the pluginBlockedNotification animation work
3114      when showing the notification repeatedly. */
3115   display: -moz-box;
3116   visibility: collapse;
3117 }
3118
3119 #plugins-notification-icon.plugin-blocked[showing] {
3120   animation: pluginBlockedNotification 500ms ease 0s 5 alternate both;
3121 }
3122
3123 @keyframes pluginBlockedNotification {
3124   from {
3125     opacity: 0;
3126   }
3127   to {
3128     opacity: 1;
3129   }
3130 }
3131
3132 .mixed-content-blocked-notification-icon,
3133 #mixed-content-blocked-notification-icon {
3134   list-style-image: url("chrome://browser/skin/mixed-content-blocked-16.png");
3135 }
3136
3137 .webRTC-shareDevices-notification-icon,
3138 #webRTC-shareDevices-notification-icon {
3139   list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
3140 }
3141
3142 .webRTC-sharingDevices-notification-icon,
3143 #webRTC-sharingDevices-notification-icon {
3144   list-style-image: url("chrome://browser/skin/webRTC-sharingDevice-16.png");
3145 }
3146
3147 .webRTC-shareMicrophone-notification-icon,
3148 #webRTC-shareMicrophone-notification-icon {
3149   list-style-image: url("chrome://browser/skin/webRTC-shareMicrophone-16.png");
3150 }
3151
3152 .webRTC-sharingMicrophone-notification-icon,
3153 #webRTC-sharingMicrophone-notification-icon {
3154   list-style-image: url("chrome://browser/skin/webRTC-sharingMicrophone-16.png");
3155 }
3156
3157 .web-notifications-notification-icon,
3158 #web-notifications-notification-icon {
3159   list-style-image: url("chrome://browser/skin/notification-16.png");
3160 }
3161
3162 #pointerLock-notification-icon {
3163   list-style-image: url("chrome://browser/skin/pointerLock-16.png");
3164 }
3165 #pointerLock-cancel {
3166   margin: 0px;
3167 }
3168
3169 /* Bookmarks roots menu-items */
3170 #subscribeToPageMenuitem:not([disabled]),
3171 #subscribeToPageMenupopup,
3172 #BMB_subscribeToPageMenuitem:not([disabled]),
3173 #BMB_subscribeToPageMenupopup {
3174   list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
3175 }
3176
3177 #bookmarksToolbarFolderMenu,
3178 #BMB_bookmarksToolbar,
3179 #panelMenu_bookmarksToolbar {
3180   list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
3181   -moz-image-region: auto;
3182 }
3183
3184 #BMB_unsortedBookmarks,
3185 #panelMenu_unsortedBookmarks {
3186   list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png");
3187   -moz-image-region: auto;
3188 }
3189
3190 /* ::::: Keyboard UI Panel ::::: */
3191
3192 .KUI-panel {
3193   color: #FF9F00;
3194   border-style: none;
3195   border-radius: 20px;
3196 }
3197
3198 .KUI-panel[level="top"] {
3199   /*background-color: rgba(27%,27%,27%,.65);*/
3200 }
3201
3202 /* Ctrl-Tab */
3203
3204 #ctrlTab-panel {
3205   padding: 20px 10px 10px;
3206   font-weight: bold;
3207 }
3208
3209 .ctrlTab-favicon[src] {
3210   background-color: #000000;
3211   width: 20px;
3212   height: 20px;
3213   padding: 2px;
3214 }
3215
3216 .ctrlTab-preview-inner > .tabPreview-canvas {
3217 }
3218
3219 .ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas {
3220   margin-bottom: 2px;
3221 }
3222
3223 .ctrlTab-preview-inner {
3224   padding-bottom: 10px;
3225 }
3226
3227 #ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
3228   padding: 10px;
3229   background-color: #000000;
3230   border-radius: .5em;
3231 }
3232
3233 .ctrlTab-preview:focus > * > .ctrlTab-preview-inner {
3234   color: white;
3235   background-color: #000000;
3236   text-shadow: none;
3237   padding: 8px;
3238   border: 2px solid #9C9CFF;
3239   border-radius: .5em;
3240 }
3241
3242 .ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner {
3243   margin: -10px -10px 0;
3244 }
3245
3246 #ctrlTab-showAll {
3247   margin-top: .5em;
3248 }
3249
3250 /* Sync Panel */
3251
3252 .sync-panel-icon {
3253   height:32px;
3254   width: 32px;
3255   background: url("chrome://browser/content/abouthome/sync.png") top left no-repeat;
3256 }
3257
3258 .sync-panel-inner {
3259   width: 0;
3260   padding-left: 10px;
3261 }
3262
3263 .sync-panel-button-box {
3264   margin-top: 1em;
3265 }
3266
3267 #sync-error-panel-title,
3268 #sync-start-panel-title {
3269   font-size: 120%;
3270   font-weight: bold;
3271   margin-bottom: 5px;
3272 }
3273
3274 #sync-start-panel-subtitle,
3275 #sync-error-panel-subtitle {
3276   margin: 0;
3277 }
3278
3279 /* Status panel */
3280
3281 .statuspanel-label {
3282   margin: 0;
3283   padding: 2px 4px;
3284   background: #404000;
3285   border: 1px none #9C9CFF;
3286   border-top-style: solid;
3287   color: #FF9F00;
3288   text-shadow: none;
3289 }
3290
3291 .statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
3292 .statuspanel-label:-moz-locale-dir(rtl)[mirror] {
3293   border-right-style: solid;
3294   border-top-right-radius: .3em;
3295   margin-right: 1em;
3296 }
3297
3298 .statuspanel-label:-moz-locale-dir(rtl):not([mirror]),
3299 .statuspanel-label:-moz-locale-dir(ltr)[mirror] {
3300   border-left-style: solid;
3301   border-top-left-radius: .3em;
3302   margin-left: 1em;
3303 }
3304
3305 /* HACK to abolish devily color on main content */
3306
3307 #content {
3308   background-color: transparent !important;
3309 }
3310
3311 /* === BEGIN highlighter.inc.css === */
3312
3313 /* Box model highlighter */
3314 svg|g.box-model-container {
3315   opacity: 0.4;
3316 }
3317
3318 svg|polygon.box-model-content {
3319   fill: #008484;
3320 }
3321
3322 svg|polygon.box-model-padding {
3323   fill: #9C9CFF;
3324 }
3325
3326 svg|polygon.box-model-border {
3327   fill: #FFCF00;
3328 }
3329
3330 svg|polygon.box-model-margin {
3331   fill: #A09090;
3332 }
3333
3334 svg|polygon.box-model-content,
3335 svg|polygon.box-model-padding,
3336 svg|polygon.box-model-border,
3337 svg|polygon.box-model-margin {
3338   stroke: none;
3339 }
3340
3341 svg|line.box-model-guide-top,
3342 svg|line.box-model-guide-right,
3343 svg|line.box-model-guide-bottom,
3344 svg|line.box-model-guide-left {
3345   stroke: #E7ADE7;
3346   stroke-dasharray: 5 3;
3347 }
3348
3349 /* Highlighter - Node Infobar */
3350
3351 .highlighter-nodeinfobar {
3352   color: #FF9F00;
3353   border-radius: 3px;
3354   background-color: #000000;
3355   background-clip: padding-box;
3356   border: 1px solid #008484;
3357   padding: 5px;
3358   /* Avoid cases where the infobar is smaller than the arrow, when the text is
3359   short */
3360   min-width: 75px;
3361 }
3362
3363 /* Highlighter - Node Infobar - text */
3364
3365 .highlighter-nodeinfobar-text {
3366   text-align: center;
3367   /* 100% - size of the buttons and margins */
3368   max-width: calc(100% - 2 * (26px + 6px));
3369   padding-bottom: 1px;
3370 }
3371
3372 html|*.highlighter-nodeinfobar-tagname {
3373   color: #FFCF00;
3374 }
3375
3376 html|*.highlighter-nodeinfobar-id {
3377   color: #9C9CFF;
3378 }
3379
3380 html|*.highlighter-nodeinfobar-pseudo-classes {
3381   color: #FF9F00;
3382 }
3383
3384 /* Highlighter - Node Infobar - box & arrow */
3385
3386 .highlighter-nodeinfobar-arrow {
3387   width: 14px;
3388   height: 14px;
3389   -moz-margin-start: calc(50% - 7px);
3390   transform: rotate(-45deg);
3391   background-clip: padding-box;
3392   background-repeat: no-repeat;
3393 }
3394
3395 .highlighter-nodeinfobar-arrow-top {
3396   margin-bottom: -8px;
3397   margin-top: 8px;
3398   background-image: linear-gradient(to bottom left, transparent 50%, rgb(0, 132, 132) 50%);
3399 }
3400
3401 .highlighter-nodeinfobar-arrow-bottom {
3402   margin-top: -8px;
3403   margin-bottom: 8px;
3404   background-image: linear-gradient(to top right, transparent 50%, rgb(0, 132, 132) 50%);
3405 }
3406
3407 .highlighter-nodeinfobar-container[hide-arrow] > .highlighter-nodeinfobar {
3408   margin: 7px 0;
3409 }
3410
3411 /* === END highlighter.inc.css === */
3412
3413 #full-screen-warning-message {
3414   background-color: #000000;
3415   color: #FF9F00;
3416   border-radius: 8px;
3417   margin-top: 30px;
3418   padding: 30px 50px;
3419   box-shadow: 0 0 2px #9C9CFF;
3420 }
3421
3422 #full-screen-warning-container[obscure-browser] {
3423   background-color: rgba(0,0,0,0.3);
3424 }
3425
3426 .full-screen-description {
3427   font-size: 150%;
3428 }
3429
3430 #full-screen-domain-text {
3431   font-size: 300%;
3432 }
3433
3434 .full-screen-approval-button,
3435 #full-screen-remember-decision {
3436   font-size: 120%;
3437 }
3438
3439 /* === BEGIN commandline.inc.css === */
3440
3441 /* Developer toolbar */
3442
3443 #developer-toolbar {
3444   border-top: 3px solid #000000;
3445   border-bottom: none;
3446 }
3447
3448 #developer-toolbar .toolbar-holder {
3449   background-color: #8050B0;
3450   color: #FFCF00;
3451 }
3452
3453 #developer-toolbar .toolbar-holder {
3454   background-color: #8050B0;
3455   color: #FFCF00;
3456 }
3457
3458 #developer-toolbar .toolbar-startcap,
3459 #developer-toolbar .toolbar-endcap{
3460   background-color: #6000CF;
3461 }
3462
3463 #developer-toolbar {
3464 /*  padding: 0;
3465   min-height: 32px; */
3466 }
3467
3468 #developer-toolbar > toolbarbutton {
3469 /*  margin: 0;
3470   padding: 0 10px;
3471   width: 32px; */
3472 }
3473
3474 .developer-toolbar-button > image {
3475 /*  margin: auto 10px; */
3476 }
3477
3478 #developer-toolbar-toolbox-button > label {
3479   display: none;
3480 }
3481
3482 #developer-toolbar-toolbox-button {
3483   list-style-image: url("chrome://browser/skin/devtools/toggle-tools.png");
3484   -moz-image-region: rect(0px, 16px, 16px, 0px);
3485 }
3486
3487 #developer-toolbar-toolbox-button > label {
3488   display: none;
3489 }
3490
3491 #developer-toolbar-toolbox-button:hover,
3492 #developer-toolbar-toolbox-button:hover:active,
3493 #developer-toolbar-toolbox-button[checked=true] {
3494   -moz-image-region: rect(0px, 32px, 16px, 16px);
3495 }
3496
3497 #developer-toolbar-closebutton {
3498   list-style-image: url("chrome://browser/skin/devtools/close.png");
3499   -moz-image-region: rect(0px, 16px, 16px, 0px);
3500   min-width: 16px;
3501   width: 16px;
3502 }
3503
3504 #developer-toolbar-closebutton > .toolbarbutton-icon {
3505 }
3506
3507 #developer-toolbar-closebutton > .toolbarbutton-text {
3508   display: none;
3509 }
3510
3511 #developer-toolbar-closebutton:hover,
3512 #developer-toolbar-closebutton:hover:active {
3513   -moz-image-region: rect(0px, 32px, 16px, 16px);
3514 }
3515
3516 /* GCLI */
3517
3518 html|*#gcli-tooltip-frame,
3519 html|*#gcli-output-frame {
3520   padding: 0;
3521   border-width: 0;
3522   background-color: transparent;
3523 }
3524
3525 #gcli-output,
3526 #gcli-tooltip {
3527   border-width: 0;
3528   background-color: transparent;
3529 }
3530
3531 .gclitoolbar-input-node,
3532 .gclitoolbar-complete-node {
3533   margin: 1px 3px;
3534   -moz-box-align: center;
3535   padding-top: 0;
3536   padding-bottom: 0;
3537   padding-right: 8px;
3538   background-color: transparent;
3539 }
3540
3541 .gclitoolbar-input-node {
3542   padding-left: 20px;
3543 /*  line-height: 32px;
3544   outline-style: none; */
3545   background-image: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 16, 16, 0);
3546   background-repeat: no-repeat;
3547   background-color: rgba(0, 0, 0, .75);
3548 }
3549
3550 .gclitoolbar-input-node[focused="true"] {
3551   background-image: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16);
3552   background-color: #000000;
3553 }
3554
3555 .gclitoolbar-input-node:not([focused="true"]) {
3556   border-color: transparent;
3557 }
3558
3559 .gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
3560   background-color: #008484;
3561   color: #000000;
3562   text-shadow: none;
3563 }
3564
3565 .gclitoolbar-complete-node {
3566   padding-left: 21px;
3567   background-color: transparent;
3568   color: transparent;
3569   z-index: 100;
3570   pointer-events: none;
3571 }
3572
3573 .gcli-in-incomplete,
3574 .gcli-in-error,
3575 .gcli-in-ontab,
3576 .gcli-in-todo,
3577 .gcli-in-closebrace,
3578 .gcli-in-param,
3579 .gcli-in-valid {
3580   margin: 0;
3581   padding: 0;
3582 }
3583
3584 .gcli-in-incomplete {
3585   border-bottom: 2px dotted #8050B0;
3586 }
3587
3588 .gcli-in-error {
3589   border-bottom: 2px dotted #FF0000;
3590 }
3591
3592 .gcli-in-ontab {
3593   color: #9C9CFF;
3594 }
3595
3596 .gcli-in-todo {
3597   color: #795900;
3598 }
3599
3600 .gcli-in-closebrace {
3601   color: #8050B0;
3602 }
3603
3604 /* === END commandline.inc.css === */
3605
3606 /* === BEGIN responsivedesign.inc.css === */
3607
3608 /* Responsive Mode */
3609
3610 .browserContainer[responsivemode] {
3611   background: #221500 url("chrome://browser/skin/devtools/responsive-background.png");
3612   padding: 0 20px 20px 20px;
3613 }
3614
3615 .browserStack[responsivemode] {
3616   box-shadow: 0 0 7px #9C9CFF;
3617 }
3618
3619 .devtools-responsiveui-toolbar {
3620   background: transparent;
3621   /* text color is textColor from dark theme, since no theme is applied to
3622    * the responsive toolbar.
3623    */
3624   color: #FF9F00;
3625   margin: 10px 0;
3626   padding: 0;
3627   box-shadow: none;
3628   border-bottom-width: 0;
3629 }
3630
3631 .devtools-responsiveui-menulist,
3632 .devtools-responsiveui-toolbarbutton {
3633   -moz-box-align: center;
3634   min-width: 32px;
3635 /*  min-height: 22px;*/
3636 /*  margin: 0 3px; */
3637 }
3638
3639 .devtools-responsiveui-toolbarbutton > .toolbarbutton-menubutton-button {
3640   -moz-box-orient: horizontal;
3641 }
3642
3643 .devtools-responsiveui-menulist:-moz-focusring,
3644 .devtools-responsiveui-toolbarbutton:-moz-focusring {
3645 /*  outline: 1px dotted hsla(210,30%,85%,0.7);
3646   outline-offset: -4px;*/
3647 }
3648
3649 .devtools-responsiveui-toolbarbutton:not([label]) > .toolbarbutton-text {
3650   display: none;
3651 }
3652
3653 .devtools-responsiveui-toolbarbutton:not([checked=true]):hover:active {
3654 /*  border-color: hsla(210,8%,5%,.6);
3655   background: linear-gradient(hsla(220,6%,10%,.3), hsla(212,7%,57%,.15) 65%, hsla(212,7%,57%,.3));
3656   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); */
3657 }
3658
3659 .devtools-responsiveui-menulist[open=true],
3660 .devtools-responsiveui-toolbarbutton[open=true],
3661 .devtools-responsiveui-toolbarbutton[checked=true] {
3662 /*  border-color: hsla(210,8%,5%,.6) !important;
3663   background: linear-gradient(hsla(220,6%,10%,.6), hsla(210,11%,18%,.45) 75%, hsla(210,11%,30%,.4));
3664   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); */
3665 }
3666
3667 .devtools-responsiveui-toolbarbutton[checked=true] {
3668 /*  color: hsl(208,100%,60%); */
3669 }
3670
3671 .devtools-responsiveui-toolbarbutton[checked=true]:hover {
3672 /*  background-color: transparent !important;*/
3673 }
3674
3675 .devtools-responsiveui-toolbarbutton[checked=true]:hover:active {
3676 /*  background-color: hsla(210,8%,5%,.2) !important;*/
3677 }
3678
3679 .devtools-responsiveui-menulist > .menulist-label-box {
3680   text-align: center;
3681 }
3682
3683 .devtools-responsiveui-menulist > .menulist-dropmarker {
3684 /*  display: -moz-box;
3685   background-color: transparent;
3686   list-style-image: url("chrome://browser/skin/devtools/dropmarker.png");
3687   -moz-box-align: center;
3688   border-width: 0;
3689   min-width: 16px;*/
3690 }
3691
3692 .devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-button {
3693 /*  color: inherit;
3694   border-width: 0;
3695   -moz-border-end: 1px solid hsla(210,8%,5%,.45);
3696   box-shadow: -1px 0 0 hsla(210,16%,76%,.15) inset, 1px 0 0 hsla(210,16%,76%,.15);*/
3697 }
3698
3699 .devtools-responsiveui-toolbarbutton[type=menu-button]:-moz-locale-dir(rtl) > .toolbarbutton-menubutton-button {
3700 /*  box-shadow: 1px 0 0 hsla(210,16%,76%,.15) inset, -1px 0 0 hsla(210,16%,76%,.15);*/
3701 }
3702
3703 .devtools-responsiveui-toolbarbutton[type=menu-button] {
3704 /*  padding: 0 1px;*/
3705   -moz-box-align: stretch;
3706 }
3707
3708 .devtools-responsiveui-toolbarbutton[type=menu] > .toolbarbutton-menu-dropmarker,
3709 .devtools-responsiveui-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-dropmarker {
3710 /*  list-style-image: url("chrome://browser/skin/devtools/dropmarker.png");
3711   -moz-box-align: center;
3712   padding: 0 3px;*/
3713 }
3714
3715 .devtools-responsiveui-toolbar:-moz-locale-dir(ltr) > *:first-child,
3716 .devtools-responsiveui-toolbar:-moz-locale-dir(rtl) > *:last-child {
3717   margin-left: 3px;
3718 }
3719
3720 .devtools-responsiveui-close {
3721   list-style-image: url("chrome://browser/skin/devtools/close.png");
3722   -moz-image-region: rect(0px,16px,16px,0px);
3723 }
3724
3725 .devtools-responsiveui-close:hover {
3726   -moz-image-region: rect(0px,32px,16px,16px);
3727 }
3728
3729 .devtools-responsiveui-rotate {
3730   list-style-image: url("chrome://browser/skin/devtools/responsiveui-rotate.png");
3731   -moz-image-region: rect(0px,16px,16px,0px);
3732 }
3733
3734 .devtools-responsiveui-rotate:hover {
3735   -moz-image-region: rect(0px,32px,16px,16px);
3736 }
3737
3738 .devtools-responsiveui-touch {
3739   list-style-image: url("chrome://browser/skin/devtools/responsiveui-touch.png");
3740   -moz-image-region: rect(0px,16px,16px,0px);
3741 }
3742
3743 .devtools-responsiveui-touch:hover,
3744 .devtools-responsiveui-touch[checked],
3745 .devtools-responsiveui-touch[checked]:hover {
3746   -moz-image-region: rect(0px,32px,16px,16px);
3747 }
3748
3749 .devtools-responsiveui-screenshot {
3750   list-style-image: url("chrome://browser/skin/devtools/responsiveui-screenshot.png");
3751   -moz-image-region: rect(0px,16px,16px,0px);
3752 }
3753
3754 .devtools-responsiveui-screenshot:hover {
3755   -moz-image-region: rect(0px,32px,16px,16px);
3756 }
3757
3758 .devtools-responsiveui-resizebarV {
3759   width: 7px;
3760   height: 24px;
3761   cursor: ew-resize;
3762   transform: translate(12px, -12px);
3763   background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer.png");
3764 }
3765
3766 .devtools-responsiveui-resizebarH {
3767   width: 24px;
3768   height: 7px;
3769   cursor: ns-resize;
3770   transform: translate(-12px, 12px);
3771   background-image: url("chrome://browser/skin/devtools/responsive-horizontal-resizer.png");
3772 }
3773
3774 .devtools-responsiveui-resizehandle {
3775   width: 16px;
3776   height: 16px;
3777   cursor: se-resize;
3778   transform: translate(12px, 12px);
3779   background-image: url("chrome://browser/skin/devtools/responsive-se-resizer.png");
3780 }
3781
3782 /* === END responsivedesign.inc.css === */
3783
3784 /* === including indicator.css is done at the start of the file === */
3785
3786 /* Error counter */
3787
3788 #developer-toolbar-toolbox-button[error-count]:before {
3789   color: #000000;
3790   min-width: 16px;
3791   text-shadow: none;
3792   background-color: #FF0000;
3793   border-radius: 1px;
3794   -moz-margin-end: 5px;
3795 }
3796
3797 /* Social toolbar item */
3798
3799 #social-provider-button {
3800   -moz-image-region: rect(0, 16px, 16px, 0);
3801   list-style-image: url("chrome://browser/skin/social/services-16.png");
3802 }
3803
3804 #social-provider-button > .toolbarbutton-menu-dropmarker {
3805   display: none;
3806 }
3807
3808 .toolbarbutton-badge-container {
3809   margin: 0;
3810   padding: 0;
3811   position: relative;
3812 }
3813
3814 #nav-bar .toolbarbutton-1 > .toolbarbutton-badge-container {
3815   padding: 2px 2px;
3816 }
3817
3818 .toolbarbutton-1 > .toolbarbutton-badge-container > .toolbar-icon {
3819   position: absolute;
3820   top: 2px;
3821   right: 2px;
3822 }
3823
3824 .toolbarbutton-badge-container > .toolbarbutton-icon[label]:not([label=""]) {
3825   -moz-margin-end: 0;
3826 }
3827
3828 .toolbarbutton-badge[badge=""] {
3829   display: none;
3830 }
3831 .toolbarbutton-badge[badge]:not([badge=""])::after {
3832   /* The |content| property is set in the content stylesheet. */
3833   font-size: 9px;
3834   font-weight: bold;
3835   padding: 0 1px;
3836   color: #FF9F00;
3837   background-color: #000000;
3838   border: 1px solid #9C9CFF;
3839   border-radius: 2px;
3840   position: absolute;
3841   top: 0;
3842   right: 0;
3843 }
3844
3845 #nav-bar *|* > .toolbarbutton-badge[badge]:not([badge=""])::after {
3846   top: 1px;
3847   right: 1px;
3848 }
3849
3850 .toolbarbutton-badge[badge]:not([badge=""]):-moz-locale-dir(rtl)::after {
3851   left: 0;
3852   right: auto;
3853 }
3854
3855 #nav-bar *|* > .toolbarbutton-badge[badge]:not([badge=""]):-moz-locale-dir(rtl)::after {
3856   left: 1px;
3857   right: auto;
3858 }
3859
3860 #social-notification-icon-mentions {
3861   background-color: #000000;
3862   border-radius: 3px;
3863   -moz-margin-start: 2px;
3864 }
3865
3866 #social-notification-icon-mentions:hover {
3867   background-color: #FFCF00;
3868 }
3869
3870 #social-notification-icon-mentions[open="true"] {
3871   background-color: #FF9F00;
3872 }
3873
3874 #social-sidebar-splitter {
3875   border: 0;
3876 }
3877
3878 .popup-notification-icon[popupid="servicesInstall"] {
3879   list-style-image: url("chrome://browser/skin/social/services-64.png");
3880 }
3881 #servicesInstall-notification-icon {
3882   list-style-image: url("chrome://browser/skin/social/services-16.png");
3883 }
3884 #social-undoactivation-button {
3885   -moz-margin-start: 0; /* override default label margin to match description margin */
3886 }
3887
3888 #socialActivatedNotification .popup-notification-button-container {
3889   margin-left: 6px;
3890 }
3891
3892 .social-activation-icon {
3893   width: auto;
3894   height: auto;
3895   max-height: 64px;
3896   max-width: 64px;
3897 }
3898
3899 #social-activation-message {
3900   max-width: 250px;
3901 }
3902
3903 #social-activation-message > label {
3904   margin: 0;
3905 }
3906
3907 /* social toolbar provider menu */
3908 .social-statusarea-popup {
3909   margin-top: 0;
3910   margin-left: -12px;
3911   margin-right: -12px;
3912 }
3913
3914 .social-statusarea-user {
3915   border-bottom: 1px solid #9C9CFF;
3916   background-color: #000000;
3917   color: #FF9F00;
3918   position: relative;
3919   cursor: pointer;
3920 }
3921
3922 .social-statusarea-user-portrait {
3923   width: 32px;
3924   height: 32px;
3925   border-radius: 2px;
3926   margin: 10px;
3927 }
3928
3929 .social-statusarea-loggedInStatus {
3930   background: transparent;
3931   border: none;
3932   color: #3333FF;
3933   min-width: 0;
3934   margin: 0 6px;
3935   list-style-image: none;
3936 }
3937
3938 #social-statusarea-user[_moz-menuactive] > vbox > .social-statusarea-loggedInStatus {
3939   text-decoration: underline;
3940 }
3941
3942 .social-panel > .panel-arrowcontainer > .panel-arrowcontent {
3943   padding: 0;
3944 }
3945
3946 .social-panel-frame {
3947   border-radius: inherit;
3948 }
3949
3950 /* === BEGIN chat.inc.css === */
3951
3952 #social-sidebar-header {
3953   padding: 3px;
3954 }
3955
3956 #social-sidebar-button {
3957   -moz-appearance: none;
3958   list-style-image: url("chrome://browser/skin/social/gear_default.png");
3959   border: none;
3960   padding: 0;
3961   margin: 2px;
3962 }
3963 #social-sidebar-button > .toolbarbutton-icon {
3964   min-height: 16px;
3965   min-width: 16px;
3966 }
3967 #social-sidebar-button:hover,
3968 #social-sidebar-button:hover:active {
3969   list-style-image: url("chrome://browser/skin/social/gear_clicked.png");
3970 }
3971 #social-sidebar-button > .toolbarbutton-menu-dropmarker {
3972   display: none;
3973 }
3974
3975 #social-sidebar-button[loading="true"] {
3976   list-style-image: url("chrome://global/skin/icons/loading.gif");
3977 }
3978
3979 #social-sidebar-favico {
3980   max-height: 16px;
3981   max-width: 16px;
3982   padding: 0;
3983   margin: 2px;
3984 }
3985
3986 .chat-status-icon {
3987   max-height: 16px;
3988   max-width: 16px;
3989   padding: 0;
3990 }
3991
3992 .chat-toolbarbutton {
3993   -moz-appearance: none;
3994   border: none;
3995   padding: 0;
3996   margin: 0;
3997   background: none;
3998   width: 16px;
3999 }
4000
4001 .chat-toolbarbutton > .toolbarbutton-text {
4002   display: none;
4003 }
4004
4005 .chat-toolbarbutton > .toolbarbutton-icon {
4006   width: inherit;
4007 }
4008
4009 .chat-toolbarbutton.notification-anchor-icon > .toolbarbutton-icon {
4010   width: inherit;
4011   margin-top: -2px;
4012 }
4013
4014 .chat-close-button {
4015   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
4016   -moz-image-region: rect(0, 16px, 16px, 0);
4017 }
4018
4019 .chat-close-button:hover,
4020 .chat-close-button:hover:active {
4021   -moz-image-region: rect(0, 32px, 16px, 16px);
4022 }
4023
4024 .chat-minimize-button {
4025   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
4026   -moz-image-region: rect(16px, 16px, 32px, 0);
4027 }
4028
4029 .chat-minimize-button:hover:active,
4030 .chat-minimize-button:hover {
4031   -moz-image-region: rect(16px, 32px, 32px, 16px);
4032 }
4033
4034 .chat-swap-button {
4035   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
4036   -moz-image-region: rect(48px, 16px, 64px, 0);
4037 }
4038
4039 .chat-swap-button:hover:active,
4040 .chat-swap-button:hover {
4041   -moz-image-region: rect(48px, 32px, 64px, 16px);
4042 }
4043
4044 chatbar > chatbox > .chat-titlebar > .chat-swap-button {
4045   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
4046   -moz-image-region: rect(32px, 16px, 48px, 0);
4047 }
4048
4049 chatbar > chatbox > .chat-titlebar > .chat-swap-button:hover:active,
4050 chatbar > chatbox > .chat-titlebar > .chat-swap-button:hover {
4051   -moz-image-region: rect(32px, 32px, 48px, 16px);
4052 }
4053
4054 .chat-title {
4055   font-weight: bold;
4056   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
4057   text-shadow: none;
4058   cursor: inherit;
4059 }
4060
4061 .chat-titlebar {
4062   background-color: #9C9CFF;
4063   color: #000000;
4064   height: 20px;
4065   min-height: 16px;
4066   width: 100%;
4067   margin: 0;
4068   padding: 2px;
4069   -moz-padding-start: 6px;
4070   border: none;
4071   border-bottom: 1px solid #008484;
4072   cursor: pointer;
4073 }
4074
4075 .chat-titlebar > .notification-anchor-icon {
4076   margin-left: 2px;
4077   margin-right: 2px;
4078 }
4079
4080 .chat-titlebar[minimized="true"] {
4081   border-bottom: none;
4082 }
4083
4084 .chat-titlebar[selected] {
4085   background-color: #008484;
4086 }
4087
4088 .chat-titlebar[activity] {
4089   background-color: #E7ADE7;
4090 }
4091
4092 .chat-frame {
4093   padding: 0;
4094   margin: 0;
4095   overflow: hidden;
4096 }
4097
4098 .chatbar-button {
4099   list-style-image: url("chrome://browser/skin/social/services-16.png");
4100   background-color: #000000;
4101   border: none;
4102   margin: 0;
4103   padding: 2px;
4104   height: 21px;
4105   width: 21px;
4106   border-top: 1px solid #008484;
4107   -moz-border-end: 1px solid #008484;
4108 }
4109
4110 @media (min-resolution: 2dppx) {
4111   .chatbar-button {
4112     list-style-image: url("chrome://browser/skin/social/services-16@2x.png");
4113   }
4114 }
4115
4116 .chatbar-button > .toolbarbutton-icon {
4117   width: 16px;
4118 }
4119
4120 .chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
4121   width: auto;
4122   height: auto;
4123   max-height: 16px;
4124   max-width: 16px;
4125 }
4126
4127 .chatbar-button > .toolbarbutton-icon {
4128   opacity: .6;
4129   -moz-margin-end: 0;
4130 }
4131 .chatbar-button:hover > .toolbarbutton-icon,
4132 .chatbar-button[open="true"] > .toolbarbutton-icon {
4133   opacity: 1;
4134 }
4135
4136 .chatbar-button:hover,
4137 .chatbar-button[open="true"] {
4138 }
4139
4140 .chatbar-button > .toolbarbutton-text,
4141 .chatbar-button > .toolbarbutton-menu-dropmarker {
4142   display: none;
4143 }
4144
4145 .chatbar-button[activity]:not([open="true"]) {
4146   background-color: #E7ADE7;
4147 }
4148
4149 .chatbar-button > menupopup > menuitem[activity] {
4150   font-weight: bold;
4151 }
4152
4153 .chatbar-innerbox {
4154   background: transparent;
4155   margin: -285px 0 0;
4156   overflow: hidden;
4157 }
4158
4159 chatbar {
4160   -moz-margin-end: 20px;
4161 }
4162
4163 chatbar > chatbox {
4164   height: 285px;
4165   width: 260px;
4166   -moz-margin-start: 4px;
4167   background-color: #000000;
4168   border: 1px solid #9C9CFF;
4169   border-bottom: none;
4170   border-top-left-radius: 2.5px;
4171   border-top-right-radius: 2.5px;
4172 }
4173
4174 chatbox[minimized="true"] {
4175   width: 160px;
4176   height: 20px;
4177 }
4178
4179 window > chatbox {
4180   -moz-margin-start: 0px;
4181   margin: 0px;
4182   border: none;
4183   padding: 0px;
4184 }
4185
4186 /* === END chat.inc.css === */
4187
4188 .chat-titlebar {
4189 /*  background-color: #c4cfde; */
4190 }
4191
4192 .chat-titlebar[selected] {
4193 /*  background-color: #dae3f0; */
4194 }
4195
4196 .chatbar-button {
4197   -moz-appearance: none;
4198 /*  background-color: #c4cfde; */
4199 }
4200
4201 .chatbar-button > .toolbarbutton-icon {
4202 /*  -moz-margin-end: 0; */
4203 }
4204
4205 .chatbar-button:hover,
4206 .chatbar-button[open="true"] {
4207 /*  background-color: #dae3f0; */
4208 }
4209
4210 .chatbar-button[activity]:not([open="true"]) {
4211 }
4212
4213 chatbox {
4214 /*  border-top-left-radius: 2.5px;
4215   border-top-right-radius: 2.5px; */
4216 }
4217
4218 /* === BEGIN plugin-doorhanger.inc.css === */
4219
4220 /**
4221  * Plugin Doorhanger Styles
4222  */
4223
4224 #notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent {
4225   padding: 6px 1px 2px;
4226 }
4227
4228 .click-to-play-plugins-notification-center-box {
4229 }
4230
4231 .plugin-popupnotification-centeritem:nth-child(odd) {
4232 /*  background-color: rgba(0,0,0,0.1);*/
4233 }
4234
4235 .center-item-label {
4236   margin-bottom: 0;
4237   text-overflow: ellipsis;
4238 }
4239
4240 .center-item-warning-icon {
4241   background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png");
4242   background-repeat: no-repeat;
4243   width: 16px;
4244   height: 15px;
4245   -moz-margin-start: 6px;
4246 }
4247
4248 .click-to-play-plugins-notification-button-container {
4249 }
4250
4251 .click-to-play-popup-button {
4252   width: 50%;
4253 }
4254
4255 .click-to-play-plugins-notification-description-box {
4256   margin-left: 5px;
4257   margin-right: 5px;
4258   margin-top: 0;
4259   padding-bottom: 3px;
4260 }
4261
4262 .click-to-play-plugins-outer-description {
4263   margin-top: 1px;
4264 }
4265
4266 .click-to-play-plugins-notification-link,
4267 .center-item-link {
4268   margin: 0;
4269 }
4270
4271 .messageImage[value="plugin-hidden"] {
4272   list-style-image: url("chrome://browser/skin/notification-pluginNormal.png");
4273 }
4274
4275 /* Keep any changes to this style in sync with pluginProblem.css */
4276 notification.pluginVulnerable {
4277 }
4278
4279 notification.pluginVulnerable .messageImage {
4280   list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
4281 }
4282
4283 /* === END plugin-doorhanger.inc.css === */
4284
4285 /* === BEGIN customizeMode.inc.css === */
4286
4287 /* Customization mode */
4288
4289 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox {
4290   margin-bottom: 1em;
4291 }
4292
4293 #main-window:-moz-any([customize-entering],[customize-entered]) #content-deck,
4294 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox,
4295 #main-window:-moz-any([customize-entering],[customize-entered]) #navigator-toolbox {
4296   margin-left: 1em;
4297   margin-right: 1em;
4298 }
4299
4300 #main-window:-moz-any([customize-entering],[customize-exiting]) #tab-view-deck {
4301   pointer-events: none;
4302 }
4303
4304 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before,
4305 #PanelUI-contents > .panel-customization-placeholder {
4306   -moz-outline-radius: 2.5px;
4307   outline: 1px dashed transparent;
4308 }
4309
4310 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before {
4311   /* Prevent jumping of tabs when switching a window between inactive and active (bug 853415). */
4312   -moz-box-ordinal-group: 0;
4313   content: "";
4314   display: -moz-box;
4315   height: 100%;
4316   left: 0;
4317   outline-offset: -2px;
4318   pointer-events: none;
4319   position: absolute;
4320   top: 0;
4321   width: 100%;
4322 }
4323
4324 /* Shift the TabsToolbar outline up 2px since the #nav-bar is shifted up by 1px and the
4325    #TabsToolbar::after is a pixel higher to draw the bottom border of the tabstrip so this makes the
4326    offset from the bottom effectively the same as other targets (-2px). */
4327 #main-window[customize-entered] #TabsToolbar.customization-target::before {
4328 /*  top: -2px;*/
4329 }
4330
4331 /* The parents of the outline pseudo-elements need to be positioned so that the outline is positioned relative to it. */
4332 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover,
4333 #main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)),
4334 #main-window[customize-entered] #nav-bar-customization-target.customization-target {
4335   position: relative;
4336 }
4337
4338 /* Most target outlines are shown on hover and drag over but the panel menu uses
4339    placeholders instead. */
4340 #main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover::before,
4341 #main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before,
4342 /* nav-bar and panel outlines are always shown */
4343 #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before {
4344   outline-color: #A09090;
4345 }
4346
4347 #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before {
4348   transition: outline-color 250ms linear;
4349 }
4350
4351 #PanelUI-contents[showoutline=true] > .panel-customization-placeholder {
4352   transition: outline-color 250ms linear;
4353   outline-color: #9C9CFF;
4354 }
4355
4356 #PanelUI-contents > .panel-customization-placeholder {
4357   cursor: auto;
4358   outline-offset: -5px;
4359 }
4360
4361 #main-window[customizing] .customization-target:not(#PanelUI-contents) {
4362   min-width: 100px;
4363 /*  padding-left: 10px;
4364   padding-right: 10px;*/
4365 }
4366
4367 #main-window:-moz-any([customize-entering],[customize-entered]) #tab-view-deck {
4368   padding: 0 2em 2em;
4369 }
4370
4371 #customization-container {
4372   background-color: #000000;
4373 }
4374
4375 #customization-palette,
4376 #customization-empty {
4377   padding: 0 15px 15px;
4378 }
4379
4380 #customization-header {
4381   font-size: 1.5em;
4382   line-height: 1.5em;
4383   color: #9C9CFF;
4384   font-weight: lighter;
4385   margin-bottom: 1em;
4386   padding: 15px 15px 0;
4387 }
4388
4389 #customization-panel-container {
4390   padding: 10px 10px 0px;
4391 }
4392
4393 #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox,
4394 #customization-footer {
4395   /*background-color: rgb(236,236,236);*/
4396 }
4397
4398 #customization-footer {
4399   border-top: 1px solid #9C9CFF;
4400   padding: 15px;
4401 }
4402
4403 .customizationmode-button {
4404   margin: 0;
4405 }
4406
4407 .customizationmode-button:hover {
4408 }
4409
4410 .customizationmode-button[disabled="true"] {
4411 }
4412
4413 #customization-titlebar-visibility-button {
4414   list-style-image: url("chrome://browser/skin/customizableui/customize-titleBar-toggle.png");
4415   -moz-image-region: rect(0, 16px, 16px, 0);
4416   padding: 0px 5px;
4417   -moz-margin-end: 10px;
4418 }
4419
4420 #customization-titlebar-visibility-button:hover {
4421   -moz-image-region: rect(16px, 16px, 32px, 0);
4422 }
4423
4424 #customization-titlebar-visibility-button > .button-box {
4425   padding-top: 0;
4426   padding-bottom: 1px;
4427 }
4428
4429 #customization-titlebar-visibility-button:hover:active > .button-box {
4430   padding-top: 1px;
4431   padding-bottom: 0;
4432 }
4433
4434 #customization-titlebar-visibility-button > .button-box > .button-text {
4435   /* Sadly, button.css thinks its margins are perfect for everyone. */
4436   -moz-margin-start: 5px !important;
4437 }
4438
4439 #customization-titlebar-visibility-button[checked] {
4440   -moz-image-region: rect(0, 32px, 16px, 16px);
4441   background-color: #008484;
4442 }
4443
4444 #customization-titlebar-visibility-button[checked]:hover {
4445   -moz-image-region: rect(16px, 32px, 32px, 16px);
4446   background-color: #FFCF00;
4447 }
4448
4449 #customization-titlebar-visibility-button[checked]:hover:active {
4450   background-color: #FF9F00;
4451 }
4452
4453 #customization-undo-reset-button {
4454   -moz-margin-end: 10px;
4455 }
4456
4457 #main-window[customize-entered] #customization-panel-container {
4458   background-image: url("chrome://browser/skin/customizableui/customizeMode-gridTexture.png");
4459   background-position: left top;
4460   background-repeat: repeat;
4461   background-size: auto;
4462   background-attachment: fixed;
4463 }
4464
4465 toolbarpaletteitem[place="toolbar"] {
4466   transition: border-width 250ms ease-in-out;
4467 }
4468
4469 toolbarpaletteitem[mousedown] {
4470   outline: 1px solid #008484;
4471   cursor: -moz-grabbing;
4472   opacity: 0.8;
4473 }
4474
4475 .panel-customization-placeholder,
4476 toolbarpaletteitem[place="palette"],
4477 toolbarpaletteitem[place="panel"] {
4478   transition: transform .3s ease-in-out;
4479 }
4480
4481 #customization-palette {
4482   transition: opacity .3s ease-in-out;
4483   opacity: 0;
4484 }
4485
4486 #customization-palette[showing="true"] {
4487   opacity: 1;
4488 }
4489
4490 toolbarpaletteitem[notransition].panel-customization-placeholder,
4491 toolbarpaletteitem[notransition][place="toolbar"],
4492 toolbarpaletteitem[notransition][place="palette"],
4493 toolbarpaletteitem[notransition][place="panel"] {
4494   transition: none;
4495 }
4496
4497 toolbarpaletteitem > toolbarbutton > .toolbarbutton-icon,
4498 toolbarpaletteitem > toolbarbutton > .toolbarbutton-badge-container > .toolbarbutton-icon,
4499 toolbarpaletteitem > toolbaritem.panel-wide-item,
4500 toolbarpaletteitem > toolbarbutton[type="menu-button"] {
4501   transition: transform .3s cubic-bezier(.6, 2, .75, 1.5) !important;
4502 }
4503
4504 toolbarpaletteitem[mousedown] > toolbarbutton > .toolbarbutton-icon,
4505 toolbarpaletteitem[mousedown] > toolbarbutton > .toolbarbutton-badge-container > .toolbarbutton-icon {
4506   transform: scale(1.3);
4507 }
4508
4509 toolbarpaletteitem[mousedown] > toolbaritem.panel-wide-item,
4510 toolbarpaletteitem[mousedown] > toolbarbutton[type="menu-button"] {
4511   transform: scale(1.1);
4512 }
4513
4514 /* Override the toolkit styling for items being dragged over. */
4515 toolbarpaletteitem[place="toolbar"] {
4516   border-left-width: 0;
4517   border-right-width: 0;
4518   margin-right: 0;
4519   margin-left: 0;
4520 }
4521
4522 #customization-palette:not([hidden]) {
4523   margin-bottom: 25px;
4524 }
4525
4526 #wrapper-edit-controls[place="palette"] > #edit-controls > toolbarbutton,
4527 #wrapper-edit-controls[place="palette"] > #edit-controls > separator,
4528 #wrapper-zoom-controls[place="palette"] > #zoom-controls > toolbarbutton,
4529 #wrapper-zoom-controls[place="palette"] > #zoom-controls > separator {
4530   margin-top: 20px;
4531 }
4532
4533 #wrapper-edit-controls[place="palette"] > #edit-controls > toolbarbutton,
4534 #wrapper-zoom-controls[place="palette"] > #zoom-controls > toolbarbutton {
4535   margin-left: 0;
4536   margin-right: 0;
4537   max-width: 24px;
4538   min-width: 24px;
4539   max-height: 24px;
4540   min-height: 24px;
4541   padding: 4px;
4542 }
4543
4544 #wrapper-edit-controls[place="palette"] > #edit-controls > toolbarbutton > .toolbarbutton-icon,
4545 #wrapper-zoom-controls[place="palette"] > #zoom-controls > toolbarbutton > .toolbarbutton-icon {
4546   width: 16px;
4547 }
4548
4549 #wrapper-edit-controls > #edit-controls > toolbarbutton > .toolbarbutton-icon {
4550   opacity: 1; /* To ensure these buttons always look enabled in customize mode */
4551 }
4552
4553 #wrapper-zoom-controls[place="palette"] > #zoom-controls > #zoom-reset-button,
4554 #wrapper-zoom-controls[place="palette"] > #zoom-controls > #zoom-reset-button + separator {
4555   display: none;
4556 }
4557
4558 #wrapper-personal-bookmarks:not([place="toolbar"]) > #personal-bookmarks {
4559   -moz-box-pack: center;
4560   min-height: 48px;
4561 }
4562
4563 #customization-palette > toolbarpaletteitem > label {
4564   text-align: center;
4565   margin-left: 0;
4566   margin-right: 0;
4567 }
4568
4569 /* === END customizeMode.inc.css === */
4570
4571 /* === BEGIN customizeTip.inc.css === */
4572
4573 #customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent {
4574   padding: 0;
4575   margin: 0;
4576   min-width: 400px;
4577   max-width: 1000px;
4578   min-height: 200px;
4579   border-radius: 3px;
4580 /*  background-image: linear-gradient(90deg, #a0dfff 0%, #ceeeff 100%);*/
4581   border: 1px solid #9C9CFF;
4582 }
4583
4584 #customization-tipPanel > .panel-arrowcontainer > .panel-arrowcontent:-moz-locale-dir(rtl) {
4585 /*  background-image: linear-gradient(90deg, #ceeeff 0%, #a0dfff 100%);*/
4586 }
4587
4588 .customization-tipPanel-infoBox {
4589   margin: 20px 25px 25px;
4590   width: 25px;
4591   background-image: url("chrome://browser/skin/customizableui/info-icon-customizeTip.png");
4592   background-repeat: no-repeat;
4593 }
4594
4595 .customization-tipPanel-content {
4596   margin: 25px 0;
4597   font-size: 12px;
4598   line-height: 18px;
4599 }
4600
4601 .customization-tipPanel-em {
4602   margin: 0;
4603   font-weight: bold;
4604 }
4605
4606 .customization-tipPanel-contentImage {
4607   margin-top: 25px;
4608   list-style-image: url("chrome://browser/skin/customizableui/customize-illustration.png");
4609   min-width: 300px;
4610   max-width: 300px;
4611   min-height: 190px;
4612   max-height: 190px;
4613   display: -moz-box;
4614 }
4615
4616 .customization-tipPanel-contentImage:-moz-locale-dir(rtl) {
4617   list-style-image: url("chrome://browser/skin/customizableui/customize-illustration-rtl.png");
4618 }
4619
4620 .customization-tipPanel-link {
4621   -moz-appearance: none;
4622   background: transparent;
4623   border: none;
4624   box-shadow: none;
4625   color: #3333FF;
4626   margin: 0;
4627   cursor: pointer;
4628 }
4629
4630 .customization-tipPanel-link > .button-box > .button-text {
4631   margin: 0 !important;
4632 }
4633
4634 .customization-tipPanel-closeBox > .close-icon {
4635   -moz-appearance: none;
4636   border: 0;
4637   -moz-margin-end: -25px;
4638 }
4639
4640 #customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="left"],
4641 #customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="right"] {
4642   list-style-image: url("chrome://browser/skin/customizableui/panelarrow-customizeTip.png");
4643 }
4644
4645 /* === END customizeTip.inc.css === */
4646
4647 /**
4648  * This next rule is a hack to disable subpixel anti-aliasing on all
4649  * labels during the customize mode transition. Subpixel anti-aliasing
4650  * on Windows with Direct2D layers acceleration is particularly slow to
4651  * paint, so this hack is how we sidestep that performance bottleneck.
4652  */
4653 #main-window:-moz-any([customize-entering],[customize-exiting]) label {
4654   transform: perspective(0.01px);
4655 }
4656
4657 #main-window[customize-entered] {
4658   background-image: url("chrome://browser/skin/customizableui/customizeMode-gridTexture.png");
4659   background-attachment: fixed;
4660 }
4661
4662 #main-window[customize-entered] #browser-bottombox,
4663 #main-window[customize-entered] #customization-container {
4664   border-left: 1px solid #9C9CFF;
4665   border-right: 1px solid #9C9CFF;
4666   background-clip: padding-box;
4667 }
4668
4669 #main-window[customize-entered] #browser-bottombox {
4670   border-bottom: 1px solid #9C9CFF;
4671 }
4672
4673 #customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="left"] {
4674   margin-right: -2px;
4675 }
4676
4677 #customization-tipPanel > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side="right"] {
4678   margin-left: -2px;
4679 }
4680
4681 /* End customization mode */
4682
4683 /* Private browsing indicators */
4684
4685 /**
4686  * Currently, we have two places where we put private browsing indicators on
4687  * Windows. When tabsintitlebar is enabled, we draw the indicator in the titlebar.
4688  * When tabsintitlebar is disabled, we draw the indicator at the end of the
4689  * tabstrip. The titlebar indicator is the fiddliest of the bunch, since we
4690  * want the bottom border of the image to line up with the bottom of the window
4691  * caption buttons. That's why there's so much special-casing going on in here.
4692  */
4693 .private-browsing-indicator {
4694   display: none;
4695   pointer-events: none;
4696 }
4697
4698 #private-browsing-indicator-titlebar {
4699   display: block;
4700   position: absolute;
4701 }
4702
4703 #main-window[privatebrowsingmode=temporary][tabsintitlebar] #private-browsing-indicator-titlebar > .private-browsing-indicator {
4704   display: block;
4705 }
4706
4707 #main-window[privatebrowsingmode=temporary]:-moz-any([inFullscreen],:not([tabsintitlebar])) #TabsToolbar > .private-browsing-indicator {
4708   display: -moz-box;
4709 }
4710
4711 #TabsToolbar > .private-browsing-indicator {
4712   background: url("chrome://browser/skin/privatebrowsing-mask-tabstrip.png") no-repeat center -3px;
4713   -moz-margin-start: 4px;
4714   width: 48px;
4715 }
4716
4717 /* Bug 1008183: We're intentionally using the titlebar asset here for fullscreen
4718  * mode, since the tabstrip "mimics" the titlebar in that case with its own
4719  * min/max/close window buttons.
4720  */
4721 #private-browsing-indicator-titlebar > .private-browsing-indicator,
4722 #main-window[inFullscreen] #TabsToolbar > .private-browsing-indicator {
4723   background: url("chrome://browser/skin/privatebrowsing-mask-titlebar.png") no-repeat center 0px;
4724   -moz-margin-end: 4px;
4725   width: 40px;
4726   height: 20px;
4727   position: relative;
4728 }
4729
4730 /* This one is for Linux */
4731 #main-window[privatebrowsingmode=temporary] #private-browsing-indicator {
4732   background: url("chrome://browser/skin/privatebrowsing-mask-tabstrip.png") center no-repeat;
4733   width: 48px;
4734 }
4735
4736 /* End private browsing indicators */
4737
4738 /* === BEGIN UITour.inc.css === */
4739
4740 /* UI Tour */
4741
4742 #UITourHighlightContainer {
4743   -moz-appearance: none;
4744   border: none;
4745   background-color: transparent;
4746   /* This is a buffer to compensate for the movement in the "wobble" effect */
4747   padding: 4px;
4748 }
4749
4750 #UITourHighlight {
4751   background-image: radial-gradient(50% 100%, rgba(0,132,132,0.4) 50%, rgba(0,132,132,0.6) 100%);
4752   border-radius: 40px;
4753   border: 1px solid #9C9CFF;
4754   /* The box-shadow opacity needs to be < 0.5 so it doesn't appear at 100% opacity
4755      on Linux without an X compositor where opacity is either 0 or 1. */
4756   box-shadow: 0 0 3px 0 rgba(0,0,0,0.49);
4757   min-height: 32px;
4758   min-width: 32px;
4759 }
4760
4761 #UITourTooltipBody {
4762   -moz-margin-end: 14px;
4763 }
4764
4765 #UITourTooltipBody > vbox {
4766   padding-top: 4px;
4767 }
4768
4769 #UITourTooltipIconContainer {
4770   -moz-margin-start: -16px;
4771 }
4772
4773 #UITourTooltipIcon {
4774   width: 48px;
4775   height: 48px;
4776   -moz-margin-start: 28px;
4777   -moz-margin-end: 28px;
4778 }
4779
4780 #UITourTooltipTitle,
4781 #UITourTooltipDescription {
4782   max-width: 20rem;
4783 }
4784
4785 #UITourTooltipTitle {
4786   font-size: 1.45rem;
4787   font-weight: bold;
4788   -moz-margin-start: 0;
4789   -moz-margin-end: 0;
4790   margin: 0 0 9px 0;
4791 }
4792
4793 #UITourTooltipDescription {
4794   -moz-margin-start: 0;
4795   -moz-margin-end: 0;
4796   font-size: 1.15rem;
4797   line-height: 1.8rem;
4798   margin-bottom: 0; /* Override global.css */
4799 }
4800
4801 #UITourTooltipClose {
4802   -moz-appearance: none;
4803   border: none;
4804   background-color: transparent;
4805   min-width: 0;
4806   -moz-margin-start: 4px;
4807   margin-top: -2px;
4808 }
4809
4810 #UITourTooltipClose > .toolbarbutton-text {
4811   display: none;
4812 }
4813
4814 #UITourTooltipButtons {
4815   -moz-box-pack: end;
4816   background-color: rgba(0,0,0,.2);
4817   border-top: 1px solid rgba(0,0,0,.4);
4818   margin: 24px -16px -16px;
4819   padding: 2em 15px;
4820 }
4821
4822 #UITourTooltipButtons > button {
4823   margin: 0 15px;
4824 }
4825
4826 #UITourTooltipButtons > button:first-child {
4827   -moz-margin-start: 0;
4828 }
4829
4830 #UITourTooltipButtons > button[image] > .button-box > .button-icon {
4831   width: 16px;
4832   height: 16px;
4833   -moz-margin-end: 5px;
4834 }
4835
4836 #UITourTooltipButtons > button .button-text {
4837   font-size: 1.15rem;
4838 }
4839
4840 #UITourTooltipButtons > button:not(.button-link) {
4841   -moz-appearance: none;
4842   background-color: #C09070;
4843   border-radius: 3000px;
4844   border: none;
4845   color: #000000;
4846   padding: 4px 30px;
4847   transition-property: background-color, color;
4848   transition-duration: 150ms;
4849 }
4850
4851 #UITourTooltipButtons > button:not(.button-link):not(:active):hover {
4852   background-color: #FFCF00;
4853   color: #000000;
4854 }
4855
4856 #UITourTooltipButtons > button.button-link {
4857   -moz-appearance: none;
4858   background: transparent;
4859   border: none;
4860   box-shadow: none;
4861   color: rgba(0,0,0,0.35);
4862   padding-left: 10px;
4863   padding-right: 10px;
4864 }
4865
4866 #UITourTooltipButtons > button.button-link:hover {
4867   color: black;
4868 }
4869
4870 /* The primary button gets the same color as the customize button. */
4871 #UITourTooltipButtons > button.button-primary {
4872   background-color: #A06060; /* LCARS default button background color */
4873   color: #000000;
4874   padding-left: 30px;
4875   padding-right: 30px;
4876 }
4877
4878 #UITourTooltipButtons > button.button-primary:not(:active):hover {
4879   background-color: #FFCF00;
4880   color: #000000;
4881 }
4882
4883 /* === END UITour.inc.css === */
4884
4885 #UITourTooltipButtons {
4886   margin: 24px -4px -4px;
4887 }
4888
4889 /* === BEGIN contextmenu.inc.css === */
4890
4891 menugroup > .menuitem-iconic[disabled="true"] > .menu-iconic-left {
4892 }
4893
4894 #context-navigation > .menuitem-iconic {
4895   -moz-box-flex: 1;
4896   -moz-box-pack: center;
4897   -moz-box-align: center;
4898 }
4899
4900 #context-navigation > .menuitem-iconic[disabled="true"] {
4901   background-color: transparent;
4902 }
4903
4904 #context-navigation > .menuitem-iconic > .menu-iconic-left {
4905   -moz-appearance: none;
4906 }
4907
4908 #context-navigation > #context-back > .menu-iconic-left {
4909   list-style-image: url("chrome://browser/skin/ToolbarFx.png");
4910   -moz-image-region: rect(0, 54px, 18px, 36px);
4911 }
4912
4913 #context-navigation > #context-back:not([disabled="true"]):hover > .menu-iconic-left {
4914   -moz-image-region: rect(18px, 54px, 36px, 36px);
4915 }
4916
4917 #context-navigation > #context-back[disabled="true"] > .menu-iconic-left {
4918   -moz-image-region: rect(36px, 54px, 54px, 36px);
4919 }
4920
4921 #context-navigation > #context-forward > .menu-iconic-left {
4922   list-style-image: url("chrome://browser/skin/ToolbarFx.png");
4923   -moz-image-region: rect(0, 72px, 18px, 54px);
4924 }
4925
4926 #context-navigation > #context-forward:not([disabled="true"]):hover > .menu-iconic-left {
4927   -moz-image-region: rect(18px, 72px, 36px, 54px);
4928 }
4929
4930 #context-navigation > #context-forward[disabled="true"] > .menu-iconic-left {
4931   -moz-image-region: rect(36px, 72px, 54px, 54px);
4932 }
4933
4934 #context-navigation > #context-reload > .menu-iconic-left {
4935   list-style-image: url("chrome://browser/skin/reload-stop-go.png");
4936   -moz-image-region: rect(0, 14px, 14px, 0);
4937 }
4938
4939 #context-navigation > #context-reload:not([disabled="true"]):hover > .menu-iconic-left {
4940   -moz-image-region: rect(14px, 14px, 28px, 0);
4941 }
4942
4943 #context-navigation > #context-reload[disabled="true"] > .menu-iconic-left {
4944   -moz-image-region: rect(28px, 14px, 42px, 0);
4945 }
4946
4947 #context-navigation > #context-stop > .menu-iconic-left {
4948   list-style-image: url("chrome://browser/skin/reload-stop-go.png");
4949   -moz-image-region: rect(0, 28px, 14px, 14px);
4950 }
4951
4952 #context-navigation > #context-stop:not([disabled="true"]):hover > .menu-iconic-left {
4953   -moz-image-region: rect(14px, 28px, 28px, 14px);
4954 }
4955
4956 #context-navigation > #context-stop[disabled="true"] > .menu-iconic-left {
4957   -moz-image-region: rect(28px, 28px, 42px, 14px);
4958 }
4959
4960 #context-navigation > #context-bookmarkpage > .menu-iconic-left {
4961   list-style-image: url("chrome://browser/skin/ToolbarFx.png");
4962   -moz-image-region: rect(0, 144px, 18px, 126px);
4963 }
4964
4965 #context-navigation > #context-bookmarkpage:not([disabled="true"]):hover > .menu-iconic-left {
4966   -moz-image-region: rect(18px, 144px, 36px, 126px);
4967 }
4968
4969 #context-navigation > #context-bookmarkpage[disabled="true"] > .menu-iconic-left {
4970   -moz-image-region: rect(36px, 144px, 54px, 126px);
4971 }
4972
4973 #context-back:-moz-locale-dir(rtl),
4974 #context-forward:-moz-locale-dir(rtl),
4975 #context-reload:-moz-locale-dir(rtl) {
4976   transform: scaleX(-1);
4977 }
4978
4979 #context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
4980   width: 18px;
4981   height: 18px;
4982   margin: 7px;
4983 }
4984
4985 #context-navigation > #context-reload > .menu-iconic-left > .menu-iconic-icon,
4986 #context-navigation > #context-stop > .menu-iconic-left > .menu-iconic-icon {
4987   width: 14px;
4988   height: 14px;
4989   margin: 9px;
4990 }
4991
4992 /* === END contextmenu.inc.css === */