From 38f7eecfd7fc5da91b6b1c1c6c41330492864600 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 5 Dec 2025 11:42:17 +0100 Subject: [PATCH] Update menu button styles in CSS to enforce consistent appearance with !important rules. Adjust padding, margin, and display properties for improved layout and responsiveness. --- client/src/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/src/style.css b/client/src/style.css index cbaac69..18df29c 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -77,9 +77,12 @@ html, body, #app { } .menu button span { - color: #fff; - background-color: transparent; - border: none; + color: #fff !important; + background-color: transparent !important; + border: none !important; + padding: 0 !important; + margin: 0 !important; + display: inline !important; } .horizontal-box {