mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Options Page adjustments
Implemented the adjustments suggested by Ilya: default values adjustments, input validation, UI
This commit is contained in:
15
options.html
15
options.html
@@ -13,15 +13,15 @@
|
||||
<h3>Shortcuts</h3>
|
||||
<div class="row">
|
||||
<label for="rewindKeyInput">Rewind</label>
|
||||
<input id="rewindKeyInput" placeholder="Press a Key" type="text" value=""/>
|
||||
<input id="rewindKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="slowerKeyInput">Slow Down</label>
|
||||
<input id="slowerKeyInput" placeholder="Press a Key" type="text" value=""/>
|
||||
<input id="slowerKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="fasterKeyInput">Speed Up</label>
|
||||
<input id="fasterKeyInput" placeholder="Press a Key" type="text" value=""/>
|
||||
<input id="fasterKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -33,14 +33,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="speedStep">Speed change step</label>
|
||||
<select id="speedStep">
|
||||
<option value="0.10">0.10 x</option>
|
||||
<option value="0.20">0.20 x</option>
|
||||
<option value="0.25">0.25 x</option>
|
||||
<option value="0.50">0.50 x</option>
|
||||
<option value="0.75">0.75 x</option>
|
||||
<option value="1.00">1.00 x</option>
|
||||
</select>
|
||||
<input id="speedStep" type="text" value=""/>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user