updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / firefox-pgo / firefox-browser-css.patch
blobc89aa5768b62b746c0f3a0f7b4c7d1788fc5495b
1 From: Jakub Steiner <jimmac@novell.com>, Wolfgang Rosenauer <wr@rosenauer.org
2 Subject: make style compatible with dark themes
3 References:
4 https://bugzilla.novell.com/show_bug.cgi?id=503351
5 https://bugzilla.mozilla.org/show_bug.cgi?id=478632
6 wr: changed because of
7 https://bugzilla.novell.com/show_bug.cgi?id=561027
9 diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gnomestripe/browser/browser.css
10 --- a/browser/themes/gnomestripe/browser/browser.css
11 +++ b/browser/themes/gnomestripe/browser/browser.css
12 @@ -954,16 +954,30 @@ toolbar[iconsize="small"] #feed-button {
15 #urlbar-display {
16 margin-top: 0;
17 margin-bottom: 0;
18 color: GrayText;
21 +#PopupAutoCompleteRichResult .autocomplete-richlistitem {
22 + background-color: -moz-Field !important;
25 +#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"],
26 +#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] * {
27 + color: HighlightText !important;
28 + background: Highlight !important;
31 +.ac-title {
32 + color: -moz-Fieldtext !important;
35 /* Favicon */
36 #page-proxy-favicon,
37 #urlbar-throbber {
38 width: 16px;
39 height: 16px;
42 #page-proxy-stack {