Dears,
I am using Telerik controls (product version 2010.1.519.35)
i have a RadDateTimePicker, when i press the open calendar popup button, the calendar is transparent and very hard to see numbers.
I tried to override the default style embedded in your DLL by using my style :
.PickerCss,
.PickerCss .rcTable
{
background-color:inherit !important;
}
but your style (in DLL) is !important too and it is taking precedence over my style.
of course i cannot delete your style , so what i can do ?
Regards.
I am using Telerik controls (product version 2010.1.519.35)
i have a RadDateTimePicker, when i press the open calendar popup button, the calendar is transparent and very hard to see numbers.
I tried to override the default style embedded in your DLL by using my style :
.PickerCss,
.PickerCss .rcTable
{
background-color:inherit !important;
}
but your style (in DLL) is !important too and it is taking precedence over my style.
of course i cannot delete your style , so what i can do ?
Regards.