From 1e8cf726c342613a5d0d148cb313eaf934c96f5e Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:03:36 +0100 Subject: [PATCH] more fix --- ui/ui/sections/header.tpl | 16 ++++++++++++++++ ui/ui/user-ui/header.tpl | 30 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index e6e2d14b..018c31b8 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -178,6 +178,22 @@ background-color: transparent; border-color: transparent; } + .box.box-solid.box-info>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + .box.box-solid.box-danger>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + + .box.box-solid.box-warning>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } .box-footer { border-top-left-radius: 0; diff --git a/ui/ui/user-ui/header.tpl b/ui/ui/user-ui/header.tpl index 4be9b0e1..8cc3a740 100644 --- a/ui/ui/user-ui/header.tpl +++ b/ui/ui/user-ui/header.tpl @@ -214,6 +214,36 @@ background: transparent; background-color: transparent; } + .box.box-solid.box-primary>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + .box.box-solid.box-info>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + .box.box-solid.box-danger>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + + .box.box-solid.box-warning>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } + + .box { + position: relative; + border-radius: 25px; + margin-bottom: 20px; + width: 100%; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0px 4px 30px rgba(221, 224, 255, .54); + } /* New Customize Interface End Here */