Unfortunately, the Telerik skins don't specify a text color for each and every HTML element of the scheduler.
For example, the default styling for the H2 element in the scheduler header seems to be:
.RadScheduler .rsHeader h
2
{
font-size
:
15px
;
font-weight
:
normal
;
line-height
:
30px
;
text-indent
:
43px
;
height
:
30px
;
display
:
block
;
overflow
:
hidden
;
}
So now the scheduler picks up whatever color for eg. H2 elements is generally specified in the website, which might not be a suitable color for the scheduler at all.
I understand that I can overrule this in a specific website. But I would like a consistent look of the scheduler elements, regardless of the website styles at hand.
Can you please add default coloring to all control elements in the Telerik control skins?