diff --git a/src/iotMapManager/css/markers.css b/src/iotMapManager/css/markers.css
index 8b1f27d7..bedc453d 100644
--- a/src/iotMapManager/css/markers.css
+++ b/src/iotMapManager/css/markers.css
@@ -15,11 +15,15 @@
/* markers.css */
.iotmap-markericon{
+ --marker-border-color: white;
position: relative;
width: 0px;
height: 0px;
box-sizing: border-box;
}
+.iotmap-markericon:hover {
+ --marker-border-color: black;
+}
.iotmap-markericon .iotmap-svgMarker {
position: absolute;
top:0px;
diff --git a/src/iotMapManager/css/shadows.css b/src/iotMapManager/css/shadows.css
index 54a2fe61..43166019 100644
--- a/src/iotMapManager/css/shadows.css
+++ b/src/iotMapManager/css/shadows.css
@@ -21,6 +21,7 @@
width:70px;
height: 26px;
z-index: 5;
+ pointer-events: none;
}
.iotmap-markericon .iotmap-selected-square-shadow {
@@ -30,6 +31,7 @@
width:70px;
height: 24px;
z-index: 5;
+ pointer-events: none;
}
.iotmap-markericon .iotmap-circle-shadow {
@@ -39,6 +41,7 @@
width: 66px;
height: 66px;
z-index: 5;
+ pointer-events: none;
}
.iotmap-markericon .iotmap-circle-pin-shadow {
@@ -48,6 +51,7 @@
width:70px;
height: 24px;
z-index: 5;
+ pointer-events: none;
}
.iotmap-markericon .iotmap-square-shadow {
@@ -57,6 +61,7 @@
width:70px;
height: 70px;
z-index: 5;
+ pointer-events: none;
}
.iotmap-markericon .iotmap-square-pin-shadow {
@@ -66,4 +71,5 @@
width:70px;
height: 26px;
z-index: 5;
+ pointer-events: none;
}
diff --git a/src/iotMapManager/src/iot-map-common-svg.ts b/src/iotMapManager/src/iot-map-common-svg.ts
index 074f62e1..d5ee445d 100644
--- a/src/iotMapManager/src/iot-map-common-svg.ts
+++ b/src/iotMapManager/src/iot-map-common-svg.ts
@@ -36,8 +36,8 @@ export const circle = {
selFunColour: `fill='white' r='19' cx='50' cy='50'/>