2025-01-19 19:03:30 +01:00
|
|
|
/* TODO: Switch out CSS dynamically on `gtk-application-prefer-dark-theme` property change */
|
2025-02-10 23:56:48 +01:00
|
|
|
.collation-menu row:selected {
|
2026-01-08 14:00:01 +01:00
|
|
|
background-color: rgb(0 0 0 / 0.08);
|
2025-01-31 17:09:22 +01:00
|
|
|
}
|
2025-01-19 19:03:30 +01:00
|
|
|
|
2025-02-10 23:56:48 +01:00
|
|
|
.collation-menu row:not(:selected) image {
|
2026-01-08 14:00:01 +01:00
|
|
|
opacity: 0;
|
2025-01-31 17:09:22 +01:00
|
|
|
}
|
2025-02-07 16:22:34 +01:00
|
|
|
|
2026-01-01 14:37:29 +01:00
|
|
|
.collatable-container flowboxchild {
|
2026-01-08 14:00:01 +01:00
|
|
|
padding: 0;
|
2026-01-01 14:37:29 +01:00
|
|
|
}
|
|
|
|
|
|
2026-01-02 13:41:27 +01:00
|
|
|
.collection-item-button {
|
2026-01-08 14:00:01 +01:00
|
|
|
font-weight: normal; /* No bold text by default for this kind of button */
|
2025-02-07 16:22:34 +01:00
|
|
|
}
|
2025-02-12 15:59:54 +01:00
|
|
|
|
2026-01-02 13:41:27 +01:00
|
|
|
.collection-item-box {
|
2026-01-08 14:00:01 +01:00
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
2026-01-02 13:41:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.collection-item-image {
|
2026-01-08 14:00:01 +01:00
|
|
|
margin-bottom: 20px;
|
2026-01-02 13:41:27 +01:00
|
|
|
}
|
|
|
|
|
|
2025-02-12 15:59:54 +01:00
|
|
|
.media-modal {
|
2026-01-08 14:00:01 +01:00
|
|
|
padding: 100px;
|
2025-02-12 15:59:54 +01:00
|
|
|
}
|