From 4ce6036d685a7fd8629cdbe83012255b283b0dfb Mon Sep 17 00:00:00 2001 From: gilbN Date: Wed, 8 Jan 2020 18:50:46 +0100 Subject: [PATCH] nzbget table even bg color --- CSS/themes/nzbget/nzbget-base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSS/themes/nzbget/nzbget-base.css b/CSS/themes/nzbget/nzbget-base.css index b4052c91..5690fcd6 100644 --- a/CSS/themes/nzbget/nzbget-base.css +++ b/CSS/themes/nzbget/nzbget-base.css @@ -69,6 +69,9 @@ body { .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: transparent; } +.table-striped tbody tr:nth-child(even) { + background-color: rgba(0, 0, 0, 0.08); +} .table tbody tr:hover, .table tbody tr:hover td, .table tbody tr:hover a { color: white; background-color: hsla(0,0%,100%,.08);