From 807798810b9e162e1711609ec19d52a4b13b5438 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 28 May 2019 18:17:16 +1000 Subject: [PATCH] Color sub-group rows slightly differently --- InvenTree/static/css/inventree.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index f4d4bdd26a..0769380fe1 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -43,6 +43,12 @@ font-size: 100%; } +/* Bootstrap table overrides */ + +.stock-sub-group td { + background-color: #ebf4f4; +} + /* Force select2 elements in modal forms to be full width */ .select-full-width { width: 100%;