mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +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
|
@ -87,7 +87,12 @@ a:hover {
|
|||
}
|
||||
#port-picker a.connect.active:hover {
|
||||
background-color: #13d81d;
|
||||
}
|
||||
}
|
||||
#port-picker .auto_connect {
|
||||
position: absolute;
|
||||
|
||||
margin-top: 4px;
|
||||
}
|
||||
#sensor-status {
|
||||
float: right;
|
||||
|
||||
|
|
|
@ -69,7 +69,8 @@
|
|||
</select>
|
||||
</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>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue