I have to add * Required
to a ton of screens in Flex. In some places, I can't use more than one label. I need the asterisk to be as big as the text. The only idea I could come up with was:
.required:first-letter {
font-size:30;
}
Doesn't seem to work. Are pseuedo-selectors not implemented in Flex?