Add card search

This commit is contained in:
mez 2024-11-07 23:36:25 +00:00
parent 6a21a3541a
commit af395bc486
4 changed files with 120 additions and 1 deletions

View file

@ -548,3 +548,13 @@ table.portfolio.gray td.deck7 {
table.portfolio.gray td.deck8 {
color: rgb(228,222,220);
}
/* card search */
form * {
display: block;
}
span.sorttitle {
font-weight: bold;
}