Skip to content

Commit

Permalink
Add: Icons - Floorp browser progressive web apps #819
Browse files Browse the repository at this point in the history
Co-authored-by: Ryosuke Asano <[email protected]>
  • Loading branch information
black7375 and surapunoyousei committed Dec 2, 2023
1 parent 9c4cbe0 commit 08079e8
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions src/icons/fork_browsers/_floorp.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Page Action button. Not always visible
#ssbPageAction-image {
list-style-image: url("chrome://browser/skin/install-ssb.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");
}
}

@include Option("userChrome.icon.panel") {
#rebootappmenu {
list-style-image: url("../icons/refresh-cw.svg");
Expand All @@ -6,6 +15,20 @@
#openprofiledir {
list-style-image: var(--uc-folder-icon);
}

// Panel UI top button
#appMenu-ssb-button {
list-style-image: url("chrome://browser/skin/install-ssb.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");
&[open-ssb="true"] {
// Panel UI subView button for open ssb window
list-style-image: url("chrome://browser/skin/install-ssb.svg");
}
}
}
@include Option("userChrome.icon.menu") {
#toggle_sharemode {
Expand Down

0 comments on commit 08079e8

Please sign in to comment.