Add disabled states for buttons

This commit is contained in:
Andrew Miner
2015-01-29 16:23:35 -08:00
parent 854e8aa4c8
commit d226f30d2a
+5
View File
@@ -39,6 +39,11 @@ All rights reserved.
border: 1px solid $color-gray-light;
}
button:disabled {
background: white;
color: $color-gray-light;
}
table {
width: 100%;
}