From 8fdd0370d3126fe83c1c3456337440157e2cb6de Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 11 May 2016 00:56:05 +0000 Subject: [PATCH] Use liveness to control command button color. --- server/static/control.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/server/static/control.css b/server/static/control.css index 24c5af8..dcf7827 100644 --- a/server/static/control.css +++ b/server/static/control.css @@ -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; }