From d226f30d2a6d3c2b270787551995a7dbc98f7af1 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 29 Jan 2015 16:23:35 -0800 Subject: [PATCH] Add disabled states for buttons --- src/css/templates/inventory.scss | 5 +++++ 1 file changed, 5 insertions(+) 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%; }