From 9f2f739ba66d805e8bbe5b5db12d73386f7176e3 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:29:09 +0100 Subject: [PATCH] Fixed --- ui/ui/sections/header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 476df2d6..6bf0b85d 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -184,9 +184,9 @@ border-top-right-radius: 0; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px; - border-top: 1px solid #f4f4f4; + border-top: 1px solid transparent; padding: 10px; - background-color: #f6f6f6; + background-color: inherit; } /* Search Bar Start Here */