1
0
Fork 0
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:
mikeller 2018-06-05 00:34:20 +12:00
parent ba968fe940
commit 4699e580cf
4 changed files with 28 additions and 5 deletions

View file

@ -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 {