From 25a5d8de780f39ebffd5903ffcd5ff1c96399400 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 29 Oct 2021 23:28:19 +1100 Subject: [PATCH] Improve visual style of breadcrumbs --- InvenTree/InvenTree/static/css/inventree.css | 4 +++- InvenTree/templates/base.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 %} -
+