Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to bold combobox label

Tony007Aug 26 2016 — edited Aug 29 2016

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;

}

This post has been answered by ManishPandey on Aug 29 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 26 2016
Added on Aug 26 2016
9 comments
1,102 views