Refactor CSS variables for panel shadow and margin in zen-theme and update urlbar styles

This commit is contained in:
mr. M
2025-02-19 13:10:27 +01:00
parent 5e3385e9f3
commit ec7a30141b
2 changed files with 2 additions and 4 deletions

View File

@@ -171,6 +171,8 @@
--arrowpanel-background: var(--zen-dialog-background) !important;
--zen-big-shadow: 0 0 9.73px 0px light-dark(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25));
--panel-shadow: var(--zen-big-shadow);
--panel-shadow-margin: 10px !important;
/* Nativity */
--zen-native-content-radius: var(--zen-border-radius);

View File

@@ -26,10 +26,6 @@
border-color: transparent !important;
}
#urlbar[focused='true'] {
box-shadow: var(--panel-shadow) !important;
}
#urlbar-background {
background: var(--zen-toolbar-element-bg) !important;
border-radius: var(--border-radius-medium);