From f6fb769b69a4add2b2e273eb128b54e17ad5e42d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 3 Oct 2013 16:12:42 -0700 Subject: [PATCH] Add nth-child coloring for list rows --- ui/stylesheets/csui/_list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/stylesheets/csui/_list.scss b/ui/stylesheets/csui/_list.scss index f82bd89071c..1a7e2c95c09 100644 --- a/ui/stylesheets/csui/_list.scss +++ b/ui/stylesheets/csui/_list.scss @@ -38,6 +38,10 @@ &:not(.empty) { border-bottom: 1px solid #ccc; } + + &:nth-child(even) { + background: lighten(#ccc, 17%); + } } tr td {