Skip to content

Commit

Permalink
Moved about:apps favicon location
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbruni committed Nov 30, 2024
1 parent a8f6f87 commit 4a79bda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions Profile Folder/chrome/pages/apps/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,14 @@
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns="http://www.w3.org/1999/xhtml"
preload="true"
geckium-one=""
geckium-two=""
geckium-three=""
geckium-four=""
geckium-five=""
geckium-six=""
geckium-eleven=""
geckium-twentyone=""
geckium-one="" geckium-two="" geckium-three="" geckium-four="" geckium-five="" geckium-six="" geckium-eleven="" geckium-twentyone=""
geckiun-choice="twentyone"
>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&page.appsTitle;</title>
<link rel="icon" type="image/png" href="chrome://userchrome/content/pages/apps/apps_bookmark_bar_icon.svg" />
<link rel="icon" type="image/png" href="chrome://userchrome/content/pages/apps/assets/apps_bookmark_bar_icon.svg" />
</head>
<body>
<vbox id="main-container" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@
}

&[image="page-icon:about:apps"]::before {
content: url("chrome://userchrome/content/pages/apps/apps_bookmark_bar_icon.svg") !important;
content: url("chrome://userchrome/content/pages/apps/assets/apps_bookmark_bar_icon.svg") !important;
}
}

0 comments on commit 4a79bda

Please sign in to comment.