This topic is locked
[SOLVED]

 Tooltip css

11/20/2013 2:52:06 PM
PHPRunner General questions
F
fantasmino author

Hi,

It's possible to change Tooltip position font and color?

I try but can change only the dimension.

thanks

Sergey Kornilov admin 11/20/2013

Here is what you can try in Custom CSS section. This code changes tooltip position and font.

div.shiny_box_body.rnr-list {

margin: 0px 5px;

font-family: Tahoma;

font-size: 14px;

font-weight: bold;

}
F
fantasmino author 11/21/2013

Thanks