16 lines
380 B
CSS
16 lines
380 B
CSS
/* TODO: Switch out CSS dynamically on `gtk-application-prefer-dark-theme` property change */
|
|
.collation-menu row:selected {
|
|
background-color : rgb( 0 0 0 / 0.08 ) ;
|
|
}
|
|
|
|
.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 */
|
|
}
|
|
|
|
.media-modal {
|
|
padding : 100px ;
|
|
}
|