better highlight current level in levelselector (thanks to @saerdnaer)

This commit is contained in:
Laura Klünder 2017-11-24 20:56:09 +01:00
parent f0f6cb4547
commit 14d49bf2a1

View file

@ -499,5 +499,6 @@ main:not([data-view=route-result]) #route-summary {
padding: 0 3px;
}
.leaflet-control-levels a.current {
font-weight:bold;
font-weight: bold;
background-color: #eeeeee;
}