DataBg.png of scheduler

I want to delete the background databg.png only on the unit view.


You can try to use the following approach:



.dhx_scale_holder.units{
background-image:none;
}








Thank you!!!