This commit is contained in:
2026-01-03 09:10:22 +00:00
parent 128aca1def
commit 52e1bf056c
3 changed files with 11 additions and 8 deletions

View File

@@ -975,7 +975,8 @@ li i { margin-right:10px; color:#007bff; }
#div_texte_cp .card,
#div_emission .card,
#div_colleges_police .card,
#div_ajout_adherent .card{
#div_ajout_adherent .card,
#div_liste_adherent .card{
border: 1px solid var(--office-border);
border-radius: 2px; /* Office style is more rectangular */
}
@@ -984,7 +985,8 @@ li i { margin-right:10px; color:#007bff; }
#div_texte_cp .card-header,
#div_emission .card-header,
#div_colleges_police .card-header,
#div_ajout_adherent .card-header{
#div_ajout_adherent .card-header,
#div_liste_adherent .card-header{
border-bottom: 1px solid var(--office-border) !important;
background-color: white;
color: var(--office-dark);