mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Led Stip CSS cleanup
This commit is contained in:
parent
71b3c3e2a4
commit
dc786c42c5
3 changed files with 6 additions and 4 deletions
|
@ -1440,7 +1440,7 @@
|
|||
},
|
||||
|
||||
"ledStripHelp": {
|
||||
"message": "The flight controller can control colors and effects of individual LEDs on a strip.<br />Configure LEDs on the grid, configure wiring order then attach LEDs on your aircraft according to grid positions."
|
||||
"message": "The flight controller can control colors and effects of individual LEDs on a strip. Configure LEDs on the grid, configure wiring order then attach LEDs on your aircraft according to grid positions. LEDs without wire ordering number will not be saved."
|
||||
},
|
||||
"ledStripButtonSave": {
|
||||
"message": "Save"
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
float: left;
|
||||
margin-right: 10px;
|
||||
border-radius: 3px;
|
||||
background-color: #dcdcdc;
|
||||
border: silver;
|
||||
}
|
||||
|
||||
.tab-led-strip .mainGrid .gPoint {
|
||||
|
@ -26,7 +28,7 @@
|
|||
height: 23px;
|
||||
margin: 3px;
|
||||
border-radius: 7px;
|
||||
background: #ececec;;
|
||||
background: #e9e9e9;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -182,7 +184,7 @@
|
|||
.tab-led-strip .functions .function-w.btnOn {background: red;}
|
||||
.tab-led-strip .functions .function-f.btnOn {background: rgb(50, 205, 50);}
|
||||
.tab-led-strip .functions .function-i.btnOn {background: yellow; color: #333;}
|
||||
.tab-led-strip .functions .function-a.btnOn {background: blue;}
|
||||
.tab-led-strip .functions .function-a.btnOn {background: #0084ff;}
|
||||
.tab-led-strip .functions .function-t.btnOn {background: orange;}
|
||||
.tab-led-strip .functions .function-r.btnOn {background: #acacac;}
|
||||
.tab-led-strip .functions .function-c.btnOn {
|
||||
|
@ -326,6 +328,7 @@
|
|||
font-size: 40px;
|
||||
color: #ffbb00;
|
||||
margin-bottom: -5px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.tab-led-strip .wires-remaining.error div {
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
<button class="funcWireClearSelect w50">Clear selected</button>
|
||||
<button class="funcWireClear w50">Clear ALL Wiring</button>
|
||||
</div>
|
||||
<p>LEDs without wire ordering number will not be saved.</p>
|
||||
</div>
|
||||
<div class="clear-both"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue