-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path1093866-search-dark-theme.patch
38 lines (32 loc) · 1.18 KB
/
1093866-search-dark-theme.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From be2cc6d2c3b521c52a46af306594edb5a906532a Mon Sep 17 00:00:00 2001
From: Jordan Santell <[email protected]>
Date: Tue, 4 Nov 2014 23:48:11 -0500
Subject: Bug 1093866 - search bar in customize menu should not inherit
the dark theme. r=bgrins
---
browser/themes/shared/devedition.inc.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/themes/shared/devedition.inc.css b/browser/themes/shared/devedition.inc.css
index 1c90625..dea8899 100644
--- a/browser/themes/shared/devedition.inc.css
+++ b/browser/themes/shared/devedition.inc.css
@@ -113,18 +113,18 @@ toolbar[brighttext] #downloads-indicator-counter {
}
#TabsToolbar {
text-shadow: none !important;
color: var(--chrome-color) !important; /* Make sure that the brighttext attribute is added */
}
/* URL bar and search bar*/
-.searchbar-textbox,
-#urlbar {
+#urlbar,
+#navigator-toolbox .searchbar-textbox {
background-color: var(--url-and-searchbar-background-color) !important;
background-image: none !important;
color: var(--url-and-searchbar-color);
border: none !important;
box-shadow: none !important;
}
window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
--
1.8.4.2