From c4667505c7aad68cf18d47c2f0698cf5b44dae05 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 30 Jun 2016 11:28:45 +0200 Subject: [PATCH] style alternate rows on the table --- customize.dist/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize.dist/index.html b/customize.dist/index.html index 7ca0974f7..0f8f41659 100644 --- a/customize.dist/index.html +++ b/customize.dist/index.html @@ -61,6 +61,9 @@ tbody td:last-child, thead th:last-child { border-right: none; } + tbody tr:nth-child(even) { + background-color: #ddd; + } .remove { cursor: pointer;