Apply a background color to every other VM, and move the power button to the left,
[invirt/packages/invirt-web.git] / code / static / style.css
index 35bc5df..7646d22 100644 (file)
@@ -73,3 +73,8 @@ td.error {
 .loggedin .name {
   font-weight: bold;
 }
+
+/* Striping applied (by JavaScript) to every other row in /list. */
+tr.stripedrow {
+  background-color: #DDF;
+}