Don't use fade effect on labels.

This commit is contained in:
ahocevar
2012-05-25 13:31:43 +02:00
parent 1108433465
commit 5879a71f9c
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ html, body, #map {
#title, #tags, #shortdesc {
display: none;
}
.olTileImage {
.olLayerGrid .olTileImage {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;