The way i've hacked this to solve it is that I've added css:
.pane, .view {
background: transparent;
}
.view-container {
//set this to your default background color or image:
background: url('bg-pattern.png');
}
The way i've hacked this to solve it is that I've added css:
.pane, .view {
background: transparent;
}
.view-container {
//set this to your default background color or image:
background: url('bg-pattern.png');
}