Version 3.1.0 — Améliorations affichage

This commit is contained in:
2026-04-17 11:00:00 +02:00
parent 8ab62e92d2
commit 94877cb816
4 changed files with 156 additions and 45 deletions
+12
View File
@@ -259,6 +259,18 @@ html, body {
opacity: 0.9;
}
/* Bouton "Arrêter" (apparaît pendant un refresh manuel) */
.btn-abort {
background: var(--danger-soft);
color: var(--danger);
border-color: var(--danger);
}
.btn-abort:hover {
background: var(--danger);
color: white;
border-color: var(--danger);
}
#refresh-icon.spinning {
display: inline-block;
animation: spin 0.8s linear infinite;