Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 2, 2012 05:08
Show Gist options
  • Save snowman-repos/3816282 to your computer and use it in GitHub Desktop.
Save snowman-repos/3816282 to your computer and use it in GitHub Desktop.
CSS: Clickable Elements Pointer Cursor
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment