From: Stephen Cameron Date: Tue, 10 Oct 2017 09:37:24 +0000 (+0200) Subject: Fix #1733 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d6ee5eb18ded25848c0583c32235bbfcf2aa9e53;p=fluidbook-html5.git Fix #1733 @0.25 --- diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index 104ae063..ee4b6121 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -338,7 +338,7 @@ FluidbookHelp.prototype = { 'left': Math.round(box.left), 'width': Math.round(box.width), 'height': Math.round(box.height), - 'background': baseElement.css('background').replace('off.svg', 'on.svg'), // Show the "on" state if not already set + 'backgroundImage': baseElement.css('backgroundImage').replace('off.svg', 'on.svg'), // Show the "on" state if not already set 'backgroundSize': 'contain' })[0].outerHTML;