Skip to content

Instantly share code, notes, and snippets.

@atomize
Created February 20, 2017 18:37
Show Gist options
  • Save atomize/01a50ac9772a3ea04ea378a682c812e7 to your computer and use it in GitHub Desktop.
Save atomize/01a50ac9772a3ea04ea378a682c812e7 to your computer and use it in GitHub Desktop.
Give a custom cursor with CSS over all DOM elements, or even just some DOM elements.
*{cursor:url("//URI.to.customcursor.png"),default!important}*
body a,.arrow,button,a.progress,div.expando-button{cursor:url("//URI.to.customcursor.png"),!important}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment