From 5b81566ba0ed3f85108308a961b93849d5b389c1 Mon Sep 17 00:00:00 2001 From: miguelmarco Date: Thu, 10 Oct 2024 10:28:39 +0200 Subject: [PATCH] Hide locked inventory items Solves #265 --- 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 fb6fb0f0..32ebb2d0 100644 --- a/client/src/css/inventory.css +++ b/client/src/css/inventory.css @@ -36,6 +36,7 @@ .inventory .item.locked { border: solid 1px #ccc; color: #ccc; + visibility: collapse; } .inventory .item.disabled {