mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
Zoom-in cursor on zoomable images
(for browsers supporting the zoom-in cursor: i.e. not IE)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user