mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-02 11:32:41 +00:00
Refactor CSS variables for panel shadow and margin in zen-theme and update urlbar styles
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user