diff --git a/tabs/led_strip.css b/tabs/led_strip.css index 821ce1f6..7594678a 100644 --- a/tabs/led_strip.css +++ b/tabs/led_strip.css @@ -20,12 +20,12 @@ .tab-led-strip .mainGrid .gPoint { float: left; - border: solid 2px #000; + border: solid 2px #ADADAD; width: 28px; height: 28px; margin: 3px; border-radius: 7px; - background: rgba(0,0,0,.3); + background: #ececec;; cursor: pointer; } @@ -52,9 +52,9 @@ } .tab-led-strip .gPoint.mode-a { /* Armed Mode */ - background: blue; + background: rgb(52, 155, 255); box-shadow: inset 0 0 30px rgba(0, 0, 0, .7); - border-color: blue; + border-color: rgb(52, 155, 255); } .tab-led-strip .gPoint.mode-t { /* Armed Mode */ @@ -99,7 +99,7 @@ } .gridWire .gPoint { - background: #333 !important; + background: #CAFFCD !important; } /*function buttons*/ @@ -226,6 +226,7 @@ width: 100%; height: 160px; } + .tab-led-strip .tempOutput { color: #fff; background: rgba(0,0,0,.2); @@ -257,7 +258,6 @@ float: right; text-align: center; font-size: 14px; - } .tab-led-strip .wires-remaining div { @@ -280,7 +280,7 @@ .tab-led-strip .ui-selecting { box-shadow: inset 0 0 30px rgba(255, 255, 255, .7) !important; - border: solid 2px #c0c0c0 !important; + border: solid 2px #000 !important; } .tab-led-strip .ui-selectable-helper {