Skip to content

Instantly share code, notes, and snippets.

@Qalthos
Created June 26, 2012 00:37
Show Gist options
  • Select an option

  • Save Qalthos/2992335 to your computer and use it in GitHub Desktop.

Select an option

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