From c01518b675c4a349279405a69bc74994dca18387 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Fri, 9 May 2025 16:59:34 +0200 Subject: [PATCH] # CSS * changes netgis map client menu background to matching color scheme for konova --- konova/static/css/konova.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/konova/static/css/konova.css b/konova/static/css/konova.css index b365076f..0c872967 100644 --- a/konova/static/css/konova.css +++ b/konova/static/css/konova.css @@ -278,4 +278,14 @@ Similar to bootstraps 'shadow-lg' } .alert{ margin-bottom: 0 !important; +} + +/* +Overwrites netgis.css attributes + */ +.netgis-gradient-a{ + /* + Overwrites gradient used on default css of netgis map client + */ + background: var(--rlp-red) !important; } \ No newline at end of file