mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Added warning for problematic setpoint transition values.
This commit is contained in:
parent
ba968fe940
commit
4699e580cf
4 changed files with 28 additions and 5 deletions
|
@ -111,11 +111,11 @@ input[type="number"]::-webkit-inner-spin-button {
|
|||
}
|
||||
|
||||
.message-positive {
|
||||
color: #ffbb00;
|
||||
color: #ffbb00 !important;
|
||||
}
|
||||
|
||||
.message-negative {
|
||||
color: red;
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.headerbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue