summaryrefslogtreecommitdiff
path: root/web/share/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/css')
-rw-r--r--web/share/css/kvm/stream.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css
index 383c0aea..956e1b30 100644
--- a/web/share/css/kvm/stream.css
+++ b/web/share/css/kvm/stream.css
@@ -77,9 +77,12 @@ div.stream-box-offline::after {
display: inline-block;
background: radial-gradient(transparent 20%, black);
}
-div.stream-box-mouse-enabled {
+div.stream-box-mouse-dot {
cursor: url("../../svg/stream-mouse-cursor.svg") 5 5, pointer;
}
+div.stream-box-mouse-none {
+ cursor: none;
+}
img#stream-image,
video#stream-video {