mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 17:55:24 +03:00
auto-connect UI (js todo)
This commit is contained in:
parent
d635fe0bde
commit
fb4ceb5254
2 changed files with 8 additions and 2 deletions
|
@ -88,6 +88,11 @@ a:hover {
|
||||||
#port-picker a.connect.active:hover {
|
#port-picker a.connect.active:hover {
|
||||||
background-color: #13d81d;
|
background-color: #13d81d;
|
||||||
}
|
}
|
||||||
|
#port-picker .auto_connect {
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
#sensor-status {
|
#sensor-status {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="connect" href="#" title="">Connect</a>
|
<a class="connect" href="#" title="">Connect</a>
|
||||||
|
<input class="auto_connect" type="checkbox" title="Auto-Connect" checked="checked"/>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue