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.
<b>[locale(s)]</b> - Greek (el) translation updated (thanks to George M.) - Upper Sorbian (hsb) translation updated (thanks to milupo) - Lower Sorbian (dsb) translation updated (thanks to milupo) - French (fr) translation updated (thanks to BlackJack) - Japanese (ja) translation updated (thanks to mm_k) - Estonian (et) translation updated (thanks to Maidur) - Slovenian (sl) translation updated (thanks to Klofutar) <b>[fix(es)]</b> - General UI > Page 1 > 'Page context menu: replace icons with labels': issues with doubled text - 'Add-ons manager > Alternative appearance': padding in detail view (thanks to maxoku) - macOS & lw-theme & 'tabs not on top v1': gap in fullscreen mode - Fx52 & preference page/window settings: glitches - Fx54-56 & 'mov. back-forward buttons': issue with navigation toolbar height in some cases - Fx54-56 & 'Location bar > AC popup > Alternative appearance': issues in some cases - Fx55 & Win7 Aero & 'tabs not on top v1': wrong tab toolbar color - Fx55-56 & sidebars close icon: compatibility - Fx55-56 & macOS: button issue in (2x) HiDPI mode - Fx55-56 & "Add-on manager > version number": localized 'Legacy' tag - Fx55-56 & "Location bar > AC popup > Remove 'Search with...' and 'Visit' items" option - Fx56 & Win10: minor appbutton in titlebar tweaks <b>[add-on compatibility]</b> - Fx54-56 & 'Classic Toolbar Buttons' add-on
- Loading branch information
Showing
22 changed files
with
93 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_gc.png") !important; | ||
-moz-image-region: rect(0, 16px, 16px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 32px, 16px, 16px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 48px, 16px, 32px) !important; | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_alt.png") !important; | ||
-moz-image-region: rect(0, 16px, 16px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 32px, 16px, 16px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 48px, 16px, 32px) !important; | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,37 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10.png") !important; | ||
-moz-image-region: rect(0, 20px, 20px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 40px, 20px, 20px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 60px, 20px, 40px) !important; | ||
} | ||
@media (min-resolution: 1.1dppx) { | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon { | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10_2x.png") !important; | ||
-moz-image-region: rect(0, 40px, 40px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover { | ||
-moz-image-region: rect(0, 80px, 40px, 40px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 120px, 40px, 80px) !important; | ||
} | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,37 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10i.png") !important; | ||
-moz-image-region: rect(0, 20px, 20px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 40px, 20px, 20px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 60px, 20px, 40px) !important; | ||
} | ||
@media (min-resolution: 1.1dppx) { | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon { | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10i_2x.png") !important; | ||
-moz-image-region: rect(0, 40px, 40px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover { | ||
-moz-image-region: rect(0, 80px, 40px, 40px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 120px, 40px, 80px) !important; | ||
} | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10red.png") !important; | ||
-moz-image-region: rect(0, 20px, 20px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 40px, 20px, 20px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 60px, 20px, 40px) !important; | ||
} | ||
@media (min-resolution: 1.1dppx) { | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon { | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10red_2x.png") !important; | ||
-moz-image-region: rect(0, 40px, 40px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover { | ||
-moz-image-region: rect(0, 80px, 40px, 40px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 120px, 40px, 80px) !important; | ||
} | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10red2.png") !important; | ||
-moz-image-region: rect(0, 20px, 20px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 40px, 20px, 20px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 60px, 20px, 40px) !important; | ||
} | ||
@media (min-resolution: 1.1dppx) { | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon { | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w10red2_2x.png") !important; | ||
-moz-image-region: rect(0, 40px, 40px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover { | ||
-moz-image-region: rect(0, 80px, 40px, 40px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 120px, 40px, 80px) !important; | ||
} | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
-moz-image-region: rect(0, 16px, 16px, 0) !important; | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close.png") !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 32px, 16px, 16px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 48px, 16px, 32px) !important; | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,37 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w7v2.png") !important; | ||
-moz-image-region: rect(0, 16px, 16px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 32px, 16px, 16px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 48px, 16px, 32px) !important; | ||
} | ||
@media (min-resolution: 1.1dppx) { | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon { | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close_w7v2_2x.png") !important; | ||
-moz-image-region: rect(0, 32px, 32px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover { | ||
-moz-image-region: rect(0, 64px, 32px, 32px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 96px, 32px, 64px) !important; | ||
} | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | ||
|
||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon{ | ||
list-style-image: url("chrome://classic_theme_restorer/content/images/close2.png") !important; | ||
-moz-image-region: rect(0, 16px, 16px, 0) !important; | ||
} | ||
#sidebar-close:hover .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover{ | ||
-moz-image-region: rect(0, 32px, 16px, 16px) !important; | ||
} | ||
#sidebar-close:hover:active .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon:hover:active { | ||
-moz-image-region: rect(0, 48px, 16px, 32px) !important; | ||
} | ||
#sidebar-close .toolbarbutton-icon, | ||
*:not(#TabsToolbar):not(.tab-content) > .close-icon > .toolbarbutton-icon { | ||
width: 16px !important; | ||
} | ||
#sidebar-close { | ||
background: unset !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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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