diff --git a/filer/templates/admin/filer/image/expand.html b/filer/templates/admin/filer/image/expand.html index 48dfbf31c..ebd69152e 100644 --- a/filer/templates/admin/filer/image/expand.html +++ b/filer/templates/admin/filer/image/expand.html @@ -5,7 +5,7 @@ cursor: zoom-in; } body.scrolling img { - cursor: zoom-in; + cursor: zoom-out; } body.scrolling img.zoom { cursor: zoom-in; @@ -21,7 +21,7 @@