Created
February 20, 2017 18:37
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*{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