From e69b5988ec99df1d92c38eebe78efe5ce18deb3b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 1 Dec 2025 11:48:42 +0200 Subject: [PATCH] style: fix custom title bar buttons on the legacy theme --- apps/client/src/stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 847cca27b..e985a2401 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -257,6 +257,11 @@ button.close:hover { color: var(--hover-item-text-color); } +button.custom-title-bar-button { + background: transparent; + border: unset; +} + .modal-content { background-color: var(--modal-background-color) !important; }