.olTileReplacing is on the parent of .olTileImage when using frame

This commit is contained in:
ahocevar
2013-05-14 10:06:46 +02:00
committed by Bart van den Eijnden
parent 1223ea339d
commit 449b85966e

View File

@@ -506,7 +506,7 @@ a.olControlZoomOut {
}
/* when replacing tiles, do not show tile and backbuffer at the same time */
.olTileImage.olTileReplacing {
.olTileReplacing {
display: none;
}