firefox-browser-css.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Sat, 22 Jan 2011 11:10:25 +0100
changeset 220 2538fd6a51be
parent 81 c8f7496d60e7
child 226 6bf3bb4c115e
permissions -rw-r--r--
update to 2.0b10/4.0b10 removed upstream patch firefox-shell-bmo624267.patch disabled mozilla-cpuid.patch (does not apply and probably not needed anymore)

From: Jakub Steiner <jimmac@novell.com>, Wolfgang Rosenauer <wr@rosenauer.org
Subject: make style compatible with dark themes
References:
https://bugzilla.novell.com/show_bug.cgi?id=503351
https://bugzilla.mozilla.org/show_bug.cgi?id=478632
wr: changed because of
https://bugzilla.novell.com/show_bug.cgi?id=561027

diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gnomestripe/browser/browser.css
--- a/browser/themes/gnomestripe/browser/browser.css
+++ b/browser/themes/gnomestripe/browser/browser.css
@@ -811,16 +811,30 @@ toolbar[iconsize="small"] #fullscreen-bu
   -moz-margin-end: 3px;
 }
 
 #PopupAutoComplete,
 #PopupAutoCompleteRichResult {
   direction: ltr !important;
 }
 
+#PopupAutoCompleteRichResult .autocomplete-richlistitem {
+  background-color: -moz-Field !important;
+}
+
+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"],
+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] * {
+  color: HighlightText !important;
+  background: Highlight !important;
+}
+
+.ac-title {
+  color: -moz-Fieldtext !important;
+}
+
 #PopupAutoComplete:-moz-locale-dir(rtl) > tree > treerows {
   direction: rtl;
 }
 
 #PopupAutoComplete .autocomplete-treebody {
   direction: ltr;
 }