mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Color for vtx ready status (#3422)
* VTX ready change if device get ready * minor change * removed class from translated string * Use of css way * Now use CSS style * reduce size of main.less * xVx
This commit is contained in:
parent
8d5533bbd0
commit
b523f0a0ac
8 changed files with 68 additions and 56 deletions
|
@ -1715,19 +1715,15 @@ dialog {
|
|||
height: auto;
|
||||
}
|
||||
}
|
||||
.fixtrue {
|
||||
background-color: #56ac1d;
|
||||
padding: 2px 5px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
}
|
||||
.fixfalse {
|
||||
background-color: #e60000;
|
||||
padding: 2px 5px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
.colorToggle {
|
||||
background-color: #e60000;
|
||||
padding: 2px 5px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
&.ready {
|
||||
background-color: #56ac1d;
|
||||
}
|
||||
}
|
||||
.buildInfoBtn {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue