1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

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

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;
}