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);