From 2f85240689ea7d2faadfb8c1fe8e5f219df877b5 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:37:02 +0100 Subject: [PATCH] add border color --- ui/ui/sections/header.tpl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 764e8d41..68fce6e9 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -171,7 +171,7 @@ -webkit-border-radius: 1px !important; -moz-border-radius: 1px !important; -ms-border-radius: 1px !important; - border-radius: 15px !important; + border-radius: 25px !important; border-color: rgba(221, 224, 255, .54); } @@ -180,13 +180,11 @@ 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; @@ -208,8 +206,8 @@ .box-footer { border-top-left-radius: 0; border-top-right-radius: 0; - border-bottom-right-radius: 15px; - border-bottom-left-radius: 15px; + border-bottom-right-radius: 25px; + border-bottom-left-radius: 25px; border-top: 1px solid transparent; padding: 10px; background-color: inherit; @@ -225,7 +223,7 @@ .box { position: relative; - border-radius: 15px; + border-radius: 25px; background: inherit; border-top: 3px solid #d2d6de; margin-bottom: 20px; @@ -305,8 +303,6 @@ overflow-y: auto; } - - /* Search Bar End Here */ /* New Customize Interface End Here */