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

Change Checkbox Label Color

3 Answers 179 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Chase Florell
Top achievements
Rank 1
Chase Florell asked on 26 Mar 2009, 03:34 PM
I am using the "Default" theme in a small project I am working on.  Part of the project has a bunch of checkboxes inside a RadPanelbar

When the PB sets it's theme, the background color is a gradient gray
When the FormDecorator sets it's theme, the checkbox text is a shade of gray as well

This makes it very hard to read.

How can I override the checkbox color to make it white?  I tried this to no avail

.radfd_Default

 

label.radfd_label

 

    {

 

        color: #ffffff !important;

 

    }

3 Answers, 1 is accepted

Sort by
0
Chase Florell
Top achievements
Rank 1
answered on 28 Mar 2009, 02:17 AM
-- shuffle --
0
Georgi Tunev
Telerik team
answered on 30 Mar 2009, 10:29 AM
Hi Chase Florell,

Here is the correct CSS selector for RadFormDecorator Q3 2008 and previous versions (pre-Q1 2009):
.radfd_Default label.Default  
    color:#ffffff !important; 

I hope this helps.

Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Georgi Tunev
Telerik team
answered on 30 Mar 2009, 11:25 AM
Hello again Chase,

Just a quick follow-up as I see that I have given you the style for RadFormDecorator Q3 in my previous reply.
Here is how the rule should look like for RadFormDecorator for ASP.NET AJAX v.Q1 2009:
.rfdCheckboxUnchecked, .rfdCheckboxChecked 
    color:#ffffff !important; 

I edited my previous reply to avoid confusion.


Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
Chase Florell
Top achievements
Rank 1
Answers by
Chase Florell
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or