mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Updating LED strip color combinations.
This commit is contained in:
parent
bb13699b48
commit
d045deb28f
1 changed files with 5 additions and 1 deletions
|
@ -62,13 +62,17 @@
|
|||
}
|
||||
|
||||
.tab-led-strip .gPoint.function-i.function-w {
|
||||
background: linear-gradient(to bottom, #42c949 0%,#d2ff52 50%,#ff5454 50%,#ba3535 100%);
|
||||
background: linear-gradient(to bottom, yellow 0%,yellow 50%,#ff5454 50%,#ba3535 100%);
|
||||
}
|
||||
|
||||
.tab-led-strip .gPoint.function-f.function-w {
|
||||
background: linear-gradient(to bottom, rgb(50, 205, 50) 0%,rgb(50, 205, 50) 50%,#ff5454 50%,#ba3535 100%);
|
||||
}
|
||||
|
||||
.tab-led-strip .gPoint.function-f.function-t {
|
||||
background: linear-gradient(to bottom, rgb(50, 205, 50) 0%,rgb(50, 205, 50) 50%,orange 50%,orange 100%);
|
||||
}
|
||||
|
||||
.tab-led-strip .gPoint.function-i { /* indicator */
|
||||
background: yellow;
|
||||
box-shadow: inset 0 0 30px rgba(0, 0, 0, .7);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue