Skip to Main Content

APEX

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!

Change label template to remove dotted underlines

Spaa124Mar 7 2013 — edited Mar 8 2013
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
This post has been answered by Denes Kubicek on Mar 7 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2013
Added on Mar 7 2013
10 comments
832 views