diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-12-16 13:57:01 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-12-16 13:57:01 -0500 |
commit | 06494f307850c576868831bd28a61464eab1f359 (patch) | |
tree | f281f5c46c3e0b73c7eabe22f02622dc013b0c35 /application/basilisk/themes/shared/browser.inc | |
parent | e7d4713e0765c79feddf2384d343d10595fa5cb3 (diff) | |
download | UXP-06494f307850c576868831bd28a61464eab1f359.tar UXP-06494f307850c576868831bd28a61464eab1f359.tar.gz UXP-06494f307850c576868831bd28a61464eab1f359.tar.lz UXP-06494f307850c576868831bd28a61464eab1f359.tar.xz UXP-06494f307850c576868831bd28a61464eab1f359.zip |
Remove Basilisk from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Basilisk
Diffstat (limited to 'application/basilisk/themes/shared/browser.inc')
-rw-r--r-- | application/basilisk/themes/shared/browser.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/application/basilisk/themes/shared/browser.inc b/application/basilisk/themes/shared/browser.inc deleted file mode 100644 index 6989f064a..000000000 --- a/application/basilisk/themes/shared/browser.inc +++ /dev/null @@ -1,13 +0,0 @@ -%filter substitution - -% Note that zoom-reset-button is a bit different since it doesn't use an image and thus has the image with display: none. -%define nestedButtons #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button -%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, #sync-tabs-button, #feed-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, @nestedButtons@, #e10s-button, #panic-button, #webide-button, #containers-panelmenu - -%ifdef XP_MACOSX -% Prior to 10.7 there wasn't a native fullscreen button so we use #restore-button to exit fullscreen -% and want it to behave like other toolbar buttons. -%define primaryToolbarButtons @primaryToolbarButtons@, #restore-button -%endif - -%define inAnyPanel :-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) |