add css, move switches to js

This commit is contained in:
dmacias72
2016-03-11 13:59:07 -07:00
parent 152270bd35
commit 2bd1bf50d1
4 changed files with 79 additions and 73 deletions

View File

@ -7,3 +7,10 @@
.switch-button-label.off {
color: inherit;
}
.uptodate {
color:#44B012;
white-space:nowrap;
}
.updateready {
white-space:nowrap;
}