Hi all, I am trying to figure out a way to underline the text on an ABMLabel component when hovering over the label, I have tried the following but doesn't work.
Any ideas how to get this working?
Regards,
Walter
B4X:
lblforgotpass.SetExtraStyle($":hover {text-decoration: underline; }"$)
Any ideas how to get this working?
Regards,
Walter