diff options
Diffstat (limited to 'web/share/css/kvm/stream.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; |