Hey !
I have a little problem with my CSS and my ToolTipSetting :
http://puu.sh/epSZn/cbbd6a007d.png
How can I put my background on my ToolTip ? Without white.
this is my CSS :
and my ToolTip :
Thx !
I have a little problem with my CSS and my ToolTipSetting :
http://puu.sh/epSZn/cbbd6a007d.png
How can I put my background on my ToolTip ? Without white.
this is my CSS :
.rightCol { font-size: 14px; font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif; text-align: left; line-height: 19px; background-image: linear-gradient(white, black);}and my ToolTip :
string template = @" <div class=""rightCol""> <div class=""NameStation"">{1}</div> <div class=""CodeSandre"">{2}</div><br/> <div class=""MaitreOuvrage"">{3}</div><br/> <div class=""Capacite"">{4}</div></div>";Thx !
