From 9ca0b3907cbb023c98d667a15de03e645ad63c51 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:30:12 +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 6bf0b85d..476df2d6 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 transparent; + border-top: 1px solid #f4f4f4; padding: 10px; - background-color: inherit; + background-color: #f6f6f6; } /* Search Bar Start Here */