CSS Styling the prompt tooltips in dojo -


Does anyone know the name of CSS classes responsible for dojo styling prompt message s (or < Code> Invalid Message s) ValidationTextBox es. Tooltip related to

Generally, Firebug does a great job of revealing all the internal workings of CSS, but in this case Tooltip, when I try to inspect it, the prompt disappears!

I type prompt message tooltip for padding and width with such CSS properties.

Structure reveals:

  & lt; Div class = "dijitTooltip dijitTooltipLeft" id = "dojoTooltip" & gt; & Lt; Div class = "dijitTooltipContainer dijitTooltipContents" dojoAttachPoint = "containerNode" virol = 'alert' & gt; & Lt; / Div & gt; & Lt; Div class = "exit breakdown connector" & gt; & Lt; / Div & gt; & Lt; / Div & gt;  

Comments