mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 20:30:36 -08:00
Merge pull request #836 from surapunoyousei/floorp-pwa
Replace Floorp PWA icons
This commit is contained in:
commit
8aadccb66e
3 changed files with 46 additions and 20 deletions
32
css/leptonChrome.css
generated
32
css/leptonChrome.css
generated
|
|
@ -13177,10 +13177,10 @@
|
|||
}
|
||||
/*= Floorp Browser ===========================================================*/
|
||||
#ssbPageAction-image {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#ssbPageAction-image[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.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/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-manage.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.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/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.menu") {
|
||||
|
|
@ -13245,6 +13245,12 @@
|
|||
#deleteWebpanelMenu {
|
||||
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
|
||||
}
|
||||
#run-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
#uninstall-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-remove.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
/*@ NIGHTLY @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
||||
|
|
@ -28292,10 +28298,10 @@
|
|||
}
|
||||
@media not (-moz-bool-pref: "userChrome.icon.disabled") {
|
||||
#ssbPageAction-image {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#ssbPageAction-image[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||
|
|
@ -28306,13 +28312,13 @@
|
|||
list-style-image: var(--uc-folder-icon);
|
||||
}
|
||||
#appMenu-ssb-button {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-manage.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.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/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") {
|
||||
|
|
@ -28361,4 +28367,10 @@
|
|||
#deleteWebpanelMenu {
|
||||
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
|
||||
}
|
||||
#run-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
#uninstall-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-remove.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
16
css/leptonChromeESR.css
generated
16
css/leptonChromeESR.css
generated
|
|
@ -13786,10 +13786,10 @@
|
|||
}
|
||||
/*= Floorp Browser ===========================================================*/
|
||||
#ssbPageAction-image {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
}
|
||||
#ssbPageAction-image[open-ssb="true"] {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.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/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-manage.svg");
|
||||
}
|
||||
#appMenu-install-or-open-ssb-current-page-button {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.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/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.icon.menu") {
|
||||
|
|
@ -13854,5 +13854,11 @@
|
|||
#deleteWebpanelMenu {
|
||||
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
|
||||
}
|
||||
#run-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
#uninstall-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-remove.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
// Page Action button. Not always visible
|
||||
#ssbPageAction-image {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
&[open-ssb="true"] {
|
||||
// Page Action button. If page has been already installed or can be install PWA
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -18,15 +18,15 @@
|
|||
|
||||
// Panel UI top button
|
||||
#appMenu-ssb-button {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-manage.svg");
|
||||
}
|
||||
|
||||
// Panel UI subView button for install ssb
|
||||
#appMenu-install-or-open-ssb-current-page-button {
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-install.svg");
|
||||
&[open-ssb="true"] {
|
||||
// Panel UI subView button for open ssb window
|
||||
list-style-image: url("chrome://browser/skin/install-ssb.svg");
|
||||
list-style-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -85,4 +85,12 @@
|
|||
#deleteWebpanelMenu {
|
||||
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
|
||||
}
|
||||
|
||||
// PWA Context Menu
|
||||
#run-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-launch.svg");
|
||||
}
|
||||
#uninstall-ssb-contextmenu {
|
||||
--menuitem-image: url("../icons/pwa-remove.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue