design optimization & bugfixes

This commit is contained in:
NoobishSVK
2024-07-21 22:03:00 +02:00
parent 9c1af7bb9a
commit 392d32c1d2
12 changed files with 171 additions and 123 deletions
+6 -1
View File
@@ -16,7 +16,7 @@
position: absolute;
right: 10px;
top: 18px;
z-index: 100;
z-index: 15;
width: 6px;
height: 6px;
border: 1px solid var(--color-main);
@@ -39,7 +39,12 @@
user-select: none;
background-color: var(--color-4);
color: var(--color-main);
border-radius: 15px;
}
.dropdown.opened > input {
border-radius: 0 0 15px 15px;
}
.dropdown input:focus {
outline: none;
}