monospace font in textarea widget
Hello,
I'm using ThingWorx 8.2 and in a meshup I defined a textarea that should use monospace font (ie: Courier).
So in "New Composer" I set textarea's CustomClass=abFont and in Custom CSS I defined:
.abFont {
font-family: Courier !important;
}
However when I save and preview the meshup I see that abFont is applied to the outer bounding-box.
The font information is however overrided between such outer bounding-box and the inner textarea where the font is supposed to be monospaced...

How can I fix this ?
Thank you,
A.

