From 77c2537df7490a3c381497f0471e1e9ad14b6e26 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Fri, 14 Dec 2018 15:12:26 +0100 Subject: [PATCH] Zoom-in cursor on zoomable images (for browsers supporting the zoom-in cursor: i.e. not IE) --- css/light-grey.css | 1 + css/light-grey.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/css/light-grey.css b/css/light-grey.css index 2cb668716a..5806d0a41d 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -155,6 +155,7 @@ table.listResults > tbody > tr:hover > * { vertical-align: middle; max-width: 90% !important; max-height: 90% !important; + cursor: zoom-in; } .details .view-image .helper-middle { display: inline-block; diff --git a/css/light-grey.scss b/css/light-grey.scss index edfbafda27..65577c216e 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -202,6 +202,7 @@ table.listResults > tbody > tr:hover > * { vertical-align: middle; max-width: 90% !important; max-height: 90% !important; + cursor: zoom-in; } .helper-middle { // Helper to center the image (requires a span dedicated to this)