mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 22:10:30 -08:00
Fix: Option - Panel icon setting name
This commit is contained in:
parent
dd47ab073f
commit
ea513def96
3 changed files with 10 additions and 10 deletions
|
|
@ -24,12 +24,12 @@
|
|||
background-image: var(--avatar-image-url) !important;
|
||||
}
|
||||
|
||||
@include Option("userChrome.panel.proton") {
|
||||
@include Option("userChrome.icon.panel_full") {
|
||||
#appMenu-new-tab-button2 {
|
||||
list-style-image: url("chrome://browser/skin/new-tab.svg");
|
||||
}
|
||||
}
|
||||
@include Option("userChrome.panel.photon") {
|
||||
@include Option("userChrome.icon.panel_sparse") {
|
||||
#appMenu-new-tab-button2, /* Seperate */
|
||||
#appMenu-passwords-button, /* Seperate */
|
||||
#appMenu-extensions-themes-button,
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
#appMenu-downloads-button {
|
||||
list-style-image: url("chrome://browser/skin/downloads/downloads.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.panel.proton") {
|
||||
@include Option("userChrome.icon.panel_full") {
|
||||
#appMenu-passwords-button {
|
||||
list-style-image: url("chrome://browser/skin/login.svg");
|
||||
}
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
#appMenu-print-button2 {
|
||||
list-style-image: url("chrome://global/skin/icons/print.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.panel.proton") {
|
||||
@include Option("userChrome.icon.panel_full") {
|
||||
#appMenu-save-file-button2 {
|
||||
list-style-image: url("chrome://browser/skin/save.svg");
|
||||
}
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
#appMenu-settings-button {
|
||||
list-style-image: url("chrome://global/skin/icons/settings.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.panel.proton") {
|
||||
@include Option("userChrome.icon.panel_full") {
|
||||
#appMenu-more-button2 {
|
||||
list-style-image: url("chrome://browser/skin/ion.svg");
|
||||
}
|
||||
|
|
@ -368,7 +368,7 @@ panelMenuBookmarkThisPage[starred] {
|
|||
--menuitem-image: url("chrome://browser/skin/bookmarks-toolbar.svg");
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
|
||||
@include OS($mac) {
|
||||
#BMB_bookmarksShowAllTop {
|
||||
list-style-image: url("chrome://browser/skin/bookmark-star-on-tray.svg") !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
--arrowpanel-menuimageblank-padding: calc(var(--arrowpanel-menuitem-padding) - 2px) !important;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("userChrome.panel.photon") {
|
||||
@include Option("userChrome.icon.panel_sparse") {
|
||||
:root {
|
||||
/* Blank Menu Left Padding */
|
||||
--arrowpanel-menuimageblank-padding-horizontal: calc(var(--arrowpanel-menublank-padding) - 3px);
|
||||
|
|
|
|||
6
user.js
6
user.js
|
|
@ -30,9 +30,6 @@ user_pref("browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar"
|
|||
// Mutliple
|
||||
user_pref("userChrome.tab.connect_to_window", true); // Original, Photon
|
||||
|
||||
user_pref("userChrome.panel.proton", true); // Original, Proton
|
||||
// user_pref("userChrome.panel.photon", true); // Photon
|
||||
|
||||
user_pref("userChrome.tab.lepton_like_padding", true); // Original
|
||||
// user_pref("userChrome.tab.photon_like_padding", true); // Photon
|
||||
|
||||
|
|
@ -43,6 +40,9 @@ user_pref("userChrome.tab.newtab_button_like_tab", true); // Original
|
|||
// user_pref("userChrome.tab.newtab_button_smaller", true); // Photon
|
||||
// user_pref("userChrome.tab.newtab_button_proton", true); // Proton
|
||||
|
||||
user_pref("userChrome.icon.panel_full", true); // Original, Proton
|
||||
// user_pref("userChrome.icon.panel_sparse", true); // Photon
|
||||
|
||||
// Original Only
|
||||
user_pref("userChrome.tab.box_shadow", true);
|
||||
user_pref("userChrome.tab.bottom_rounded_corner", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue