Restore state gracefully.
This commit is contained in:
parent
a408414090
commit
d841f29006
|
@ -154,8 +154,8 @@
|
||||||
.label{
|
.label{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-top: 10px;
|
margin-top: 6px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 9px;
|
||||||
}
|
}
|
||||||
#settingsIcon{
|
#settingsIcon{
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -263,9 +263,9 @@
|
||||||
<div>
|
<div>
|
||||||
<div class="label">Rex-o-fader</div>
|
<div class="label">Rex-o-fader</div>
|
||||||
<select id="angle">
|
<select id="angle">
|
||||||
<option value="133" selected>0</option>
|
<option value="133" selected>0 (Normal)</option>
|
||||||
<option value="66">1</option>
|
<option value="66">1 Stop</option>
|
||||||
<option value="33">2</option>
|
<option value="33">2 Stop</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<h2>BLUETOOTH</h2>
|
<h2>BLUETOOTH</h2>
|
||||||
|
|
Loading…
Reference in New Issue