diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 746c161e..31ef27fa 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; @@ -178,6 +178,28 @@ 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.box-solid.box-default>.box-header { + color: inherit; + background-color: transparent; + border-color: transparent; + } .box-footer { border-top-left-radius: 0; @@ -197,6 +219,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%; diff --git a/ui/ui/user-ui/header.tpl b/ui/ui/user-ui/header.tpl index 2d8f3b06..8cc3a740 100644 --- a/ui/ui/user-ui/header.tpl +++ b/ui/ui/user-ui/header.tpl @@ -17,7 +17,6 @@ {if isset($xheader)}