mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 17:39:59 +02:00
chore: Changed menu separator widths, b=(no-bug), c=common
This commit is contained in:
parent
68191d2b47
commit
e181381bd3
3 changed files with 10 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
||||||
diff --git a/toolkit/themes/shared/menulist-shared.css b/toolkit/themes/shared/menulist-shared.css
|
diff --git a/toolkit/themes/shared/menulist-shared.css b/toolkit/themes/shared/menulist-shared.css
|
||||||
index 5dd5549674570170a694afbd9ea4526e52e3192a..187fcb57183df6a0ab3701ab79c46d86c5e984b3 100644
|
index 5dd5549674570170a694afbd9ea4526e52e3192a..a24ded413065ce1493e8622c5777c5b5bdac128e 100644
|
||||||
--- a/toolkit/themes/shared/menulist-shared.css
|
--- a/toolkit/themes/shared/menulist-shared.css
|
||||||
+++ b/toolkit/themes/shared/menulist-shared.css
|
+++ b/toolkit/themes/shared/menulist-shared.css
|
||||||
@@ -14,7 +14,8 @@
|
@@ -14,7 +14,7 @@
|
||||||
|
|
||||||
:host(:not([native])) {
|
:host(:not([native])) {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
- background-color: var(--button-background-color);
|
- background-color: var(--button-background-color);
|
||||||
+ background-color: var(--zen-colors-tertiary, ButtonFace);
|
+ background-color: light-dark(rgba(0,0,0,.1), rgba(255,255,255,.1));
|
||||||
+ border: 1px solid var(--input-border-color, ThreeDShadow);
|
|
||||||
color: var(--button-text-color);
|
color: var(--button-text-color);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding-block: 4px;
|
padding-block: 4px;
|
||||||
|
|
|
@ -263,6 +263,10 @@ panel {
|
||||||
--arrowpanel-menuitem-padding-inline: 15px;
|
--arrowpanel-menuitem-padding-inline: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
toolbarseparator {
|
||||||
|
padding-inline: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
toolbarseparator,
|
toolbarseparator,
|
||||||
menuseparator {
|
menuseparator {
|
||||||
border-width: var(--zen-panel-separator-width);
|
border-width: var(--zen-panel-separator-width);
|
||||||
|
@ -391,7 +395,7 @@ menuseparator {
|
||||||
& button {
|
& button {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
width: min-content;
|
width: min-content;
|
||||||
padding: 0 12px !important;
|
padding: 0 10px !important;
|
||||||
min-width: unset !important;
|
min-width: unset !important;
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
border-radius: calc(var(--zen-native-inner-radius) + 2px) !important;
|
border-radius: calc(var(--zen-native-inner-radius) + 2px) !important;
|
||||||
|
|
|
@ -197,6 +197,8 @@
|
||||||
--toolbar-field-background-color: var(--zen-colors-input-bg) !important;
|
--toolbar-field-background-color: var(--zen-colors-input-bg) !important;
|
||||||
--arrowpanel-background: var(--zen-dialog-background) !important;
|
--arrowpanel-background: var(--zen-dialog-background) !important;
|
||||||
|
|
||||||
|
--panel-separator-color: color-mix(in srgb, currentColor 15%, transparent) !important;
|
||||||
|
|
||||||
--zen-big-shadow: 0 0 9.73px 0px light-dark(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25));
|
--zen-big-shadow: 0 0 9.73px 0px light-dark(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25));
|
||||||
--zen-active-tab-scale: 0.98;
|
--zen-active-tab-scale: 0.98;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue