visibly disable show current location button on non-mobileclients

This commit is contained in:
Laura Klünder 2017-12-26 02:04:47 +01:00
parent c625e135a5
commit fce60cf8c3

View file

@ -717,6 +717,9 @@ main:not([data-view=route-result]) #route-summary {
.leaflet-control-user-location a {
font-size: 20px;
}
body:not(.mobileclient) .leaflet-control-user-location a {
color: #BBBBBB;
}
#modal {