Hi all,
Apex 4.2, 11g
In my app I switched themes and now my item labels with Help have dotted underlines that you can't really see. I am now using Theme 22 and I edited the Required Label with Help template to try and change the label color and change the dotted underline to a solid underline:
changed from:
<label for="#CURRENT_ITEM_NAME#" tabindex="999"><a class="required-w-help" href="javascript:popupFieldHelp('#CURRENT_ITEM_ID#','&SESSION.')" tabindex="999"><img src="#IMAGE_PREFIX#themes/theme_22/images/required.png" alt="#VALUE_REQUIRED#" tabindex="999" />
to:
<label for="#CURRENT_ITEM_NAME#" tabindex="999"><a class="required-w-help" style="color:blue;text-decoration:underline;" href="javascript:popupFieldHelp('#CURRENT_ITEM_ID#','&SESSION.')" tabindex="999"><img src="#IMAGE_PREFIX#themes/theme_22/images/required.png" alt="#VALUE_REQUIRED#" tabindex="999" />
but the only thing that happens is the label turns blue. I can't seem to override the dotted underline. Can anyone suggest anything here? It seems so trivial but I can't get it to take.
thanks,
Spaa124