Reduce popup borders for a more modern look

Signed-off-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Fabian Bläse 2019-09-03 12:50:23 +02:00 committed by Adrian Schmutzler
parent ccb5bb020f
commit 37b185afd1
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
cursor: grabbing;
}
.leaflet-popup-content-wrapper {
border-radius: 6px;
}
.popup-headline {
font-size: 150%;
}