firefox-browser-css.patch
branchfirefox29
changeset 720 f372890e9681
parent 717 c18c0e8dbac7
child 721 6f30563d969e
--- a/firefox-browser-css.patch	Thu Apr 17 23:08:54 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-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);
- }
-