From 0265304069be74bda0f5266aef7663e22a472b96 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:50:00 +0100 Subject: [PATCH] Add more --- ui/ui/sections/header.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index ac6b6e01..c3de8340 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -162,6 +162,17 @@ border-top-left-radius: 3px; } + .content .row [class*=col-] .box { + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + -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; + border-radius: 25px !important; + } + /* Search Bar Start Here */ .wrap { width: 30%;