From 42155b2e056411343d268ffae47dd539d7e64b84 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 5 Nov 2021 13:51:26 +1100 Subject: [PATCH] Adds a fancy shadow --- InvenTree/InvenTree/static/css/inventree.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index b2e3b36354..632ec2e0e5 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -134,6 +134,7 @@ .navbar { border-bottom: 1px solid #ccc; background-color: var(--secondary-color); + box-shadow: 0px 5px 5px rgb(0 0 0 / 5%); } .navbar-brand { @@ -829,6 +830,7 @@ input[type="submit"] { color: var(--bs-body-color); background-color: var(--secondary-color); border-bottom: 1px solid var(--border-color); + box-shadow: 0px 5px 5px rgb(0 0 0 / 5%); } .panel {