Skip to content

Commit 2f4dd12

Browse files
committed
Merge branch 'develop' of github.com:BillyBlaze/OctoPrint-FullScreen into develop
2 parents 18e9084 + 7c71600 commit 2f4dd12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

octoprint_fullscreen/static/css/fullscreen.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#webcam_image {
22
pointer-events: all;
3+
cursor: zoom-in;
34
}
4-
55
.fullscreen {
66
pointer-events: all !important;
77
padding: 0 !important;
@@ -12,7 +12,7 @@
1212
height: 100%;
1313
background: black;
1414
/* z-index: 99; */
15-
15+
cursor: zoom-out!important;
1616
display: -ms-flexbox;
1717
display: -webkit-flex;
1818
display: flex;

0 commit comments

Comments
 (0)