Avoid transparent OpenLayers content on top of Google layer

This commit is contained in:
ahocevar
2012-12-08 01:53:44 +01:00
parent 1b1e90c268
commit 64508c741e

View File

@@ -28,6 +28,10 @@ div.olLayerDiv {
.olLayerGoogleV3.olLayerGooglePoweredBy {
bottom: 15px !important;
}
/* GMaps should not set styles on its container */
.olForeignContainer {
opacity: 1 !important;
}
.olControlAttribution {
font-size: smaller;
right: 3px;