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 {