fixing tabs
git-svn-id: http://svn.openlayers.org/trunk/openlayers@476 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -55,8 +55,8 @@ OpenLayers.Popup.AnchoredBubble.prototype =
|
|||||||
this.setRicoCorners(true);
|
this.setRicoCorners(true);
|
||||||
|
|
||||||
//set the popup color and opacity
|
//set the popup color and opacity
|
||||||
this.setBackgroundColor();
|
this.setBackgroundColor();
|
||||||
this.setOpacity();
|
this.setOpacity();
|
||||||
|
|
||||||
return this.div;
|
return this.div;
|
||||||
},
|
},
|
||||||
@@ -88,11 +88,11 @@ OpenLayers.Popup.AnchoredBubble.prototype =
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.div != null) {
|
if (this.div != null) {
|
||||||
if (this.contentDiv != null) {
|
if (this.contentDiv != null) {
|
||||||
this.div.style.background = "transparent";
|
this.div.style.background = "transparent";
|
||||||
Rico.Corner.changeColor(this.contentDiv, this.backgroundColor);
|
Rico.Corner.changeColor(this.contentDiv, this.backgroundColor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -106,7 +106,7 @@ OpenLayers.Popup.AnchoredBubble.prototype =
|
|||||||
if (this.div != null) {
|
if (this.div != null) {
|
||||||
if (this.contentDiv != null) {
|
if (this.contentDiv != null) {
|
||||||
Rico.Corner.changeOpacity(this.contentDiv, this.opacity);
|
Rico.Corner.changeOpacity(this.contentDiv, this.opacity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user