opacity on locate unavailable button

This commit is contained in:
Laura Klünder 2017-12-24 05:50:15 +01:00
parent 829b118e27
commit 5a034dc1fa

View file

@ -784,6 +784,9 @@ main:not([data-view=route-result]) #route-summary {
body:not(.mobileclient) .share-ui p {
display: none;
}
body:not(.mobileclient) .locationinput.empty .locate {
opacity: 0.4;
}
main > .share-ui, #reload-msg, #app-ad {
display: none;
}