Ranklist own entry on top checkbox

This commit is contained in:
mrfry 2021-04-19 17:05:44 +02:00
parent 1b3c07fce2
commit 5c430ac5f9
3 changed files with 15 additions and 4 deletions

View file

@ -418,7 +418,8 @@ select:hover {
align-items: center;
}
.selectContainer > select {
.selectContainer > select,
.selectContainer > input {
width: 20%;
border-radius: 5px;
border: 1.5px solid white;
@ -453,5 +454,4 @@ select:hover {
display: flex;
justify-content: center;
margin-top: 8px;
}