1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Improvements to analytics collection.

This commit is contained in:
mikeller 2018-08-12 20:19:02 +12:00
parent 5a3bda615d
commit 6b7ac3e542
7 changed files with 122 additions and 10 deletions

View file

@ -1473,6 +1473,12 @@ dialog {
transition: none;
}
.connect_b a.connect.disabled {
background-color: #808080;
pointer-events: none;
cursor: default;
}
.connect_b a.connect {
background-color: #ffbb00;
border: 1px solid #dba718;