From 38ee4721c722930d62a08aab1fbb8bbed98e16ac Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Feb 2024 17:42:08 +0000 Subject: If we want table stripes... --- ui/static/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 8070c56..8fe670d 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -61,6 +61,11 @@ table#home-summary-table thead th:nth-child(1) { width: 10%; } +/* If we want stripes... */ +/* tbody tr:nth-child(odd) { */ +/* background-color: rgb(0 0 0 / 5%); */ +/* } */ + /* table#home-summary-table thead th:nth-child(2) { */ /* width: 6%; */ /* } */ -- cgit v1.2.3