I am using the debug tools to find the css element names for the parameter controls. Thanks, to the folks on this forum and the Dundas articles for that tip. This has worked well for the hierarchy member control and the dropdown list component. But I cannot find the correct element for the calendar range control, for the input field.
I have it down to this '.dateTimePicker', in the '.parameterRangeDateTimeWrapper' element. But this css code in an html label is not effecting the object.
<style>
.dateTimePicker
{
background-color: #19273c;
}
</style>
Does anyone know the correct element name I should be using ?