or
<style type="text/css"> .RadMenu_Simple .rmText { font-size: 12pt !important; } </style>How do you prevent the entry portion from resizing vertically when you add entries. I would like it to overflow to the right and allow the user to scroll over.
Here's what I've tried: (RadAutoCompleteBoxPopup is class applied to control)
.RadAutoCompleteBoxPopup .racInput { overflow: scroll !important; max-height: 25px !important; }
I would also like to be able to style the tokens as a whole. Is this possible?


<telerik:RadGrid ID="myRadGrid" runat="server" Width="98%" BorderWidth="1px" CellPadding="6" GridLines="None" BorderColor="#404040" Skin="Web20"><ExportSettings ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true" FileName="Inventory" Excel-Format="Biff" ></ExportSettings>.rfdTextbox.RadForm input[type='text'].rfdDecorated, .rfdTextbox.RadForm input[type='search'].rfdDecorated, .rfdTextbox.RadForm input[type='url'].rfdDecorated, .rfdTextbox.RadForm input[type='tel'].rfdDecorated, .rfdTextbox.RadForm input[type='email'].rfdDecorated { width: 240px!important; }