From 3c143a6349e0fec0c9c20233ce881205cb49ce68 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 18 Jul 2022 01:30:30 +0200 Subject: [PATCH] Fix invalid CSS syntax Signed-off-by: Ferdinand Thiessen --- static/css/screen.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/css/screen.css b/static/css/screen.css index 6e2a905..ce5ba8b 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -414,11 +414,9 @@ table tbody > tr:nth-child(odd) > th { background-color: #f6f6f6; } -table.plain { - tbody > tr:nth-child(odd) > td, - tbody > tr:nth-child(odd) > th { +table.plain tbody > tr:nth-child(odd) > td, +table.plain tbody > tr:nth-child(odd) > th { background: transparent; - } } li {