diff options
Diffstat (limited to 'view/theme')
-rwxr-xr-x | view/theme/default/lock.cur | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | view/theme/default/style.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/default/lock.cur b/view/theme/default/lock.cur Binary files differnew file mode 100755 index 000000000..892c5e851 --- /dev/null +++ b/view/theme/default/lock.cur 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; */ } |