From 449b85966e9f4f79b0aed0525fe5a837b5234b87 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 14 May 2013 10:06:46 +0200 Subject: [PATCH] .olTileReplacing is on the parent of .olTileImage when using frame --- theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/default/style.css b/theme/default/style.css index c523a46295..cbed84e8c4 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -506,7 +506,7 @@ a.olControlZoomOut { } /* when replacing tiles, do not show tile and backbuffer at the same time */ -.olTileImage.olTileReplacing { +.olTileReplacing { display: none; }