setrowcolor in grid in window

hi



we have noticed a problem and dont think it is with our code:



we created a grid inside a window and tried to set the row color and it doesnt work. we have tried to set the row colours of grids in an accordion and works fine. we even copied and poasted the code and it stopped working.



here is the code, the problem with the code is that the row colours we are trying to set the rows to is not working and they are still showing in white and blue alternate colours, thanks for any help




Hi,


The issue was fixed in the latest window version.


Which skin do you use ?


We have attached the latest version on the dhx_blue window skin.


Hi,


The issue was fixed in the latest window version.


Which window skin do you use ?



We have attached the fixed version of dhx_blue skin. If you use another, please, comment the following classes in the css file.

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


dhtmlxwindows_dhx_blue.css (23.6 KB)

yes we use blue

thanks