summaryrefslogtreecommitdiff
path: root/libre/iceweasel/libre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel/libre.patch')
-rw-r--r--libre/iceweasel/libre.patch36
1 files changed, 33 insertions, 3 deletions
diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch
index fba866039..6597b5a56 100644
--- a/libre/iceweasel/libre.patch
+++ b/libre/iceweasel/libre.patch
@@ -2,7 +2,24 @@ diff --git a/browser/base/content/abouthome/aboutHome.css b/browser/base/content
index c0b02e257..dc726d41a 100644
--- a/browser/base/content/abouthome/aboutHome.css
+++ b/browser/base/content/abouthome/aboutHome.css
-@@ -310,6 +310,52 @@ body[narrow] #restorePreviousSession::before {
+@@ -41,16 +41,6 @@ a {
+ position: relative;
+ }
+
+-#brandLogo {
+- height: 192px;
+- width: 192px;
+- margin: 0 auto 20px;
+- background-image: url("chrome://branding/content/about-logo.png");
+- background-size: 192px auto;
+- background-position: center center;
+- background-repeat: no-repeat;
+-}
+-
+ #searchWrapper,
+ #snippets {
+ width: 470px;
+@@ -310,13 +300,63 @@ body[narrow] #restorePreviousSession::before {
width: 32px;
}
@@ -44,17 +61,30 @@ index c0b02e257..dc726d41a 100644
+}
+
+#brandLogo::before {
-+ content: url("about-logo.png");
++ content: url("chrome://branding/content/about-logo.png");
+}
+
+#brandLogo::after {
-+ content: url("parabola-banner.png");
++ content: url("chrome://browser/content/abouthome/parabola-banner.png");
+}
+
+
/* [HiDPI]
* At resolutions above 1dppx, prefer downscaling the 2x Retina graphics
* rather than upscaling the original-size ones (bug 818940).
+ */
+ @media not all and (max-resolution: 1dppx) {
+- #brandLogo {
+- background-image: url("chrome://branding/content/about-logo@2x.png");
++ #brandLogo::before {
++ content: url("chrome://branding/content/about-logo@2x.png");
++ }
++
++ #brandLogo::after {
++ content: url("chrome://browser/content/abouthome/parabola-banner@2x.png");
+ }
+
+ #defaultSnippet1,
diff --git a/browser/base/content/abouthome/aboutHome.js b/browser/base/content/abouthome/aboutHome.js
index 50f3e01cd..5df008555 100644
--- a/browser/base/content/abouthome/aboutHome.js