1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Adding one more led function combination style.

This commit is contained in:
Dominic Clifton 2015-01-22 20:27:08 +01:00
parent 4f01c218b0
commit 822af2352e

View file

@ -65,6 +65,10 @@
background: linear-gradient(to bottom, #42c949 0%,#d2ff52 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-i { /* indicator */
background: yellow;
box-shadow: inset 0 0 30px rgba(0, 0, 0, .7);