From 714eb109fd06fc8f8bdddde1b995d21fd4fbc317 Mon Sep 17 00:00:00 2001 From: fraxle Date: Thu, 4 Jun 2026 17:03:05 +0100 Subject: [PATCH] 2.6.3 Fix Search CSS --- assets/css/header.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/header.css b/assets/css/header.css index 54dbfe3..ba809ca 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -391,13 +391,17 @@ } .utci-searching { - margin-top: 7px; + margin-top: 6px; + padding: 5px 10px; font-size: 10px; - color: #b09870; + color: #5a3e1b; + background: #f5edd6; + border-radius: 6px; font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; + display: inline-block; } /* ── Stacked header layout (mobile + tablet) ─────────────────────────────