Change TOC Style in Robohelp 8.0.2- Webhelp
Hello,
Essentially what Im trying to do is remove the highlight or focus outline around my toc item when it is clicked. On safari it has a blue border that appears and everywhere else it produces a dotted line around them. I would also like to be able to set a padding, change the font color and style on rollover and normal. My first thought was to add something like this to my style sheet for all cases of <a>, but this isnt cutting the cake.
a {
outline-style: none!important;
-moz-outline-style:none!important;
}
Is this functionality built into the interface or do I need to go edit the javascript file that add/edit these styles? And if so, what file do I need to edit and where? I did run across this related post, but the reference link in it doesnt work. http://forums.adobe.com/thread/690847?tstart=0
Also my javacript skills arent super strong, so I could use some thorough instructions if possible ![]()
Thanks for your help