hi am in jdeveloper 11.1.1.9.0 am trying to bold the label of combobox i did this is not working
styleClass="requiredField; inputComboboxListOfValues;"
also this
styleClass="requiredField inputComboboxListOfValues;"
css is
.CriticalInputStyle af|inputText::content {
font-weight: bold;
color: black;
}
.CriticalInputLabelStyle af|inputText::label {
font-weight: bold;
color: black;
}
.CriticalSelectOneChoiceLabelStyle af|selectOneChoice::label {
color: black;
font-weight: bold;
}
.CriticalInputDateLabelStyle af|inputDate::label {
font-weight: bold;
}
.inputTextRequired af|inputText::label {
color: black;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.AFRequiredIconStyle {
display: none;
}
af|selectOneChoice::label
{
font-weight:bold;
color: black;
}
af|selectOneChoice::Content
{
width: 500px;
}
.requiredField span
{
visibility: hidden;
}
af|inputChoice::label
{
font-weight:bold;
color: black;
}
af|inputText::label
{
font-weight:bold;
color: black;
}
.inputText::label
{
font-weight:bold;
color: black;
}
.inputComboboxListOfValues::label
{
font-weight: bold;
color: black;
}