diff options
Diffstat (limited to 'kvmd/web/css/stream.css')
-rw-r--r-- | kvmd/web/css/stream.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/web/css/stream.css b/kvmd/web/css/stream.css index 96b19810..fa892545 100644 --- a/kvmd/web/css/stream.css +++ b/kvmd/web/css/stream.css @@ -2,7 +2,6 @@ img#stream-image { width: 640px; height: 480px; display: inline-block; - border: var(--dark-border); background-color: var(--bg-color-stream-screen); } @@ -19,9 +18,7 @@ img.stream-image-inactive { div#stream-box { position: relative; display: inline-block; -} -div.stream-box-active: { - cursor: crosshair; + border: var(--dark-border); } div.stream-box-inactive::after { cursor: wait; @@ -34,3 +31,6 @@ div.stream-box-inactive::after { display: inline-block; background: radial-gradient(transparent 20%, black); } +div.stream-box-mouse-enabled { + cursor: url("../svg/stream-mouse-cursor.svg"), pointer; +} |