Hello there! I'd like most of my inputTexts to be rendered as they are by default.
However, I'd like a few of them to have a bold label.
I tried this:
af|inputText::label {
font-weight : bold;
}
But as you know this leads every inputText to have their labels in bold.
Is there any way to reference ::label from within the inlineStyle property
and define this property on the spot?

