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 {