From eaaa9bfaab30c322cafe529cef1e7cfe7fe7eb8a Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Mon, 27 May 2024 16:11:55 +0300 Subject: [PATCH] Fix: Cursor type (skin.js) --- web/skins/classic/js/skin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/skins/classic/js/skin.js b/web/skins/classic/js/skin.js index 3678ad0ba..3ccf41f81 100644 --- a/web/skins/classic/js/skin.js +++ b/web/skins/classic/js/skin.js @@ -1220,7 +1220,7 @@ var zmPanZoom = { step: this.panZoomStep, maxScale: this.panZoomMaxScale, contain: 'outside', - cursor: 'auto', + cursor: 'inherit', }); //panZoom[id].pan(10, 10); //panZoom[id].zoom(1, {animate: true}); @@ -1281,7 +1281,7 @@ var zmPanZoom = { if (obj) { //Montage & Watch page obj_btn = document.getElementById('button_zoom'+id); //Change the cursor when you hover over the block of buttons at the top of the image. Not required on Event page } else { //Event page - obj = document.getElementById('evtStream'); + obj = document.getElementById('videoFeedStream'+id); } const currentScale = this.panZoom[id].getScale().toFixed(1); if (this.shifted && this.ctrled) {