I am trying to set a background color for a fieldset in Telerik with the below code.
Can someone point me in right direction, or have any other ideas?
.RadForm_Office2007.rfdFieldset fieldset
{
border: solid 1px #080808;
background-color:yellow !important;
}
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server"
DecoratedControls="Fieldset" Skin="Office2007"/>
<fieldset style="float: left; width: 280px;">
<legend>Grid
</legend>
<telerik:RadTextBox runat="server"></telerik:RadTextBox>
</fieldset>