mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-26 01:04:15 +00:00
Changed cutomize mode to inline browser window
This commit is contained in:
@@ -1 +1 @@
|
||||
import
|
||||
run
|
||||
@@ -1,8 +1,8 @@
|
||||
diff --git a/browser/themes/addons/dark/manifest.json b/browser/themes/addons/dark/manifest.json
|
||||
index 544986d5e93c033f944cf301af79e0750864a32c..8dde35169cf6bcdce24ea1e656da1a428d68012c 100644
|
||||
index 544986d5e93c033f944cf301af79e0750864a32c..7ecdd33d3af9d859797b0e5ab07ecaa02e17ead6 100644
|
||||
--- a/browser/themes/addons/dark/manifest.json
|
||||
+++ b/browser/themes/addons/dark/manifest.json
|
||||
@@ -7,9 +7,9 @@
|
||||
@@ -7,10 +7,10 @@
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,11 +10,19 @@ index 544986d5e93c033f944cf301af79e0750864a32c..8dde35169cf6bcdce24ea1e656da1a42
|
||||
+ "name": "Zen Dark",
|
||||
"description": "A theme with a dark color scheme.",
|
||||
- "author": "Mozilla",
|
||||
- "version": "1.2",
|
||||
+ "author": "Zen",
|
||||
"version": "1.2",
|
||||
+ "version": "1.3",
|
||||
|
||||
"icons": { "32": "icon.svg" },
|
||||
@@ -44,13 +44,13 @@
|
||||
|
||||
@@ -38,19 +38,18 @@
|
||||
"ntp_background": "rgb(43, 42, 51)",
|
||||
"ntp_card_background": "rgb(66,65,77)",
|
||||
"ntp_text": "rgb(251, 251, 254)",
|
||||
- "sidebar": "#38383D",
|
||||
"sidebar_text": "rgb(249, 249, 250)",
|
||||
"sidebar_border": "rgba(255, 255, 255, 0.1)",
|
||||
"button": "rgba(0, 0, 0, .33)",
|
||||
"button_hover": "rgba(207, 207, 216, .20)",
|
||||
"button_active": "rgba(207, 207, 216, .40)",
|
||||
|
||||
@@ -1,16 +1,21 @@
|
||||
diff --git a/browser/themes/addons/light/manifest.json b/browser/themes/addons/light/manifest.json
|
||||
index 7385970fa8e3ff9659b72cfb238003958220fb0d..0b3139f6c7d50a6d19083d385c701a0e338fd3be 100644
|
||||
index 7385970fa8e3ff9659b72cfb238003958220fb0d..5146d11eedc8f5a997836f747fadfd52c968b84f 100644
|
||||
--- a/browser/themes/addons/light/manifest.json
|
||||
+++ b/browser/themes/addons/light/manifest.json
|
||||
@@ -7,7 +7,7 @@
|
||||
@@ -7,10 +7,10 @@
|
||||
}
|
||||
},
|
||||
|
||||
- "name": "Light",
|
||||
+ "name": "Zen Light",
|
||||
"description": "A theme with a light color scheme.",
|
||||
"author": "Mozilla",
|
||||
"version": "1.2",
|
||||
- "author": "Mozilla",
|
||||
- "version": "1.2",
|
||||
+ "author": "Zen",
|
||||
+ "version": "1.3",
|
||||
|
||||
"icons": { "32": "icon.svg" },
|
||||
|
||||
@@ -42,12 +42,12 @@
|
||||
"button": "rgba(207,207,216,.33)",
|
||||
"button_hover": "rgba(207,207,216,.66)",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
diff --git a/browser/themes/shared/sidebar.css b/browser/themes/shared/sidebar.css
|
||||
index a9b3886e1ff4a36c5bd161985719f66a41d95458..de985168435872fef1b2ab9f8672f1fa96a9d5f7 100644
|
||||
index a9b3886e1ff4a36c5bd161985719f66a41d95458..b9b9244b01dce07bd1419e0d8d3cdf16757ede82 100644
|
||||
--- a/browser/themes/shared/sidebar.css
|
||||
+++ b/browser/themes/shared/sidebar.css
|
||||
@@ -137,3 +137,26 @@ menuseparator + #sidebar-extensions-separator {
|
||||
@@ -137,3 +137,27 @@ menuseparator + #sidebar-extensions-separator {
|
||||
fill: currentColor;
|
||||
opacity: 0.8;
|
||||
}
|
||||
@@ -12,7 +12,7 @@ index a9b3886e1ff4a36c5bd161985719f66a41d95458..de985168435872fef1b2ab9f8672f1fa
|
||||
+ */
|
||||
+
|
||||
+:root {
|
||||
+ --sidebar-background-color: var(--newtab-background-color);
|
||||
+ --sidebar-background-color: var(--newtab-background-color) !important;
|
||||
+}
|
||||
+
|
||||
+#sidebar-box {
|
||||
@@ -23,6 +23,7 @@ index a9b3886e1ff4a36c5bd161985719f66a41d95458..de985168435872fef1b2ab9f8672f1fa
|
||||
+#sidebar-splitter {
|
||||
+ /* we can still use the splitter but we can't see it */
|
||||
+ background: transparent;
|
||||
+ border-color: transparent;
|
||||
+ width: 1px;
|
||||
+}
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user