From deaa85b6215a9d643834a00f64202b0efc758b76 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 20 Feb 2026 23:22:03 +0100 Subject: Show metadata sources --- ui/client-style/src/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/client-style/src/layout.css') diff --git a/ui/client-style/src/layout.css b/ui/client-style/src/layout.css index a7f0b28..6eeea1c 100644 --- a/ui/client-style/src/layout.css +++ b/ui/client-style/src/layout.css @@ -141,10 +141,10 @@ summary h3 { width: max(10em, 40%); } -table.striped tr:nth-child(2n) { +table tr:nth-child(2n) { background-color: #fff2; } -table.striped td { +table td { border: none; padding: 5px; } -- cgit v1.3