Hi,
In the most recent version the text colour seems to have changed to white (when using the black skin).
Inspecting the css in chrome I see the following.
.RadSplitter_Black .rspPane, .RadSplitter_Black .rspPaneHorizontal, .RadSplitter_Black .rspSlideContent {
color: white;
}
.RadSplitter .rspSlideContent {
background-color: white;
}
Obviously it looks like someone has mucked up on this as it's not normally the best idea to set the text and background colour to the same colour.
Regards,
Jon
In the most recent version the text colour seems to have changed to white (when using the black skin).
Inspecting the css in chrome I see the following.
.RadSplitter_Black .rspPane, .RadSplitter_Black .rspPaneHorizontal, .RadSplitter_Black .rspSlideContent {
color: white;
}
.RadSplitter .rspSlideContent {
background-color: white;
}
Obviously it looks like someone has mucked up on this as it's not normally the best idea to set the text and background colour to the same colour.
Regards,
Jon