1
0
Fork 0
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:
cTn 2013-12-29 10:57:06 +01:00
parent d635fe0bde
commit fb4ceb5254
2 changed files with 8 additions and 2 deletions

View file

@ -87,7 +87,12 @@ 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;

View file

@ -69,7 +69,8 @@
</select> </select>
</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>