Skip to content

Commit

Permalink
Lighten up disabled button color to be more obvious.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Jessie committed Aug 21, 2014
1 parent b57bbfa commit fe60eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit fe60eb3

Please sign in to comment.