Oops missed the CSS for the lightswitches

This commit is contained in:
james 2010-05-28 12:00:09 +00:00
parent a586ad8e93
commit d779a6ea27

View File

@ -443,4 +443,12 @@ div.ui-tabs ul.ui-tabs-nav {
text-align: right;
}
.switchon {
background-color: green;
color: white;
}
.switchoff {
background-color: red;
color: white;
}