From eca7f2c9c75b290a17445de62ccbe25a68214139 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Thu, 27 Nov 2025 12:48:21 +0000 Subject: [PATCH] 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 3894e6ae5d4c4ce478c68a977d6788f8b498b691) --- themes/Default/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/Default/common.css b/themes/Default/common.css index 59df925cec..d2b090642a 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -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 {