mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
GPS tab: New design for gps Status / Quality (#3566)
* small fixes * Ajust Colours when translated * new design * new design * new design * new design * new design * new design * new design
This commit is contained in:
parent
5f13c076f7
commit
bb76112c99
4 changed files with 27 additions and 19 deletions
|
@ -1725,13 +1725,22 @@ dialog {
|
|||
}
|
||||
}
|
||||
.colorToggle {
|
||||
background-color: #e60000;
|
||||
background-color: #ff0000;
|
||||
padding: 2px 5px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
&.low {
|
||||
background-color: #808080;
|
||||
}
|
||||
&.notReady {
|
||||
background-color: #ffcc3f;
|
||||
}
|
||||
&.locked {
|
||||
background-color: #ff9500;
|
||||
}
|
||||
&.ready {
|
||||
background-color: #56ac1d;
|
||||
background-color: #008000;
|
||||
}
|
||||
}
|
||||
.buildInfoBtn {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue