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:
parent
5a3bda615d
commit
6b7ac3e542
7 changed files with 122 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue