diff options
Diffstat (limited to 'less/reset.less')
| -rw-r--r-- | less/reset.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/less/reset.less b/less/reset.less index e2c7cab00..fa2a3724b 100644 --- a/less/reset.less +++ b/less/reset.less @@ -122,6 +122,16 @@ input[type="submit"] { -webkit-appearance: button; // Corrects inability to style clickable `input` types in iOS. cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others. } +label, +select, +button, +input[type="button"], +input[type="reset"], +input[type="submit"], +input[type="radio"], +input[type="checkbox"] { + cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others. +} input[type="search"] { // Appearance in Safari/Chrome .box-sizing(content-box); -webkit-appearance: textfield; |
