Collection items are now clickable

This commit is contained in:
Reinout Meliesie 2025-02-07 16:22:34 +01:00
parent a9ec7bdcc9
commit c3dfa5b459
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
3 changed files with 45 additions and 22 deletions

View file

@ -12,3 +12,7 @@
#series-collation-menu row:not(:selected) image {
opacity : 0 ;
}
.open-collection-item-button {
font-weight : normal ; /* No bold text by default for this kind of button */
}