Bugfix: click on final/preliminary was resetting skpped rounds

This commit is contained in:
Claude Brisson
2024-04-10 13:30:05 +02:00
parent a285914213
commit 974dba59ea
5 changed files with 47 additions and 16 deletions

View File

@@ -63,8 +63,13 @@
#players-list {
max-width: 95vw;
#players tr.filtered {
display: none;
#players {
tr.filtered {
display: none;
}
tr.highlighted {
background-color: #D0FFD0;
}
}
}
@@ -96,6 +101,9 @@
opacity: 0;
}
}
.active > * {
cursor: pointer;
}
}
#player-form {