This is a migrated thread and some comments may be shown as answers.

Changing CSS properties in form decorator

1 Answer 54 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 02 Sep 2010, 12:52 PM
Hi guys

Trying to complete an upgrade from Q2 2009, and need to change the hover color
from the green that goes with the Black skin on a Button element.

I have this in my css for the text generally, but it does not seem to affect the hover color now.
How do I do this with the new version?

a.radfd_Black span span { color: #A49261 !important; }

Thanks

Clive

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 06 Sep 2010, 01:19 PM
Hi Clive,

In case you want to change the hover color, you should use:
.RadForm_Black.rfdButton .rfdSkinnedButton:hover *
    {
        color: #A49261 !important;
    }

You can find more about RadFormDecorator's css classes here:
http://www.telerik.com/help/aspnet-ajax/formdecorator-css-classes.html

Sincerely yours,
Petio Petkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
FormDecorator
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Share this question
or