diff options
author | Devaev Maxim <[email protected]> | 2021-04-22 20:02:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-04-22 20:02:51 +0300 |
commit | e1c3692045d3b38724dfd6d3035a1c99484dff46 (patch) | |
tree | 51bbb9d963146ba886894dc1b327106ae6f9e9f6 /web/share/css | |
parent | a3a17440dc193ca918ee52bf78447bfd1c7a62cd (diff) |
some stream fixes
Diffstat (limited to 'web/share/css')
-rw-r--r-- | web/share/css/kvm/stream.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index 1bbfb2d4..2c61bcc9 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -37,11 +37,11 @@ div#stream-box { display: inline-block; border: var(--border-window-thin); } -div.stream-box-inactive { +div.stream-box-offline { -webkit-filter: grayscale(100%) brightness(75%) sepia(75%); filter: grayscale(100%) brightness(75%) sepia(75%); } -div.stream-box-inactive::after { +div.stream-box-offline::after { cursor: wait; content: ""; position: absolute; |