From 5307a48b2cde1be522ed465558637ba83f274f73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Pin?= Date: Sun, 2 Mar 2014 17:02:53 +0100 Subject: [PATCH] =?utf8?q?La=20couleur=20d'arri=C3=A8re=20plan=20du=20cont?= =?utf8?q?enu=20est=20plus=20indiqu=C3=A9e=20pour=20le=20fond=20des=20tuil?= =?utf8?q?es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/mosaique.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1