visibly disable show current location button on non-mobileclients
This commit is contained in:
parent
c625e135a5
commit
fce60cf8c3
1 changed files with 3 additions and 0 deletions
|
@ -717,6 +717,9 @@ main:not([data-view=route-result]) #route-summary {
|
||||||
.leaflet-control-user-location a {
|
.leaflet-control-user-location a {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
body:not(.mobileclient) .leaflet-control-user-location a {
|
||||||
|
color: #BBBBBB;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#modal {
|
#modal {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue