diff --git a/InvenTree/company/templates/company/company_base.html b/InvenTree/company/templates/company/company_base.html index 2c1efbb7e5..61751fe0f4 100644 --- a/InvenTree/company/templates/company/company_base.html +++ b/InvenTree/company/templates/company/company_base.html @@ -34,7 +34,7 @@ InvenTree | Company - {{ company.name }} diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 3377c730a5..e3f318fe10 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -65,7 +65,7 @@ {% if not part.active %} {% endif %} diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index 1b9caaa891..b12540467f 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -23,11 +23,19 @@ } .glyphicon-ok { - color: #5f5; + color: #5C5; } .glyphicon-remove { - color: #f55; + color: #C55; +} + +.glyphicon-trash { + color: #C55; +} + +.glyphicon-plus { + color: #5C5; } /* CSS overrides for treeview */ diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index 02287d8669..35b4fcd9f1 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -16,6 +16,9 @@ + @@ -27,7 +30,7 @@
@@ -124,7 +127,7 @@ {% if item.has_tracking_info %} - +{{ location.description }}