Modfying WebHelp TOC background item

Post here questions and problems related to oXygen frameworks/document types.
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Modfying WebHelp TOC background item

Post by kmank »

I am trying to modify the background color of the selected WebHelp TOC item to make it more obvious what is selected. I thought I had it narrowed down to the file:
com.oxygenxml.webhelp\oxygen-webhelp\resources\css\toc.css
and .menuItemSelected

However, modifying this does not seem to affect the output. Can someone please provide the correct file to look in?

thanks!
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Modfying WebHelp TOC background item

Post by sorin_ristache »

Hi,

It depends on the output type:
  • * in the frameset version (the index_frames.html main file) you have to modify the .menuItemSelected selector in the file toc.css,

    * in the internal frames version (the index.html main file) you have to modify the .menuItemSelected selector in the file tocWDiv.css.
If the background color is not changed after modifying the appropriate CSS file please refresh the browser page, the old CSS may be cached by the browser.


Regards,
Sorin
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Re: Modfying WebHelp TOC background item

Post by kmank »

Perfect - thanks very much!
Post Reply