From cde2706c042867c1204ae47e59c371c3cdf1559a Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:26:34 +0100 Subject: [PATCH] Still on the Journey --- ui/ui/sections/header.tpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index c3de8340..476df2d6 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -173,6 +173,22 @@ border-radius: 25px !important; } + .box.box-solid.box-primary>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + + .box-footer { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 25px; + border-bottom-left-radius: 25px; + border-top: 1px solid #f4f4f4; + padding: 10px; + background-color: #f6f6f6; + } + /* Search Bar Start Here */ .wrap { width: 30%;