Update tab hover background color in vertical-tabs.css

``
This commit is contained in:
mr. M
2024-11-04 18:38:25 +01:00
parent 49ceb6f6e5
commit 1f45db0fac
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
--tab-border-radius: var(--border-radius-medium);
--zen-toolbox-min-width: 1px;
--tab-hover-background-color: var(--toolbarbutton-hover-background) !important;
--tab-hover-background-color: color-mix(in srgb, var(--toolbarbutton-hover-background) 80%, transparent 20%);
min-width: var(--zen-toolbox-min-width);
margin-top: 0 !important; /* Fix full screen mode */

View File

@@ -5,7 +5,7 @@
}
#urlbar {
--toolbarbutton-border-radius: 10px;
--toolbarbutton-border-radius: 5px;
--urlbarView-separator-color: var(--zen-colors-border);
--urlbarView-hover-background: var(--toolbarbutton-hover-background);
--urlbarView-highlight-background: var(--toolbarbutton-hover-background);
@@ -236,7 +236,8 @@ button.popup-notification-dropmarker {
max-width: 30rem !important;
& notification-message {
background: var(--zen-colors-tertiary);
background: color-mix(in srgb, var(--zen-colors-tertiary) 70%, transparent 30%);
backdrop-filter: blur(10px);
border: 1px solid var(--arrowpanel-border-color);
border-radius: var(--zen-border-radius);