mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Enhance tab and URL bar styles with improved border definitions for better visibility
This commit is contained in:
@@ -928,6 +928,7 @@
|
||||
&:not([selected]) .tab-background {
|
||||
background: var(--zen-toolbar-element-bg);
|
||||
backdrop-filter: none !important;
|
||||
border: 1px solid light-dark(transparent, rgba(255, 255, 255, 0.05));
|
||||
}
|
||||
|
||||
& .tab-content {
|
||||
|
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
#urlbar-background {
|
||||
border: transparent !important;
|
||||
border: 1px solid light-dark(transparent, rgba(255, 255, 255, 0.1)) !important;
|
||||
margin: 1px;
|
||||
|
||||
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) !important;
|
||||
|
Reference in New Issue
Block a user