Bring series collation up to speed

This commit is contained in:
Reinout Meliesie 2025-01-31 17:09:22 +01:00
parent 86330dac37
commit 01bfa16481
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
5 changed files with 94 additions and 106 deletions

View file

@ -2,7 +2,13 @@
#film-collation-menu row:selected {
background-color : rgb( 0 0 0 / 0.08 ) ;
}
#series-collation-menu row:selected {
background-color : rgb( 0 0 0 / 0.08 ) ;
}
#film-collation-menu row:not(:selected) image {
opacity : 0 ;
}
#series-collation-menu row:not(:selected) image {
opacity : 0 ;
}