mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-21 09:12:27 +00:00
Add media query for Windows to enhance native appearance of tab borders
This commit is contained in:
@@ -142,6 +142,12 @@
|
|||||||
--tab-border-radius: 6px;
|
--tab-border-radius: 6px;
|
||||||
--zen-toolbox-min-width: 1px;
|
--zen-toolbox-min-width: 1px;
|
||||||
|
|
||||||
|
@media (-moz-platform: windows) {
|
||||||
|
/* More native look */
|
||||||
|
--border-radius-medium: 8px;
|
||||||
|
--tab-border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
--tab-hover-background-color: color-mix(in srgb, var(--toolbarbutton-hover-background) 50%, transparent 50%);
|
--tab-hover-background-color: color-mix(in srgb, var(--toolbarbutton-hover-background) 50%, transparent 50%);
|
||||||
|
|
||||||
min-width: var(--zen-toolbox-min-width);
|
min-width: var(--zen-toolbox-min-width);
|
||||||
|
Reference in New Issue
Block a user