Dataview and Backgroud

Hello. I have observed that with the new update 6.3.3 the dataview container is full and with white background. Is there any way to make this background transparent, change white color or insert a image?

tks in advance

You can do it with the css.
Like:

.dhx_dataview{
background-color: black;
}

for the dataview background, and

.dhx_dataview-item{
background-color: white;
}

for the dataview cell background