themes: Define merged titlebar icon colors

Resolves #11552
We did not explicitly define the colors for the Minimize,
Maximize, and Close button icons for merged titlebars.
On some system themes, the color used blends into
the titlebar and makes the icon look invisible.
This patch makes sure we always define the icon color
for the Default theme.
This commit is contained in:
Alx Sa 2025-04-12 20:59:45 +00:00
parent a5de79e3b2
commit f58ac5f6cd
1 changed files with 5 additions and 0 deletions

View File

@ -817,6 +817,11 @@ headerbar button.titlebutton, headerbar > menubar {
box-shadow: none;
}
/* Define icon colors for merged headerbar buttons */
.minimize image, .maximize image, .close image {
color: @scrollbar-slider-color;
}
.titlebar {
padding-top: 0px;
padding-bottom: 0px;