Hi
I am using RadTextBox and a regular asp.net button with a form
decorator on the page set to use the skin 'black' . (I did not find a
RadButton in the kit) . I need to modify the Text color to match the
website's colors, but I can't seem to achieve it.
I have tried setting via an inline style and using the button's dialog box,
separately and together, but to no effect. It is resolutely grey/white..
With this forum's help I have managed to do it for the RadMenu, RadPanel,
and RadTextBox but this one - no joy. What is the trick here?
When I have all the colors nicely tuned up, I will make an alternative black-gold
skin.
Thanks for help!
Clive
I am using RadTextBox and a regular asp.net button with a form
decorator on the page set to use the skin 'black' . (I did not find a
RadButton in the kit) . I need to modify the Text color to match the
website's colors, but I can't seem to achieve it.
I have tried setting via an inline style and using the button's dialog box,
separately and together, but to no effect. It is resolutely grey/white..
<asp:Button ID="WineList" runat="server" Text="Search" style="color:#A49261" ForeColor="#A49261" /> |
With this forum's help I have managed to do it for the RadMenu, RadPanel,
and RadTextBox but this one - no joy. What is the trick here?
When I have all the colors nicely tuned up, I will make an alternative black-gold
skin.
Thanks for help!
Clive