You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
toasts, freq bugfixes, ui changes
This commit is contained in:
@@ -63,7 +63,6 @@ label {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
text-align: left;
|
||||
color: var(--color-4);
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@import url("main.css"); /* Root stuff that affects the entire webpage (body, wrapper etc.) */
|
||||
@import url("breadcrumbs.css"); /* Stuff that applies to random elements only once/twice */
|
||||
@import url("buttons.css"); /* Buttons, inputs, select boxes, checkboxes... */
|
||||
@import url("toast.css"); /* Toast notifications */
|
||||
@import url("dropdown.css"); /* Custom dropdown menus */
|
||||
@import url("panels.css"); /* Different panels and their sizes */
|
||||
@import url("modal.css"); /* Modal window */
|
||||
|
||||
Reference in New Issue
Block a user