From b2d9c13c515d3005c81047b025b3cd194e489a9b Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:31:37 +0100 Subject: [PATCH] Fixed --- ui/ui/sections/header.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 476df2d6..03380ed5 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -184,11 +184,12 @@ 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 */ .wrap { width: 30%;