Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Adam on Sep 08, 2009 21:28
open dhtmlx forum
Tree Default Font Size in Sky_Blue Theme

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!
Answer posted by Support on Sep 09, 2009 02:58
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;
}