diff options
author | Maxim Devaev <[email protected]> | 2024-02-16 18:49:38 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-02-16 18:49:38 +0200 |
commit | 22140106c481e8f6d0a0bbb081e756fa9993ee3b (patch) | |
tree | 8bf10841a8c70db3448ba9b0020eabb29095b419 /web/share/css/kvm/stream.css | |
parent | 9d33bb93ea03c3a5fe9271038fc5ab91fb871f62 (diff) |
web: Option to hide blue dot
Diffstat (limited to 'web/share/css/kvm/stream.css')
-rw-r--r-- | web/share/css/kvm/stream.css | 5 |
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 { |