firefox-browser-css.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Mon, 16 Apr 2012 14:32:00 +0200
branchfirefox12
changeset 424 44d79c1f5826
parent 409 ff30593d2daa
child 438 7d934b2f5014
permissions -rw-r--r--
more gcc4.7 fixes

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.css b/browser/themes/gnomestripe/browser.css
--- a/browser/themes/gnomestripe/browser.css
+++ b/browser/themes/gnomestripe/browser.css
@@ -1016,16 +1016,30 @@ toolbar[iconsize="small"] #feed-button {
 }
 
 #urlbar-display {
   margin-top: 0;
   margin-bottom: 0;
   color: GrayText;
 }
 
+#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 {
   width: 16px;
   height: 16px;
   margin: 2px 4px;
 }
 
 #page-proxy-favicon:not([src]) {