Commit 9775cf6156b9cd14d1b3c8d0ba6fa80f47d9f485
1 parent
493541be
Exists in
master
and in
1 other branch
Submit buttons cursor pointer
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/errbit.css
... | ... | @@ -332,6 +332,7 @@ form input[type=submit] { |
332 | 332 | display:block; width: auto; padding: 0.5em; |
333 | 333 | font-size: 1.2em; line-height: 1em; text-transform: uppercase; |
334 | 334 | border: none; color: #FFF; background-color: #387fc1; |
335 | + cursor: pointer; | |
335 | 336 | } |
336 | 337 | form input[type=submit].button { |
337 | 338 | font-size: 1em; | ... | ... |