X-Git-Url: https://svn.cri.mines-paristech.fr/git/Portfolio.git/blobdiff_plain/8a59623d303386b587ea30f8170cd0c66ec5d196..a87e98b12f6de3d0f3fbf0743b5c25549966a1ad:/skins/mosaique.js

diff --git a/skins/mosaique.js b/skins/mosaique.js
index 8bb2ac7..47b8d1e 100755
--- a/skins/mosaique.js
+++ b/skins/mosaique.js
@@ -135,7 +135,7 @@ Mosaique.prototype.prepareScreen = function() {
 		position = 'absolute';
 		width = this.screenWidth - this.margins['right'] + 'px';
 		height = this.screenHeight - this.margins['bottom'] + 'px';
-		background = base_properties["backgroundColor"];
+		background = base_properties["contentBackgroundColor"];
 		overflow = 'hidden';
 	}
 	this.screenArea.insertBefore(mask, this.screenArea.firstChild);