Hi
I am using RadTooltip with default skin but I want to modify the bg color
and reduce the font size. I have defined a css class and applied it to the control:
but it has no effect on overrriding the defualt skin. How do I do this right?
This is a great control by the way.
Thanks
Clive
I am using RadTooltip with default skin but I want to modify the bg color
and reduce the font size. I have defined a css class and applied it to the control:
| .radtooltipCss |
| { |
| background-color:#DCD2BE !important; |
| color:Black !important; |
| font-size:0.8em !important; |
| } |
but it has no effect on overrriding the defualt skin. How do I do this right?
This is a great control by the way.
Thanks
Clive