I'm trying to declare 2 classes. One with the default skin for inputText and
one with text-align:right for numeric input text only.
af|inputText.numericText::content {
        font-weight: bold;
        border-style:solid;
        border-color:gray;
        border-width:1px;
        font-family: Tahoma;
        font-size: 9pt;
        text-align:right;
}

This doesn't work. Any ideas?
TIA

-- 

  __o
_\<._
(_)/ (_)

Reply via email to