forked from pool/MozillaFirefox
ec5d636a3c
- license change from tri license to MPL-2.0 - fix crashreporter restart option (bmo#762780) - reenabled mozilla-yarr-pcre.patch to fix build for PPC - require NSS 3.13.5 - remove mozjs pacrunner obsoletes again for now - adopted mozilla-prefer_plugin_pref.patch OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=284
43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
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
|
|
@@ -1026,16 +1026,30 @@ toolbar[iconsize="small"] #feed-button {
|
|
|
|
#urlbar-display {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
-moz-margin-start: 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-top: 2px;
|
|
margin-bottom: 2px;
|
|
-moz-margin-start: 4px;
|
|
-moz-margin-end: 3px;
|