* changes netgis map client menu background to matching color scheme for konova
This commit is contained in:
mpeltriaux 2025-05-09 16:59:34 +02:00
parent f57306eb72
commit c01518b675

View File

@ -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;
}