From c188a8a91d6fd1aa84a658a9415518b9872478a7 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:54:11 +0100 Subject: [PATCH 1/4] More template fixes --- ui/ui/sections/header.tpl | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 746c161e..e6e2d14b 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -163,10 +163,10 @@ } .content .row [class*=col-] .box { - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0px 4px 30px rgba(221, 224, 255, .54); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); - box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-border-radius: 1px !important; -moz-border-radius: 1px !important; -ms-border-radius: 1px !important; @@ -197,6 +197,18 @@ border-bottom-left-radius: 25px; } + .box { + position: relative; + border-radius: 25px; + background: inherit; + border-top: 3px solid #d2d6de; + 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); + } + + /* Search Bar Start Here */ .wrap { width: 30%; From 71f0fc47a653bfabc7f458d0c4d440aac9f40123 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:19:36 +0100 Subject: [PATCH 2/4] more template fixes --- ui/ui/user-ui/header.tpl | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ui/ui/user-ui/header.tpl b/ui/ui/user-ui/header.tpl index 2d8f3b06..4be9b0e1 100644 --- a/ui/ui/user-ui/header.tpl +++ b/ui/ui/user-ui/header.tpl @@ -17,7 +17,6 @@ {if isset($xheader)} 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 3/4] 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 */ 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 4/4] 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;