Using Round border in dhtmlxWindow

Hi All,

We are upgrading from the older version (dhtmlx 2.0) to 3.0 . Earlier we were using ‘clear_silver’ skin in dhtmlxWindow which supported round corners. I have browsed through customized skin builder ([url]http://dhtmlx.com/docs/products/skinBuilder/index.shtml[/url]) but couldn’t find the desired look and feel (round border). Could anyone please tell us how to achieve this with new dhtmlx framework.

Thanks in advance…

Hi,

there are not skins with rounded borders. Please check the following topic about border-radius usage:

viewtopic.php?f=5&t=18506#p58393

Thanks a lot!

setting border-radius (-moz-border-radius) property in css for
“dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_body_outer”
and
“.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_body_outer”
solved it.