zoodex/src/application.css

19 lines
502 B
CSS
Raw Normal View History

/* TODO: Switch out CSS dynamically on `gtk-application-prefer-dark-theme` property change */
#film-collation-menu row:selected {
background-color : rgb( 0 0 0 / 0.08 ) ;
}
2025-01-31 17:09:22 +01:00
#series-collation-menu row:selected {
background-color : rgb( 0 0 0 / 0.08 ) ;
}
#film-collation-menu row:not(:selected) image {
opacity : 0 ;
}
2025-01-31 17:09:22 +01:00
#series-collation-menu row:not(:selected) image {
opacity : 0 ;
}
2025-02-07 16:22:34 +01:00
.open-collection-item-button {
font-weight : normal ; /* No bold text by default for this kind of button */
}