Show hidden screenshots in a dark-grayish style

This commit is contained in:
Christoph Haas 2021-03-21 22:05:22 +01:00
parent cc76ebcc28
commit 33240846b2
2 changed files with 5 additions and 0 deletions

View file

@ -604,6 +604,10 @@ a.black
border: 5px solid red;
}
.pkgcard.hidden {
background-color: gray;
}
.button {
box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.5);
}