Addon ContextHelp Border

Hello,

i have try to thinn the border of the widget like this:

/*list context help*/
.v-helprouter .popupContent .helpText {
	border: 1px solid #292929;
}

But it wont works ? Can anybody help me ?

Thanks
Dominik

I found an second problem.
Can I switch to a smaller font? It will be not my standard font and the text is to big -.-

Hi,

Sorry for the very very very late answer, I didn’t see your post until now.

You’re mostly on the right track, only the correct CSS selector would be

.v-helprouter-bubble .popupContent .helpText

Once the selector is correct you should be able to override the border and font-size properties.

HTH,
/Jonatan