Merge branch 'dev' into improved-color-picker

This commit is contained in:
mr. m
2025-02-16 12:48:53 +01:00
committed by GitHub
6 changed files with 46 additions and 50 deletions

View File

@@ -172,9 +172,9 @@
.titlebar-buttonbox-container {
/* Draw 3 dots as background to represent the window controls,
all with the same cololr as the titlebar */
background-image: radial-gradient(circle, #4d4c4a 6px, transparent 0.5px);
background-image: radial-gradient(circle, var(--zen-toolbar-element-bg) 6px, transparent 0.5px);
background-size: 20px 22px;
background-position: 52% 50%;
background-position: 53% 50%;
&:not([zen-has-hover='true']) > .titlebar-buttonbox {
opacity: 0;