-
-
Save macfire/2378420b17f661f97d86401c14f20635 to your computer and use it in GitHub Desktop.
CSS: Cross Browser hires/retina cursor image
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 { | |
cursor: url("cursor.png") 0 0, pointer; /* Legacy */ | |
cursor: url("cursor.svg") 0 0, pointer; /* FF */ | |
cursor: -webkit-image-set(url("cursor.png") 1x, url("[email protected]") 2x) 0 0, pointer; /* Webkit */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment