From d34f6919c74438c6edc858f01ce12dffa24797df Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:20:25 +0100 Subject: [PATCH] more fix --- ui/ui/sections/header.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 018c31b8..31ef27fa 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -195,6 +195,12 @@ border-color: transparent; } + .box.box-solid.box-default>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + .box-footer { border-top-left-radius: 0; border-top-right-radius: 0;