From 4714f3a9e15788c8b4b444dd8507c9e104f16a4e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 8 Oct 2010 22:21:34 -0700 Subject: sort out the magic cursor --- view/theme/default/lock.cur | Bin 0 -> 4286 bytes view/theme/default/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 view/theme/default/lock.cur (limited to 'view') diff --git a/view/theme/default/lock.cur b/view/theme/default/lock.cur new file mode 100755 index 000000000..892c5e851 Binary files /dev/null and b/view/theme/default/lock.cur 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; */ } -- cgit v1.2.3