From 5c9479447846f25eeb48066d051548089ae846ac Mon Sep 17 00:00:00 2001 From: AlexanderGeere Date: Tue, 12 Nov 2024 15:06:27 +0200 Subject: [PATCH] css build --- public/css/ui.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/css/ui.css b/public/css/ui.css index 6120070c1..f056e2428 100644 --- a/public/css/ui.css +++ b/public/css/ui.css @@ -1436,6 +1436,15 @@ label.checkbox { margin-top: 5px; } } +.layer-view { + & .layer-view { + > .header { + h2 { + font-weight: normal; + } + } + } +} .drawer.layer-group { padding-left: 3px; padding-right: 3px; @@ -1444,6 +1453,11 @@ label.checkbox { padding-left: 4px; padding-right: 4px; } + & .layer-view { + h2 { + font-weight: normal; + } + } } #layers > .drawer.layer-group .drawer.layer-view { background: var(--color-light);