Tweak LED strip state button.

10.3.x-maintenance
Dominic Clifton 2015-03-29 15:57:09 +01:00
parent 7d52de5945
commit 3d822e836e
1 changed files with 13 additions and 6 deletions

View File

@ -188,13 +188,20 @@
.tab-led-strip .color-14 {}
.tab-led-strip .color-15 {}
.tab-led-strip .colors .btnOn {box-shadow: dimgray -1px -2px 3px;}
.tab-led-strip .colors button:hover {
border-color: inherit;
border-style: solid;
.tab-led-strip .directions button.btnOn,
.tab-led-strip .functions button.btnOn,
.tab-led-strip .colors .btnOn {
border-color: #000;
}
.tab-led-strip .colors button:hover {
border-color: inherit;
border-style: solid;
}
.tab-led-strip .directions .btnOn {
background: #FFF; color: #000;
}
.tab-led-strip .directions .btnOn {background: #FFF; color: #000;}
.tab-led-strip .indicators {
position: relative;