From 2fd5daffab98f29c0561c2ada4388a69c49d6b26 Mon Sep 17 00:00:00 2001 From: John Uberbacher Date: Sat, 6 Jun 2020 01:19:44 -0600 Subject: [PATCH] Added relative zoom-in and zoom-out cursors to the webcam stream Small UI Updates --- octoprint_fullscreen/static/css/fullscreen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_fullscreen/static/css/fullscreen.css b/octoprint_fullscreen/static/css/fullscreen.css index 40a4408..f3f6510 100644 --- a/octoprint_fullscreen/static/css/fullscreen.css +++ b/octoprint_fullscreen/static/css/fullscreen.css @@ -1,7 +1,7 @@ #webcam_image { pointer-events: all; + cursor: zoom-in; } - .fullscreen { pointer-events: all !important; padding: 0 !important; @@ -12,7 +12,7 @@ height: 100%; background: black; /* z-index: 99; */ - + cursor: zoom-out!important; display: -ms-flexbox; display: -webkit-flex; display: flex;