mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
cleaner command system + phone UI changes + iMS/EQ
This commit is contained in:
+3
-2
@@ -1,4 +1,4 @@
|
||||
.play-button {
|
||||
button {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
@@ -6,9 +6,10 @@
|
||||
transition: 0.3s ease-in-out background-color;
|
||||
background-color: var(--color-4);
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.play-button:hover {
|
||||
button:hover {
|
||||
background-color: var(--color-main-bright);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user