On affiche l'état de la série (abandonnée ou terminée) dans vue Catalogue et Série.

This commit is contained in:
mathieu
2026-09-12 20:30:04 +02:00
parent d07795611d
commit 11fbdab9d9
4 changed files with 35 additions and 0 deletions
+19
View File
@@ -482,6 +482,15 @@ body {
overflow-wrap: anywhere;
}
.groupe-serie-etat {
font-size: 0.75rem;
padding: 0.2rem 0.5rem;
border-radius: 0.25rem;
background-color: var(--mb-fond-discret);
color: var(--mb-texte-doux);
white-space: nowrap;
}
.groupe-serie-compte {
color: var(--mb-texte-doux);
font-size: 0.85rem;
@@ -1374,6 +1383,16 @@ body {
white-space: nowrap;
}
.arbre-etat {
flex: 0 0 auto;
font-size: 0.75rem;
padding: 0.2rem 0.5rem;
border-radius: 0.25rem;
background-color: var(--mb-fond-discret);
color: var(--mb-texte-doux);
white-space: nowrap;
}
.arbre-actions {
flex: 0 0 auto;
display: flex;