From 49ef3958c5d87c2ca934000c1c136487dbc57fb1 Mon Sep 17 00:00:00 2001 From: Kevin Reese Date: Thu, 5 Jun 2014 11:58:20 -0700 Subject: [PATCH] restore bg-color for New Topic / New Post rows in Topic-List Categories table --- app/assets/stylesheets/desktop/topic-list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 2dac087cf12..ec0cd4435a2 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -233,10 +233,10 @@ th.posts { position: relative; } - tbody tr:nth-child(odd) { + > tbody > tr:nth-child(odd) { background-color: darken($secondary, 3%); } - tbody tr:nth-child(even) { + > tbody > tr:nth-child(even) { background-color: $secondary; } th .toggle-admin {