Ajout (dé)sélection globale

Suppression de code inutile
Le numéro de reçu devient le numéro de membre

FossilOrigin-Name: 3c547eb17e551fff833728a9b3bf6deb4693b1e021c9d55685b054cab930c5cf
This commit is contained in:
engel 2022-01-25 19:18:00 +00:00
parent 41c93cf556
commit c72996befe
4 changed files with 54 additions and 111 deletions

View file

@ -1,10 +1,10 @@
/* liste de versements */
div.pair {
padding : 0.2em;
background: rgba(var(--gSecondColor), 0.2);
}
div.impair {
padding : 0.2em;
/*background: #eeeeee; /*rgba(var(--gSecondColor), 0.5);*/
}
fieldset {
border:2px solid brown;
@ -18,3 +18,9 @@ div span {
padding-left : 0.5em;
padding-right : 0.5em;
}
summary.activite {
background: rgba(var(--gMainColor), 0.25);
}
h3.personne {
background: rgba(var(--gSecondColor), 0.35);
}