Form filling from search result and unregitration

This commit is contained in:
Claude Brisson
2023-12-18 09:29:37 +01:00
parent 98192a1ebc
commit 47ceb8dbe7
7 changed files with 171 additions and 20 deletions

View File

@@ -50,11 +50,18 @@
/* registration section */
#player {
&.create .edition {
display: none;
&.create {
.edition {
display: none;
}
#unregister {
display: none;
}
}
&.edit .creation {
display: none;
&.edit {
.creation {
display: none;
}
}
}
@@ -117,9 +124,13 @@
}
.result-line {
cursor: pointer;
&:hover {
&:hover, &.highlighted {
background-color: rgba(100,200,255,200);
}
}
}
#player.popup {
min-width: 65vw;
}
}