Add max player tooltip

This commit is contained in:
2026-03-01 19:47:41 +01:00
parent b7af625a4c
commit 2fcc190d16
2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -142,4 +142,9 @@ input[type="submit"]:hover {
.btn-back:hover {
opacity: 1;
transform: translateX(-5px); /* Petit effet de glissement vers la gauche */
}
}
label.info {
font-size: 0.8rem;
color: rgb(141, 141, 141);
margin-left: 10px;