Merge pull request #788 from ahocevar/no-opacity

Rework of Google layer leads to map div transparency. r=@bartvde
This commit is contained in:
ahocevar
2012-12-10 00:49:54 -08:00

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;