You've already forked fm-dx-webserver
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user