From 545ac8b0f7593e023a7c43ea82c03a8e6277d00d Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Mon, 26 Aug 2024 22:50:29 +0200 Subject: [PATCH] grey-out locked items --- client/src/css/inventory.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/css/inventory.css b/client/src/css/inventory.css index 429fa64..f515b13 100644 --- a/client/src/css/inventory.css +++ b/client/src/css/inventory.css @@ -42,6 +42,7 @@ .inventory .item.locked { border: solid 1px #ccc; color: #ccc; + background-color: #f2f2f2; } .inventory .item.disabled {