Minor style adjustment for paused VMs

This commit is contained in:
bergware
2018-05-13 10:48:49 +02:00
parent 22e444a5f2
commit 5b9725830f
@@ -671,7 +671,7 @@ table.tablesorter.domsnap td:last-child{width:96px;padding:0;}
}
img.started{opacity: 1.0;}
img.stopped{opacity: 0.3;}
img.paused{opacity: 1.0;}
img.paused{opacity: 0.6;}
.started{color:#009900;}
.stopped{color:#EF3D47;}
.paused{color:#F0DD33;}