Merge pull request #138 from calebjessie/master

Lighten up disabled button color to be more obvious.
This commit is contained in:
Michael Townsend
2014-08-21 16:20:36 -04:00
+2 -2
View File
@@ -195,8 +195,8 @@ div.button:hover {
div.button.disabled, div.button.disabled:hover {
cursor: default;
border-color: grey;
color: grey;
border-color: #b2b2b2;
color: #b2b2b2;
text-decoration: none;
}