Improvements for Android: no buggy tile transitions, no flicker when tapping.

This commit is contained in:
ahocevar
2012-06-02 22:18:49 +02:00
parent df64798bbb
commit 8b2bab9d51
2 changed files with 15 additions and 11 deletions
+3
View File
@@ -5,6 +5,9 @@ html, body, #map {
}
#map {
cursor: move;
background-color: #CCCCCC;
/* no highlighting of the map area when tapping the map on touch devices */
-webkit-tap-highlight-color: transparent;
}
#title, #tags, #shortdesc {
display: none;