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

3LAS implementation

This commit is contained in:
NoobishSVK
2024-01-27 11:46:52 +01:00
parent 5ab4a39bd5
commit 8ce697a960
42 changed files with 7950 additions and 40 deletions

View File

@@ -1,3 +1,16 @@
.play-button {
width: 100%;
height: 100%;
border: 0;
border-radius: 30px;
transition: 0.3s ease-in-out background-color;
background-color: var(--color-4);
cursor: pointer;
}
.play-button:hover {
background-color: var(--color-main-bright);
}
#tune-buttons input[type="text"] {
width: 50%;
@@ -73,7 +86,7 @@ input[type="range"]::-webkit-slider-thumb {
/* creating a custom design */
height: 48px;
width: 48px;
background-color: #fff;
background-color: var(--color-4);
border-radius: 10px;
border: 2px solid var(--color-4);
/* slider progress trick */