Jouer les fichiers sons sur le site

This commit is contained in:
Claude Paroz 2025-11-07 18:25:24 +01:00
parent d1be126537
commit 5b77299f71
4 changed files with 47 additions and 2 deletions

View file

@ -127,3 +127,8 @@ tr.editable:hover .edit-button, tr.editable:hover .delete-button { display: inli
height: 100%;
}
table.table-chants th.boutons { width: 3em; }
#modal_sound .modal-content {
background-color: #333;
color: white;
}
img.fichier_son { cursor: pointer; }