From 04bc749eaeebe552a7ded57de371b4d19b994176 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:35:11 +0100 Subject: [PATCH] add more --- ui/ui/sections/header.tpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 03380ed5..746c161e 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -189,6 +189,13 @@ background-color: inherit; } + .panel-footer { + padding: 10px 15px; + background-color: inherit; + border-top: 1px solid transparent; + border-bottom-right-radius: 25px; + border-bottom-left-radius: 25px; + } /* Search Bar Start Here */ .wrap {