Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Hendrix <Jeff.Hendrix@wdc.com>2021-11-20 02:13:40 +0300
committerJeff Hendrix <Jeff.Hendrix@wdc.com>2021-11-20 02:13:40 +0300
commitb032fac62d84648c9901cc748bc25f07f4437816 (patch)
tree27d78de892cc9fa22b31106bd61f8f2a5e252d28 /src
parent2730bfdd69271e291d9fc116436b7f333cd372d4 (diff)
Add support to configure LED strip to modify color with RC channel
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/led_strip.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/css/tabs/led_strip.css b/src/css/tabs/led_strip.css
index 5f1f4788..639251b2 100644
--- a/src/css/tabs/led_strip.css
+++ b/src/css/tabs/led_strip.css
@@ -74,6 +74,12 @@
border-color: rgb(52, 155, 255);
}
+.tab-led-strip .gPoint.function-h { /* Channel */
+ background: skyblue;
+ box-shadow: inset 0 0 30px rgba(0, 0, 0, .7);
+ border-color: black;
+}
+
.tab-led-strip .gPoint.function-c .overlay-color,
.tab-led-strip .gPoint.function-r .overlay-color {
float: left;
@@ -210,6 +216,7 @@
.tab-led-strip .select .function-g { background: green;}
/* .tab-led-strip .select .function-b { background: white; color:black;} */
.tab-led-strip .select .function-r { background: #acacac;}
+.tab-led-strip .select .function-h { background: skyblue;}
.tab-led-strip .select .functionSelect option {
background: white;