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; text-align: right;
} }
instanceSection.live hostname {
color: #3299bb;
}
volumeID { volumeID {
cursor: pointer; cursor: pointer;
} }
reboot { instanceSection.live reboot {
cursor: pointer; cursor: pointer;
color: #3299bb; color: #3299bb;
} }