Found a fix for the right rounded corners. Here's a patch for LayerSwitcher.js

Regards,
Adrian
--- LayerSwitcher.js	2010-07-19 10:24:26.000000000 +0300
+++ LayerSwitcherNew.js	2010-07-19 10:24:20.000000000 +0300
@@ -531,7 +531,7 @@ OpenLayers.Control.LayerSwitcher = 
 
         if(this.roundedCorner) {
             OpenLayers.Rico.Corner.round(this.div, {
-                corners: "tl bl",
+                corners: "tl bl tr br",
                 bgColor: "transparent",
                 color: this.roundedCornerColor,
                 blend: false
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to