Skip to content

Commit

Permalink
style disabled buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
grant-g committed Feb 2, 2016
1 parent 256da8e commit 85be6b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,10 @@ button {
}

button:hover {
cursor:pointer;
cursor:pointer;
}

button:disabled {
color: graytext;
cursor: default;
}

0 comments on commit 85be6b5

Please sign in to comment.