Enhance tab and URL bar styles with improved border definitions for better visibility

This commit is contained in:
mr. M
2025-01-02 13:46:50 +01:00
parent dcfebe6595
commit 3435f06696
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {

View File

@@ -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;