mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
web: Option to hide blue dot
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user