From fdc9214b10cdf61361cf257499e1142dcbd6e56e Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 18 Apr 2023 09:39:39 +0200 Subject: [PATCH] Add background to thead --- nummi/main/static/main/css/plot.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nummi/main/static/main/css/plot.css b/nummi/main/static/main/css/plot.css index a3db30c..4109c6b 100644 --- a/nummi/main/static/main/css/plot.css +++ b/nummi/main/static/main/css/plot.css @@ -3,6 +3,9 @@ width: 100%; table-layout: auto; } +.plot thead { + background: var(--bg-01); +} .plot col.desc, .plot col.value {width: 8rem} .plot col.icon {width: 1ch} .plot tr {