some stream fixes

This commit is contained in:
Devaev Maxim
2021-04-22 20:02:51 +03:00
parent a3a17440dc
commit e1c3692045
4 changed files with 27 additions and 33 deletions

View File

@@ -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;