Add feature to change controller opacity (#478)

* Add option for changing controller opacity
This commit is contained in:
Gabriel Mawhinney
2019-05-22 05:23:22 +01:00
committed by Ilya Grigorik
parent 568282a106
commit e84878d215
4 changed files with 13 additions and 3 deletions

View File

@@ -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>