Commit ccc315700530243a2cb45ae2a010984416a2b47e

Authored by Amrita Vishnoi
2 parents c16b1fde 9eeccea8

Merge branch 'Bugs_v17' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -544,12 +544,14 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
544 544  
545 545  
546 546 $rootScope.disableAnnotationToolBar = function () {
547   -
  547 +
  548 + $('#editstylebackgroundcolor .minicolors >.minicolors-swatch > .minicolors-swatch-color').css("background-color", "rgb(255,255,255)");
  549 + $('#outlineColor .minicolors >.minicolors-swatch > .minicolors-swatch-color').css("background-color", "rgb(0,0,0)");
548 550 document.getElementById('modelbackground').style.display = "none";
549 551 document.getElementById('modeleditstyle').style.display = "none";
550 552 //Edit Shape Style popup should open at it's default position
551 553 $("#modeleditstyle").css({ "left": "40%", "right": "0", "top": "70px" });
552   -
  554 +
553 555 }
554 556  
555 557  
... ...
400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -1547,8 +1547,7 @@
1547 1547 slide: function (event, ui) {
1548 1548  
1549 1549 $(".marginTopBtm10 .imgopacity").css("opacity", ui.value);
1550   - // $("#slider-value").html(ui.value);
1551   -
  1550 + $(".marginTopBtm10 div.outlinediv").css("opacity", ui.value);
1552 1551 }
1553 1552  
1554 1553 }
... ...