diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 6a2147f..1c3529f 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -297,6 +297,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
$rootScope.shapestyle = function (id) {
document.getElementById('modelbackground').style.display = "none";
+ document.getElementById('modeleditstyle').style.display = "none";
$rootScope.shapestyleOpacity = $("#" + id).css('opacity');
$rootScope.shapestyleFillColor = $("#" + id).parent().css('background-color');
@@ -319,15 +320,17 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
}
$rootScope.enableAnnotationToolBar = function () {
-
+
document.getElementById('modelbackground').style.display = "block";
- $("#editshapestyle").modal('show');
+ //$("#editshapestyle").modal('show');
+ document.getElementById('modeleditstyle').style.display = "block";
}
$rootScope.disableAnnotationToolBar = function () {
document.getElementById('modelbackground').style.display = "none";
+ document.getElementById('modeleditstyle').style.display = "none";
}
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
index 1c4f5b7..a1a30e1 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
+++ b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
@@ -55,19 +55,18 @@
display: none;
}
.customTooltip {
- background-color: #fff !important;
- color: #000 !important;
+ background: #333 !important;
+ color: #fff !important;
opacity: 0.9 !important;
-
}
.custom-tooltip {
- background-color: #fff;
+ background-color: #333;
border: 0 none;
- color: #000;
+ color: #fff !important;
left: -52px;
opacity: 0.9;
padding: 7px;
@@ -83,9 +82,9 @@
}
.custom-tooltip1 {
- background-color: #fff;
+ background-color: #333;
border: 0 none;
- color: #000;
+ color: #fff !important;
left: 52px;
opacity: 0.9;
padding: 7px;
@@ -101,9 +100,9 @@
}
.custom-tooltip2 {
- background-color: #fff;
+ background-color: #333;
border: 0 none;
- color: #000;
+ color: #fff !important;
right: 10px;
opacity: 0.9;
padding: 7px;