Skip to content

Instantly share code, notes, and snippets.

@danomanion
Created August 27, 2013 03:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danomanion/6349269 to your computer and use it in GitHub Desktop.
Save danomanion/6349269 to your computer and use it in GitHub Desktop.
Hide the cursor. Webkit code.
:-webkit-full-screen .slides{
cursor:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==), auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment