From 0a724e645f0c4668bd524b5a204091dd66681b77 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 31 Oct 2019 19:35:41 +0000 Subject: [PATCH] Improved colouring of list items so that Lost & Binned are actually visible to the human eye --- assets/templates/partials/asset_list_table_body.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/templates/partials/asset_list_table_body.html b/assets/templates/partials/asset_list_table_body.html index 8030d11b..eeff32d4 100644 --- a/assets/templates/partials/asset_list_table_body.html +++ b/assets/templates/partials/asset_list_table_body.html @@ -7,8 +7,8 @@ warning {% elif item.status.name == 'In Service'%} success - {% elif item.status.name in 'Sold|Binned'%} - text-muted + {% elif item.status.name == 'Sold'%} + info {% endif %} "> {{ item.asset_id }}