This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.5.8.1 (major hotfix release) <b>[locale(s)]</b> - Spanish (es) translation updated (thanks to strel) - Japanese (ja) translation updated (thanks to mm_k) <b>[fix(es)]</b> - Fx50+ & 'Location bar (3) > Remove Search with... and Visit' items - Fx52+ & big icon mode: missing icons - Fx52+ & customization palette: missing icons - Fx52+ & Location bar (3) > Autocomplete popup > 'Alt. appearance': not affecting all forms anymore - Fx52+: improved compatibility of 'old search' -- switched to popup 'default search' uses -- removed not needed content from popup (one off search, header, icons...) -- the step was needed to keep compatibility with future Fx builds - Win10 & 'Tabs (1) > Tabs not on top v2': caption buttons glitch - full themes & some CTRs options: options were hidden - Developer Edition theme & CTRs prefwindow - Firefox button menu: 'Web Developer' menuitem issues <b>[new option(s)]</b> - Searchbar > Old search > open in new tab > 'exclude about:newtab' - Searchbar > Old search > open in new tab > 'exclude about:blank' - Searchbar > Old search > open in new tab > 'exclude about:home' <b>[add-on compatibility]</b> - Last Pass button & CTRs 'icons+text/text' modes - TabMixPlus & Win 10 & multirow tabs & tabs not on top: active tab glitch
- Loading branch information
Showing
12 changed files
with
159 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ | |
list-style-image: url(chrome://browser/skin/menuPanel.png) !important; | ||
} | ||
|
||
#main-window[fx52plus="true"] #nav-bar :-moz-any(#home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #sync-button, #feed-button, #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #ctraddon_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,#e10s-button,#panic-button,#web-apps-button)[cui-areatype="toolbar"] { | ||
list-style-image: url(chrome://browser/skin/menuPanel.svg) !important; | ||
} | ||
|
||
#nav-bar #ctraddon_back-button > .toolbarbutton-icon{ | ||
-moz-image-region: rect(0px, 64px, 32px, 32px) !important; | ||
list-style-image: url(chrome://classic_theme_restorer/content/images/menuPanel3.png) !important; | ||
|
@@ -59,6 +63,13 @@ | |
background: -moz-image-rect(url("chrome://browser/skin/menuPanel.png"), | ||
0, 256, 32, 224) center no-repeat !important; | ||
} | ||
|
||
#main-window[fx52plus="true"] #nav-bar #downloads-indicator-icon { | ||
width:32px !important; | ||
height:32px !important; | ||
background: -moz-image-rect(url("chrome://browser/skin/menuPanel.svg"), | ||
0, 256, 32, 224) center no-repeat !important; | ||
} | ||
|
||
#nav-bar #add-ons-button[cui-areatype="toolbar"] { | ||
-moz-image-region: rect(0px, 288px, 32px, 256px) !important; | ||
|
@@ -182,6 +193,11 @@ | |
list-style-image: url("chrome://browser/skin/menuPanel.png") !important; | ||
-moz-image-region: rect(0px, 992px, 32px, 960px) !important; | ||
} | ||
|
||
#main-window[fx52plus="true"] #nav-bar #pocket-button[cui-areatype="toolbar"] { | ||
list-style-image: url("chrome://browser/skin/menuPanel.svg") !important; | ||
-moz-image-region: rect(0px, 992px, 32px, 960px) !important; | ||
} | ||
|
||
/* fixes bug with tabview buttons wrong panel icon */ | ||
#nav-bar #tabview-button[cui-areatype="toolbar"], | ||
|
@@ -190,18 +206,35 @@ | |
-moz-image-region: rect(0px, 608px, 32px, 576px) !important; | ||
list-style-image: url(chrome://browser/skin/menuPanel.png) !important; | ||
} | ||
|
||
#main-window[fx52plus="true"] #nav-bar #tabview-button[cui-areatype="toolbar"], | ||
#main-window[fx52plus="true"] #tabview-button[cui-areatype="menu-panel"], | ||
#main-window[fx52plus="true"] toolbarpaletteitem[place="palette"] > #tabview-button { | ||
-moz-image-region: rect(0px, 608px, 32px, 576px) !important; | ||
list-style-image: url(chrome://browser/skin/menuPanel.svg) !important; | ||
} | ||
|
||
/* extra buttons from CTR add-on*/ | ||
#nav-bar #ctraddon_stop-button > .toolbarbutton-icon{ | ||
-moz-image-region: rect(0px, 96px, 32px, 64px) !important; | ||
list-style-image: url(chrome://browser/skin/menuPanel.png) !important; | ||
} | ||
|
||
#main-window[fx52plus="true"] #ctraddon_stop-button > .toolbarbutton-icon{ | ||
-moz-image-region: rect(0px, 96px, 32px, 64px) !important; | ||
list-style-image: url(chrome://browser/skin/menuPanel.svg) !important; | ||
} | ||
|
||
#nav-bar #ctraddon_reload-button > .toolbarbutton-icon{ | ||
-moz-image-region: rect(0px, 64px, 32px, 32px) !important; | ||
list-style-image: url(chrome://browser/skin/menuPanel.png) !important; | ||
} | ||
|
||
#main-window[fx52plus="true"] #ctraddon_reload-button > .toolbarbutton-icon{ | ||
-moz-image-region: rect(0px, 64px, 32px, 32px) !important; | ||
list-style-image: url(chrome://browser/skin/menuPanel.svg) !important; | ||
} | ||
|
||
#nav-bar #ctraddon_restart-button > .toolbarbutton-icon{ | ||
list-style-image: url(chrome://classic_theme_restorer/content/images/[email protected]) !important; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters