Show stopped apps with grayscale filter

This commit is contained in:
Johannes Zellner
2021-07-30 14:57:32 +02:00
parent c6c96fd51f
commit 47fe89a595
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -293,6 +293,7 @@ textarea {
.grid-item {
margin: 10px;
width: 221px;
position: relative;
@media(max-width:767px) {
width: 100%;
@@ -312,6 +313,10 @@ textarea {
}
}
&.stopped {
filter: grayscale(1);
}
.grid-item-content {
position: relative;
display: block;