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:
parent
3ec982b5f3
commit
f4a1401de0
5 changed files with 11 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue