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.

(cherry picked from commit 3894e6ae5d)
This commit is contained in:
Alx Sa 2025-11-27 12:48:21 +00:00 committed by Bruno Lopes
parent 3b838d0da1
commit eca7f2c9c7
No known key found for this signature in database

View file

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