In 2013 Q3 we are getting borders applied to our fieldset elements in Office 2007 skin. The relevant CSS rule appears to be from Telerik.Web.UI.Skins.FormDecoratorLite.css:
Our form decorator declaration is:
Is there a change to how controls should be excluded, or is this a bug?
.RadForm fieldset { padding: 10px 15px; border-width: 1px; border-style: solid;}<telerik:RadFormDecorator ID="RadFormDecoratorMain" runat="server" DecoratedControls="All" ControlsToSkip="Fieldset"></telerik:RadFormDecorator>