This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 Clean up pulse light & dark themes
Fixes #259
- Loading branch information
Showing
3 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/toolkit/mozapps/extensions/content/aboutaddons-html.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/toolkit/mozapps/extensions/content/aboutaddons.html b/toolkit/mozapps/extensions/content/aboutaddons.html | ||
index 1c4101dc2843b113e02b29a26ad3d9966f6cc074..bf321c9e79340ea1bbb811fca8934b777c71c4da 100644 | ||
--- a/toolkit/mozapps/extensions/content/aboutaddons.html | ||
+++ b/toolkit/mozapps/extensions/content/aboutaddons.html | ||
@@ -2,7 +2,7 @@ | ||
- License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
- You can obtain one at http://mozilla.org/MPL/2.0/. --> | ||
|
||
-<!DOCTYPE html> | ||
+<!doctype html> | ||
<html> | ||
<head> | ||
<title data-l10n-id="addons-page-title"></title> | ||
@@ -72,6 +72,7 @@ | ||
type="module" | ||
src="chrome://global/content/elements/moz-five-star.mjs" | ||
></script> | ||
+ <script src="chrome://browser/content/contentTheme.js"></script> | ||
</head> | ||
<body> | ||
<drag-drop-addon-installer></drag-drop-addon-installer> |