aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-08 22:21:34 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-08 22:21:34 -0700
commit4714f3a9e15788c8b4b444dd8507c9e104f16a4e (patch)
tree983c7e90b958cfffcc7589ab587218e3739aa3de /view
parent938b1677f8fdc2bddeb43d964a2da5983c687be6 (diff)
downloadvolse-hubzilla-4714f3a9e15788c8b4b444dd8507c9e104f16a4e.tar.gz
volse-hubzilla-4714f3a9e15788c8b4b444dd8507c9e104f16a4e.tar.bz2
volse-hubzilla-4714f3a9e15788c8b4b444dd8507c9e104f16a4e.zip
sort out the magic cursor
Diffstat (limited to 'view')
-rwxr-xr-xview/theme/default/lock.curbin0 -> 4286 bytes
-rw-r--r--view/theme/default/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/default/lock.cur b/view/theme/default/lock.cur
new file mode 100755
index 000000000..892c5e851
--- /dev/null
+++ b/view/theme/default/lock.cur
Binary files differ
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 8ccecc9e0..b8de47826 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1688,6 +1688,6 @@ a.mail-list-link:hover {
}
.sparkle {
- cursor: crosshair;
+ cursor: url('lock.cur'), pointer;
/* cursor: pointer !important; */
}