Wizard: Use a pointer as cursor for button-like anchors

This commit is contained in:
Johannes Meyer 2015-07-06 13:36:26 +02:00
parent aa88c3ba1b
commit d27434fbb5
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@
&:hover, &:focus, &:active {
background-color: #666;
border-color: #666;
cursor: pointer;
&[disabled="1"] {
background-color: #aaa;