Zoom-in cursor on zoomable images

(for browsers supporting the zoom-in cursor: i.e. not IE)
This commit is contained in:
Denis Flaven
2018-12-14 15:12:26 +01:00
parent 6a88f622ad
commit 77c2537df7
2 changed files with 2 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ table.listResults > tbody > tr:hover > * {
vertical-align: middle; vertical-align: middle;
max-width: 90% !important; max-width: 90% !important;
max-height: 90% !important; max-height: 90% !important;
cursor: zoom-in;
} }
.details .view-image .helper-middle { .details .view-image .helper-middle {
display: inline-block; display: inline-block;

View File

@@ -202,6 +202,7 @@ table.listResults > tbody > tr:hover > * {
vertical-align: middle; vertical-align: middle;
max-width: 90% !important; max-width: 90% !important;
max-height: 90% !important; max-height: 90% !important;
cursor: zoom-in;
} }
.helper-middle { .helper-middle {
// Helper to center the image (requires a span dedicated to this) // Helper to center the image (requires a span dedicated to this)