Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mark Ritter on Feb 18, 2009 12:02
open dhtmlx forum
Grid & Window css

Is there any new progress on the css conflict with having an xGrid inside an xWindow to show the alternating line colors?
Answer posted by Support on Feb 19, 2009 02:32
The issue can be hot-fixed in next way 

edit dhtmlxwindows_dhx_blue.css and remove next lines

div.dhtmlx_window_active table.dhtmlx_wins_dhx_blue td {
 background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_dhx_blue td {
 background: none;
}

Oncoming release ( planed on Feb 26 ) will have similar modification.