This commit is contained in:
2026-01-13 19:06:07 +00:00
parent 1607b19acf
commit 65ed943799
3 changed files with 9 additions and 6 deletions

View File

@@ -1061,7 +1061,8 @@ li i { margin-right:10px; color:#007bff; }
#div_ajout_adherent,
#div_avenant,
#div_liste_adherent,
#div_adherent {
#div_adherent,
#div_liste {
background-color: var(--office-light);
color: var(--office-dark);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
@@ -1076,7 +1077,8 @@ li i { margin-right:10px; color:#007bff; }
#div_ajout_adherent .card,
#div_avenant .card,
#div_liste_adherent .card,
#div_adherent .card{
#div_adherent .card,
#div_liste .card{
border: 1px solid var(--office-border);
border-radius: 2px; /* Office style is more rectangular */
}
@@ -1088,6 +1090,7 @@ li i { margin-right:10px; color:#007bff; }
#div_ajout_adherent .card-header,
#div_avenant .card-header,
#div_liste_adherent .card-header
#div_adherent .card-header,
#div_adherent .card-header{
border-bottom: 1px solid var(--office-border) !important;
background-color: white;