static: add custom style to range input control

This commit is contained in:
coon 2023-12-01 21:53:51 +01:00
parent 6a00390e53
commit 857638e9db
3 changed files with 87 additions and 1 deletions

View file

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Sanic - Flexbox layout</title>
<link rel="stylesheet" href="rangeinput.css">
<link rel="stylesheet" href="treeview.css">
<link rel="stylesheet" href="sanic.css">
<script src="sanic.js"></script>
@ -23,7 +24,7 @@
</div>
<div>
<label for="progress"></label>
<input type="range" id="progress" name="progress" min="0" max="100">
<input type="range" id="progress" name="progress" min="0" max="100" value="0">
</div>
</div>
<div id="queue-volume-controls">