Skip to content

Instantly share code, notes, and snippets.

@Qalthos
Created June 26, 2012 00:37
Show Gist options
  • Save Qalthos/2992335 to your computer and use it in GitHub Desktop.
Save Qalthos/2992335 to your computer and use it in GitHub Desktop.
wiki.sugarlabs.org cursor CSS killer
@-moz-document domain('wiki.sugarlabs.org') {
a {
cursor: pointer !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment