Preorder: Status can now be changed manually

This commit is contained in:
Frank Schubert
2023-11-07 13:00:29 +01:00
parent bd3489f6e4
commit 79fe0aa00e
18 changed files with 367 additions and 69 deletions
+8
View File
@@ -173,6 +173,14 @@ h1, h2, h3, h4, h5, h6 {
margin-right: 5px !important;
}
.select2-results > .select2-results__options {
max-height: 400px !important;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 400px !important;
}
#banned_rimo_fcp + .select2-container .select2-selection--multiple .select2-selection__choice {
background-color: var(--red) !important;
}