From d045deb28f12b691f352b3fb9c0797f7fba3ffff Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Thu, 22 Jan 2015 21:53:34 +0100 Subject: [PATCH] Updating LED strip color combinations. --- tabs/led_strip.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tabs/led_strip.css b/tabs/led_strip.css index 93206045e4..ce75a32973 100644 --- a/tabs/led_strip.css +++ b/tabs/led_strip.css @@ -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);