Return to Snippet

Revision: 40165
at January 27, 2011 04:08 by paul66


Initial Code
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

Initial URL

                                

Initial Description
For some reason, most browsers don’t apply a pointer cursor to some clickable input’s by default to let the user know that this item is clickable, so we solve this by doing it ourselves.

Initial Title
Clickable inputs

Initial Tags

                                

Initial Language
CSS