From 6dc3a22f75cabde1ea2083107c1100ffc1ae8cc5 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 3 Jul 2011 12:02:33 -0700 Subject: [PATCH] Series Grid alternating row colours. Removed Blueprints alternating row colours. --- NzbDrone.Web/Content/Blueprint/screen.css | 4 ++-- NzbDrone.Web/Views/Series/Index.cshtml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Web/Content/Blueprint/screen.css b/NzbDrone.Web/Content/Blueprint/screen.css index b35fc347f..a66a8f804 100644 --- a/NzbDrone.Web/Content/Blueprint/screen.css +++ b/NzbDrone.Web/Content/Blueprint/screen.css @@ -243,10 +243,10 @@ th, td, caption { padding: 4px 10px 4px 5px; } -tbody tr:nth-child(even) td, tbody tr.even td +/*tbody tr:nth-child(even) td, tbody tr.even td { background: #e5ecf9; -} +}*/ tfoot { font-style: italic; diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index de912c029..483d892e5 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -40,6 +40,11 @@ Series height: 100%; text-align: center; } + + .t-grid .t-alt + { + background: #E5ECF9; + } @section ActionMenu{ @{Html.RenderPartial("SubMenu");}