1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

UI changes, accessibility features, ffmpeg adjustments

This commit is contained in:
NoobishSVK
2024-01-31 21:28:25 +01:00
parent 525ae519d7
commit 68e60223a3
18 changed files with 1056 additions and 228 deletions

View File

@@ -14,6 +14,10 @@ button:hover {
background-color: var(--color-main-bright);
}
.btn-disabled {
opacity: 0.6;
}
#tune-buttons input[type="text"] {
width: 50%;
height: 100%;
@@ -27,10 +31,6 @@ button:hover {
font-family: 'Titillium Web', sans-serif;
}
input[type="text"]:hover {
border: 2px solid var(--color-main-bright);
}
#tune-buttons button {
box-sizing: border-box;
background-color: var(--color-4);