diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 4b9cc5937b..ab65d5d460 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -503,6 +503,7 @@ } .navigation { + background-color: var(--secondary-color); } .nav-tabs { @@ -917,8 +918,9 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da .sidebar-wrapper { overflow-y: auto; background: var(--secondary-color); - margin-top: 1rem; + margin-top: 0.3rem; padding-top: 0.25rem; + padding-left: 0px !important; } .sidebar-item-icon { diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html index d399781aeb..beaf9126bc 100644 --- a/InvenTree/templates/base.html +++ b/InvenTree/templates/base.html @@ -84,7 +84,7 @@
{% block breadcrumb_list %} -
+