fixing tabs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@476 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-31 23:28:38 +00:00
parent 42277961da
commit 08b8a7af76

View File

@@ -54,9 +54,9 @@ OpenLayers.Popup.AnchoredBubble.prototype =
this.setRicoCorners(true);
//set the popup color and opacity
this.setBackgroundColor();
this.setOpacity();
//set the popup color and opacity
this.setBackgroundColor();
this.setOpacity();
return this.div;
},
@@ -88,11 +88,11 @@ OpenLayers.Popup.AnchoredBubble.prototype =
}
if (this.div != null) {
if (this.contentDiv != null) {
this.div.style.background = "transparent";
if (this.contentDiv != null) {
this.div.style.background = "transparent";
Rico.Corner.changeColor(this.contentDiv, this.backgroundColor);
}
}
}
},
/**
@@ -106,7 +106,7 @@ OpenLayers.Popup.AnchoredBubble.prototype =
if (this.div != null) {
if (this.contentDiv != null) {
Rico.Corner.changeOpacity(this.contentDiv, this.opacity);
}
}
}
},