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

ID improvements + console feed + ui changes

This commit is contained in:
NoobishSVK
2024-02-06 22:22:06 +01:00
parent e7f31fbc40
commit 7c4912a12d
10 changed files with 126 additions and 20 deletions

View File

@@ -84,6 +84,13 @@ input[type="range"] {
background: transparent;
}
input[type="range"]::after {
width: 100px;
height: 100px;
background: blue;
}
/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
height: 48px;