mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 01:46:35 +00:00
Fixed searching for preferences
This commit is contained in:
@@ -1,16 +1,7 @@
|
|||||||
diff --git a/browser/components/preferences/preferences.xhtml b/browser/components/preferences/preferences.xhtml
|
diff --git a/browser/components/preferences/preferences.xhtml b/browser/components/preferences/preferences.xhtml
|
||||||
index eee227822a772bec128d6adbe4f6aca90ed810f6..dbe59dc683c157fda716033da8a402f7d4435d19 100644
|
index eee227822a772bec128d6adbe4f6aca90ed810f6..b52ee22054e3b2c80d4b780bc01507478becc583 100644
|
||||||
--- a/browser/components/preferences/preferences.xhtml
|
--- a/browser/components/preferences/preferences.xhtml
|
||||||
+++ b/browser/components/preferences/preferences.xhtml
|
+++ b/browser/components/preferences/preferences.xhtml
|
||||||
@@ -12,7 +12,7 @@
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<!-- @CSP: We should remove 'unsafe-inline' from style-src, see Bug 1579160 -->
|
|
||||||
- <meta http-equiv="Content-Security-Policy" content="default-src chrome:; img-src chrome: moz-icon: https: blob: data:; style-src chrome: data: 'unsafe-inline'; object-src 'none'" />
|
|
||||||
+ <meta http-equiv="Content-Security-Policy" content="default-src chrome:; img-src chrome: moz-icon: https: blob: data:; style-src chrome: data:; object-src 'none'" />
|
|
||||||
|
|
||||||
<title data-l10n-id="settings-page-title"></title>
|
|
||||||
|
|
||||||
@@ -43,6 +43,8 @@
|
@@ -43,6 +43,8 @@
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="chrome://browser/skin/preferences/privacy.css" />
|
<link rel="stylesheet" href="chrome://browser/skin/preferences/privacy.css" />
|
||||||
@@ -51,22 +42,20 @@ index eee227822a772bec128d6adbe4f6aca90ed810f6..dbe59dc683c157fda716033da8a402f7
|
|||||||
<richlistitem id="category-home"
|
<richlistitem id="category-home"
|
||||||
class="category"
|
class="category"
|
||||||
value="paneHome"
|
value="paneHome"
|
||||||
@@ -220,6 +239,7 @@
|
@@ -230,11 +249,13 @@
|
||||||
|
<html:a href="about:policies" target="_blank" data-l10n-id="managed-notice"/>
|
||||||
<vbox class="main-content" flex="1" align="start">
|
</hbox>
|
||||||
<vbox class="pane-container">
|
</hbox>
|
||||||
+#if 0
|
+#if 0
|
||||||
<hbox class="sticky-container">
|
<search-textbox
|
||||||
<hbox class="sticky-inner-container" pack="end" align="start">
|
id="searchInput"
|
||||||
<hbox id="policies-container" class="info-box-container smaller-font-size" flex="1" hidden="true">
|
data-l10n-id="search-input-box2"
|
||||||
@@ -237,6 +257,7 @@
|
data-l10n-attrs="placeholder, style"
|
||||||
hidden="true"/>
|
hidden="true"/>
|
||||||
</hbox>
|
|
||||||
</hbox>
|
|
||||||
+#endif
|
+#endif
|
||||||
|
</hbox>
|
||||||
|
</hbox>
|
||||||
<vbox id="mainPrefPane">
|
<vbox id="mainPrefPane">
|
||||||
#include searchResults.inc.xhtml
|
|
||||||
#include main.inc.xhtml
|
|
||||||
@@ -248,6 +269,7 @@
|
@@ -248,6 +269,7 @@
|
||||||
#include sync.inc.xhtml
|
#include sync.inc.xhtml
|
||||||
#include experimental.inc.xhtml
|
#include experimental.inc.xhtml
|
||||||
|
@@ -30,6 +30,10 @@ groupbox:has(+ .subcategory) {
|
|||||||
border-bottom-right-radius: 15px !important;
|
border-bottom-right-radius: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sticky-inner-container{
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subcategory {
|
.subcategory {
|
||||||
border-top: none !important;
|
border-top: none !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user