Commit f4f687b94918f4a7ce5ab9104292b6e10b1bc2b6

Authored by Arthur Nogueira Neves
2 parents 493541be 9775cf61
Exists in master and in 1 other branch production

Merge pull request #635 from skv-headless/master

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;
... ...