1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Reduce opacity of archived entries on tag view

Fixes #4466

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2020-07-13 18:53:39 +02:00
parent 3ec982b5f3
commit f4a1401de0
5 changed files with 11 additions and 6 deletions

View file

@ -293,6 +293,11 @@ a.original:not(.waves-effect) {
}
}
.card.archived,
.card-stacked.archived {
opacity: 0.5;
}
#content .collection .collection-item {
min-height: 65px;
height: auto;