Hi
I'm using CSS to define the border, text-font etc etc.
I see that CSS refers to certain elements like this:
.QvCaptiontext{color:RGB(6,57,84);font-size:14px;}
.QvCaption{background-color:white !important;border-bottom:1px solid RGBA(172, 224, 237, 0.25) !important;}
.QvListbox
{
font-family:Times !important;
font-size:11px !important;
line-height:16px !important;
}
How do I know what other objects I can call, like TextBox, Chart, MultiBox etc etc. I have tried .QvTextBox but nothing happened....
Kind regards
Espen