From e1c3692045d3b38724dfd6d3035a1c99484dff46 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 22 Apr 2021 20:02:51 +0300 Subject: some stream fixes --- web/share/css/kvm/stream.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/share/css/kvm') 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; -- cgit v1.2.3