assets/air-monkey-hook.js in scms-4.1.1 vs assets/air-monkey-hook.js in scms-4.1.2

- old
+ new

@@ -44,10 +44,10 @@ .attr("title", "Double click to edit") .mouseover(function() { if ($.trim($this.html()) === "") $this.html(addTextMsg); $(this).css({ - backgroundColor: 'AliceBlue', + backgroundColor: '#FFFFE0', cursor: 'pointer' }); }) .mouseout(function() { if ($.trim($this.html()) === addTextMsg) \ No newline at end of file