Use liveness to control command button color.

This commit is contained in:
Ian Gulliver
2016-05-11 00:56:05 +00:00
parent da27533c68
commit 8fdd0370d3

View File

@@ -42,15 +42,11 @@ hostname, lastReport, uptime, timestamp, volumeID, reboot {
text-align: right;
}
instanceSection.live hostname {
color: #3299bb;
}
volumeID {
cursor: pointer;
}
reboot {
instanceSection.live reboot {
cursor: pointer;
color: #3299bb;
}