mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Add feature to change controller opacity (#478)
* Add option for changing controller opacity
This commit is contained in:

committed by
Ilya Grigorik

parent
568282a106
commit
e84878d215
@@ -81,7 +81,7 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h3>Other</h3>
|
||||
<h3>Other</h3>
|
||||
<div class="row">
|
||||
<label for="startHidden">Hide controller by default</label>
|
||||
<input id="startHidden" type="checkbox"/>
|
||||
@@ -94,6 +94,10 @@
|
||||
<label for="audioBoolean">Work on audio</label>
|
||||
<input id="audioBoolean" type="checkbox"/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="controllerOpacity">Controller opacity</label>
|
||||
<input id="controllerOpacity" type="text" value="">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="blacklist">Blacklisted sites on which extension is disabled<br/>(one per line)</label>
|
||||
<textarea id="blacklist" rows="10" cols="50"></textarea>
|
||||
|
Reference in New Issue
Block a user