Hi guys. One last question (hopefully) on the new 2.5 library. It looks like the tree is rendering with a smaller font than with the old blue theme. Is there any way to set the font size back to the slightly larger font size?
Thanks!
You can add the next css rule to the page ( or to the end of dhtmlxtree.css )
.dhxtree_dhx_skyblue .standartTreeRow{
font-size:12px !important;
}