diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 23f90b2b..892a8af2 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -1440,7 +1440,7 @@
},
"ledStripHelp": {
- "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."
+ "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"
diff --git a/tabs/led_strip.css b/tabs/led_strip.css
index 37ae9e75..cec6f085 100644
--- a/tabs/led_strip.css
+++ b/tabs/led_strip.css
@@ -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 {
diff --git a/tabs/led_strip.html b/tabs/led_strip.html
index 98f7f52f..105cb8b3 100644
--- a/tabs/led_strip.html
+++ b/tabs/led_strip.html
@@ -87,7 +87,6 @@
-
LEDs without wire ordering number will not be saved.