Lighten up disabled button color to be more obvious.

This commit is contained in:
Caleb Jessie
2014-08-21 16:12:56 -04:00
parent b57bbfa83d
commit fe60eb3d05
+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;
}