forked from pool/MozillaFirefox
eaf2dfcd99
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=32d023277b80cb2ab9346f1ea11174af
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/browser.css b/browser/themes/gnomestripe/browser/browser.css
|
|
--- a/browser/themes/gnomestripe/browser/browser.css
|
|
+++ b/browser/themes/gnomestripe/browser/browser.css
|
|
@@ -788,16 +788,30 @@ toolbar[iconsize="small"] #fullscreen-bu
|
|
display: none;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|