Cell's background color

Hi.

How can I change the cell’s background color.
The default color is white, but I need to change this color to another.

Thanks

Nelson.

Hi,

you may redefine default color by dhxcont_global_content_area css class:

<style> .dhxcont_global_content_area{ background-color: #f0f0f0 !important; } </style>

OK
Perfect
This works fine.

Thank you.

I need the solution for window’s background too.

Thanks

.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_body_outer div.dhtmlx_wins_body_inner { background-color: #FFFFFF !important; }

Perfect.

Thank you