static: add custom style to range input control
This commit is contained in:
parent
6a00390e53
commit
857638e9db
3 changed files with 87 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue