From 542ddbc78179763973f84179343c43894af3d2af Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Mon, 26 Dec 2022 17:50:03 +0100 Subject: [PATCH] Update theme Set background color of table header to theme color --- nummi/main/static/main/css/table.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nummi/main/static/main/css/table.css b/nummi/main/static/main/css/table.css index 20f3dca..edec06e 100644 --- a/nummi/main/static/main/css/table.css +++ b/nummi/main/static/main/css/table.css @@ -4,7 +4,6 @@ border-radius: var(--radius); overflow: hidden; border-bottom: var(--border) solid var(--theme); - border-top: var(--border) solid var(--theme); } .table.col2 {grid-template-columns: repeat(2, auto)} .table.col3 {grid-template-columns: repeat(3, auto)} @@ -28,7 +27,7 @@ .table > div.w> * {background: var(--bg)} .table > div.header > * { - background: var(--bg-inv); + background: var(--theme); } .table > div > .center {