mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 02:05:31 +02:00
🐛 Fix theming packages
This commit is contained in:
parent
4ece673869
commit
f5cd0cfc6e
4 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
|
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
|
||||||
index ac03145433960f8abcfad5f285545843f02e7f1e..d5b4e4d1e519bdaafee4456092a28c5919030307 100644
|
index ac03145433960f8abcfad5f285545843f02e7f1e..108dc7b290206be7158e914f2760226cb2c219ea 100644
|
||||||
--- a/browser/themes/linux/browser.css
|
--- a/browser/themes/linux/browser.css
|
||||||
+++ b/browser/themes/linux/browser.css
|
+++ b/browser/themes/linux/browser.css
|
||||||
@@ -6,6 +6,8 @@
|
@@ -6,6 +6,8 @@
|
||||||
|
|
||||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||||
|
|
||||||
+%include ../../custom/linux/linux.inc.css
|
+%include ../custom/linux/linux.inc.css
|
||||||
+
|
+
|
||||||
%include ../shared/browser.inc.css
|
%include ../shared/browser.inc.css
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css
|
diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css
|
||||||
index 01036f1e2e08f2a033c439ed6796668704e39b02..60b9ef46b21bf02f16ade5214506ca5640d74cfd 100644
|
index 01036f1e2e08f2a033c439ed6796668704e39b02..0e07dc2ae161c0dca88c634577c4788755bf2324 100644
|
||||||
--- a/browser/themes/osx/browser.css
|
--- a/browser/themes/osx/browser.css
|
||||||
+++ b/browser/themes/osx/browser.css
|
+++ b/browser/themes/osx/browser.css
|
||||||
@@ -4,6 +4,8 @@
|
@@ -4,6 +4,8 @@
|
||||||
|
|
||||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||||
|
|
||||||
+%include ../../custom/macos/macos.inc.css
|
+%include ../custom/macos/macos.inc.css
|
||||||
+
|
+
|
||||||
%include ../shared/browser.inc.css
|
%include ../shared/browser.inc.css
|
||||||
%include ../shared/browser-custom-colors.inc.css
|
%include ../shared/browser-custom-colors.inc.css
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
diff --git a/browser/themes/shared/browser.inc.css b/browser/themes/shared/browser.inc.css
|
diff --git a/browser/themes/shared/browser.inc.css b/browser/themes/shared/browser.inc.css
|
||||||
index b345560225ee8619524481c4570540746be9fcba..5ea066212edf45aed3f294f14bc57b0e29ccbf0a 100644
|
index b345560225ee8619524481c4570540746be9fcba..cafddff0e4febe056fceb35d705f3ef43cc08b1f 100644
|
||||||
--- a/browser/themes/shared/browser.inc.css
|
--- a/browser/themes/shared/browser.inc.css
|
||||||
+++ b/browser/themes/shared/browser.inc.css
|
+++ b/browser/themes/shared/browser.inc.css
|
||||||
@@ -2,6 +2,8 @@
|
@@ -2,6 +2,8 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
+%include ../../custom/shared/shared.inc.css
|
+%include ../custom/shared/shared.inc.css
|
||||||
+
|
+
|
||||||
%include downloads/indicator.inc.css
|
%include downloads/indicator.inc.css
|
||||||
%include addons/extension-controlled.inc.css
|
%include addons/extension-controlled.inc.css
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css
|
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css
|
||||||
index 2cb1a094bc42d045992bf42ccd4c79e89795d971..2041ad0ea2dd46260e93a8482d6a0033467570c5 100644
|
index 2cb1a094bc42d045992bf42ccd4c79e89795d971..c2fab339d4ddb7dd394d73f686c1b6e569d2a1be 100644
|
||||||
--- a/browser/themes/windows/browser.css
|
--- a/browser/themes/windows/browser.css
|
||||||
+++ b/browser/themes/windows/browser.css
|
+++ b/browser/themes/windows/browser.css
|
||||||
@@ -4,6 +4,8 @@
|
@@ -4,6 +4,8 @@
|
||||||
|
|
||||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||||
|
|
||||||
+%include ../../custom/windows/windows.inc.css
|
+%include ../custom/windows/windows.inc.css
|
||||||
+
|
+
|
||||||
%include ../shared/browser.inc.css
|
%include ../shared/browser.inc.css
|
||||||
%include ../shared/browser-custom-colors.inc.css
|
%include ../shared/browser-custom-colors.inc.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue