diff --git a/client/src/css/inventory.css b/client/src/css/inventory.css index fb6fb0f..32ebb2d 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 {