firefox-browser-css.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 17 Feb 2011 20:14:47 +0100
changeset 228 9ba8fb8909c4
parent 226 6bf3bb4c115e
child 229 298263f797be
permissions -rw-r--r--
fix GIO helper app launch (bnc#672903) (mozilla-gio-launch-uri.patch) call to the ntlm_auth helper fails (bmo#634334) (mozilla-ntlm-full-path.patch from Petr Cerny)

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
@@ -990,16 +990,30 @@ toolbar[iconsize="small"] #feed-button {
 }
 
 .urlbar-over-link-host-label,
 .urlbar-over-link-path-label {
   padding: 0;
   margin: 0;
 }
 
+#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;
+}
+
 /* Favicon */
 #page-proxy-favicon,
 #urlbar-throbber {
   width: 16px;
   height: 16px;
 }
 
 #page-proxy-stack {