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

toasts, freq bugfixes, ui changes

This commit is contained in:
NoobishSVK
2024-09-11 23:48:46 +02:00
parent 3ea9b8cb82
commit 5261f95dfe
13 changed files with 134 additions and 27 deletions

View File

@@ -4,6 +4,7 @@
background: var(--color-4);
position: relative;
margin-right: 20px;
border-radius: 15px;
/*border-bottom: 4px solid var(--color-2);*/
}
@media (max-width: 400px) {
@@ -47,9 +48,13 @@
background-color: var(--color-main-bright);
}
.dropdown.opened > input {
.dropdown.opened.dropdown-up > input {
border-radius: 0 0 15px 15px;
}
.dropdown.opened > input {
border-radius: 15px 15px 0 0;
}
.dropdown input:focus {
outline: none;
}