themes: Define headerbar button colors

When the titlebar and menubar are merged, we
have control over the colors of the min/max/close buttons.
Some system themes define these colors in ways that
clash with our Default theme, so this patch adds explicit
CSS rules to ensure they match our theme style.
This commit is contained in:
Alx Sa 2025-11-27 12:48:21 +00:00
parent 3e5fbc78d1
commit 3894e6ae5d

View file

@ -502,6 +502,12 @@ button.titlebutton
{
border-color: transparent;
box-shadow: none;
color: @fg-color;
}
button.titlebutton image
{
color: @fg-color;
}
button:checked, button.titlebutton:hover {