sort out the magic cursor

This commit is contained in:
Mike Macgirvin 2010-10-08 22:21:34 -07:00
commit 4714f3a9e1
3 changed files with 1 additions and 16 deletions

View file

@ -1688,6 +1688,6 @@ a.mail-list-link:hover {
}
.sparkle {
cursor: crosshair;
cursor: url('lock.cur'), pointer;
/* cursor: pointer !important; */
}