Bugfix: click on final/preliminary was resetting skpped rounds
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user