I have this
but the CSS has no effect on the format?
<style type="text/css"> html .RadTreeView_Default, html .RadTreeView_Default a.rtIn, html .RadTreeView_Default .rtEdit .rtIn input { font-family: arial !important; font-size: 8pt !important; color: red !important; } </style>and my simple tree
<telerik:RadTreeView ID="RadTreeView1" runat="server" Width="300px" style="white-space:normal" OnClientNodeExpanded="rtvExplore_OnNodeExpandedCollapsed" OnClientNodeCollapsed="rtvExplore_OnNodeExpandedCollapsed" > </telerik:RadTreeView>
but the CSS has no effect on the format?