-1:000000000000 | 0:e43bbb828473 |
---|---|
1 %filter substitution | |
2 | |
3 % Note that zoom-reset-button is a bit different since it doesn't use an image and thus has the image with display: none. | |
4 %define nestedButtons #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button | |
5 %define primaryToolbarButtons #back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, @nestedButtons@, #e10s-button | |
6 | |
7 %ifdef XP_MACOSX | |
8 % Prior to 10.7 there wasn't a native fullscreen button so we use #restore-button to exit fullscreen | |
9 % and want it to behave like other toolbar buttons. | |
10 %define primaryToolbarButtons @primaryToolbarButtons@, #restore-button | |
11 %endif | |
12 | |
13 %define inAnyPanel :-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) | |
14 %define tabToolbarNavbarOverlap 1px | |
15 %define tabMinHeight 31px |