From 822af2352e83c16a58188bb1d91a389f543e0fdd Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Thu, 22 Jan 2015 20:27:08 +0100 Subject: [PATCH] Adding one more led function combination style. --- tabs/led_strip.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tabs/led_strip.css b/tabs/led_strip.css index ff30ea8c..93206045 100644 --- a/tabs/led_strip.css +++ b/tabs/led_strip.css @@ -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);