diff options
author | Maxim Devaev <[email protected]> | 2021-09-19 23:43:50 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-19 23:43:50 +0300 |
commit | cfa7aca2bf04cdf2394eda08288291ddd3c6de59 (patch) | |
tree | 5361231dd9401101b9af54f2b6fe62bd8785ff87 /web/share/css | |
parent | b6a59941c8545726fe0732abff6398f7f129bc1e (diff) |
pikvm/kvmd#63: centered blue dot by cursor, added transparency
Diffstat (limited to 'web/share/css')
-rw-r--r-- | web/share/css/kvm/stream.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index f75eded4..0df306f2 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -53,7 +53,7 @@ div.stream-box-offline::after { background: radial-gradient(transparent 20%, black); } div.stream-box-mouse-enabled { - cursor: url("../../svg/stream-mouse-cursor.svg"), pointer; + cursor: url("../../svg/stream-mouse-cursor.svg") 5 5, pointer; } img#stream-image, |