Skip to content

Commit

Permalink
Adding input type=button and button to the cursor property
Browse files Browse the repository at this point in the history
  • Loading branch information
polinovskyi committed Jun 14, 2016
1 parent e94f84d commit ca70308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanslate.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
.cleanslate a:visited {
color: #529 !important;
}
.cleanslate a, .cleanslate a *, .cleanslate input[type=submit], .cleanslate input[type=radio], .cleanslate input[type=checkbox], .cleanslate select {
.cleanslate a, .cleanslate a *, .cleanslate input[type=submit], .cleanslate input[type=button], .cleanslate input[type=radio], .cleanslate input[type=checkbox], .cleanslate select, .cleanslate button {
cursor:pointer !important;
}
.cleanslate button, .cleanslate input[type=submit] {
Expand Down

0 comments on commit ca70308

Please sign in to comment.