mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-05 07:09:30 +00:00
refactor: Remove color settings on look and feel as they are no longer used, b=no-bug, c=common, workspaces
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
diff --git a/toolkit/content/aboutAbout.html b/toolkit/content/aboutAbout.html
|
||||
index 74702381dd1bed2d4bb47c464ae0ca309c10e45b..f1e6b34bbf29d787bd62d625707dead024cf6011 100644
|
||||
--- a/toolkit/content/aboutAbout.html
|
||||
+++ b/toolkit/content/aboutAbout.html
|
||||
@@ -24,6 +24,7 @@
|
||||
href="chrome://branding/content/icon32.png"
|
||||
/>
|
||||
<script src="chrome://global/content/aboutAbout.js"></script>
|
||||
+ <script src="chrome://browser/content/zenThemeModifier.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -1,12 +0,0 @@
|
||||
diff --git a/toolkit/content/aboutProfiles.xhtml b/toolkit/content/aboutProfiles.xhtml
|
||||
index 3ce9e580627d757e9bb3fa09601e6336e2376c73..cd69facbf05c525de061c496e08dc12096692e86 100644
|
||||
--- a/toolkit/content/aboutProfiles.xhtml
|
||||
+++ b/toolkit/content/aboutProfiles.xhtml
|
||||
@@ -27,6 +27,7 @@
|
||||
<script src="chrome://global/content/aboutProfiles.js" />
|
||||
<link rel="localization" href="branding/brand.ftl" />
|
||||
<link rel="localization" href="toolkit/about/aboutProfiles.ftl" />
|
||||
+ <script src="chrome://browser/content/zenThemeModifier.js"></script>
|
||||
</head>
|
||||
<body id="body" class="wide-container">
|
||||
<h1 data-l10n-id="profiles-title"></h1>
|
||||
@@ -1,12 +0,0 @@
|
||||
diff --git a/toolkit/content/aboutSupport.xhtml b/toolkit/content/aboutSupport.xhtml
|
||||
index 7f57218f3573488445ea363e0c4532b292d53167..511f578b4ae38a496ca936adf2fef1f587249f47 100644
|
||||
--- a/toolkit/content/aboutSupport.xhtml
|
||||
+++ b/toolkit/content/aboutSupport.xhtml
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
+ <script src="chrome://browser/content/zenThemeModifier.js"></script>
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<title data-l10n-id="page-title"/>
|
||||
Reference in New Issue
Block a user