diff --git a/src/css/templates/inventory.scss b/src/css/templates/inventory.scss index 820cc7f7e..5e98534ff 100644 --- a/src/css/templates/inventory.scss +++ b/src/css/templates/inventory.scss @@ -39,6 +39,11 @@ All rights reserved. border: 1px solid $color-gray-light; } + button:disabled { + background: white; + color: $color-gray-light; + } + table { width: 100%; }