On affiche l'état de la série (abandonnée ou terminée) dans vue Catalogue et Série.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user