mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-05-14 16:16:57 -07:00
Clean: Icons - Consistent path
This commit is contained in:
parent
a04f700332
commit
b5f5fed7bb
3 changed files with 28 additions and 29 deletions
28
css/leptonChrome.css
generated
28
css/leptonChrome.css
generated
|
|
@ -13177,10 +13177,10 @@
|
|||
}
|
||||
/*= Floorp Browser ===========================================================*/
|
||||
#ssbPageAction-image {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#ssbPageAction-image[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.panel") {
|
||||
#rebootappmenu {
|
||||
|
|
@ -13190,13 +13190,13 @@
|
|||
list-style-image: var(--uc-folder-icon);
|
||||
}
|
||||
#appMenu-ssb-button {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-manage.svg");
|
||||
list-style-image: url("../icons/pwa-manage.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.menu") {
|
||||
|
|
@ -13246,10 +13246,10 @@
|
|||
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
|
||||
}
|
||||
#run-ssb-contextmenu {
|
||||
--menuitem-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
--menuitem-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
#uninstall-ssb-contextmenu {
|
||||
--menuitem-image: url("chrome://browser/skin/lepton/pwa-remove.svg");
|
||||
--menuitem-image: url("../icons/pwa-remove.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -28298,10 +28298,10 @@
|
|||
}
|
||||
@media not (-moz-bool-pref: "userChrome.icon.disabled") {
|
||||
#ssbPageAction-image {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#ssbPageAction-image[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||
|
|
@ -28312,13 +28312,13 @@
|
|||
list-style-image: var(--uc-folder-icon);
|
||||
}
|
||||
#appMenu-ssb-button {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-manage.svg");
|
||||
list-style-image: url("../icons/pwa-manage.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") {
|
||||
|
|
@ -28368,9 +28368,9 @@
|
|||
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
|
||||
}
|
||||
#run-ssb-contextmenu {
|
||||
--menuitem-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
--menuitem-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
#uninstall-ssb-contextmenu {
|
||||
--menuitem-image: url("chrome://browser/skin/lepton/pwa-remove.svg");
|
||||
--menuitem-image: url("../icons/pwa-remove.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
14
css/leptonChromeESR.css
generated
14
css/leptonChromeESR.css
generated
|
|
@ -13786,10 +13786,10 @@
|
|||
}
|
||||
/*= Floorp Browser ===========================================================*/
|
||||
#ssbPageAction-image {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#ssbPageAction-image[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.panel") {
|
||||
#rebootappmenu {
|
||||
|
|
@ -13799,13 +13799,13 @@
|
|||
list-style-image: var(--uc-folder-icon);
|
||||
}
|
||||
#appMenu-ssb-button {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-manage.svg");
|
||||
list-style-image: url("../icons/pwa-manage.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.menu") {
|
||||
|
|
@ -13855,10 +13855,10 @@
|
|||
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
|
||||
}
|
||||
#run-ssb-contextmenu {
|
||||
--menuitem-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
|
||||
--menuitem-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
#uninstall-ssb-contextmenu {
|
||||
--menuitem-image: url("chrome://browser/skin/lepton/pwa-remove.svg");
|
||||
--menuitem-image: url("../icons/pwa-remove.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue