forked from pool/MozillaFirefox
bf5fb37f98
* rebased patches * requires NSS 3.15.2 or above * MFSA 2013-93/CVE-2013-5590/CVE-2013-5591/CVE-2013-5592 Miscellaneous memory safety hazards * MFSA 2013-94/CVE-2013-5593 (bmo#868327) Spoofing addressbar through SELECT element * MFSA 2013-95/CVE-2013-5604 (bmo#914017) Access violation with XSLT and uninitialized data * MFSA 2013-96/CVE-2013-5595 (bmo#916580) Improperly initialized memory and overflows in some JavaScript functions * MFSA 2013-97/CVE-2013-5596 (bmo#910881) Writing to cycle collected object during image decoding * MFSA 2013-98/CVE-2013-5597 (bmo#918864) Use-after-free when updating offline cache * MFSA 2013-99/CVE-2013-5598 (bmo#920515) Security bypass of PDF.js checks using iframes * MFSA 2013-100/CVE-2013-5599/CVE-2013-5600/CVE-2013-5601 (bmo#915210, bmo#915576, bmo#916685) Miscellaneous use-after-free issues found through ASAN fuzzing * MFSA 2013-101/CVE-2013-5602 (bmo#897678) Memory corruption in workers * MFSA 2013-102/CVE-2013-5603 (bmo#916404) Use-after-free in HTML document templates OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=356
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/linux/browser.css b/browser/themes/linux/browser.css
|
|
--- a/browser/themes/linux/browser.css
|
|
+++ b/browser/themes/linux/browser.css
|
|
@@ -980,16 +980,30 @@ toolbar[iconsize="small"] #webrtc-status
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
-moz-margin-start: 0;
|
|
color: GrayText;
|
|
}
|
|
|
|
%include ../shared/identity-block.inc.css
|
|
|
|
+#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;
|
|
+}
|
|
+
|
|
#page-proxy-favicon {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
-moz-margin-start: 4px;
|
|
-moz-margin-end: 3px;
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
}
|
|
|