Does anyone know the name of the CSS classes responsible for styling the dojo promptMessage
s (or invalidMessage
s) tooltip associated with ValidationTextBox
es.
Normally Firebug does a great job of revealing all the inner workings of CSS, but in this case the tooltip prompt disappears when I try to inspect it!
I am intending to play with such CSS properties as padding
and width
for the promptMessage
tooltip.