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
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;
}