Search - mouse over Rank and Title - how to change color?

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
anya
Propeller Head
Posts: 14
Joined: Mon Mar 10, 2008 1:37 pm

Search - mouse over Rank and Title - how to change color?

Post by anya »

Hi all,
When I use the Search - for the results the table with Rank and Title cell appear. When mouse over it shows green color - is there a way to change this color?

Thank you

Anya?
forfear
Propellus Maximus
Posts: 766
Joined: Sat Feb 16, 2008 3:37 am
Location: Jungle Jingles

Re: Search - mouse over Rank and Title - how to change color?

Post by forfear »

In your Webhelp output folder, browse to Content\SkinSupport and open MadCapSearch.js in Notepad or your favourite text editor.

Find the following line of code
function ResultTROnmouseover()

In the curly brackets, you will see something like this:

this.style.backgroundColor = "#dddddd";

Replace ""#dddddd" this with a color of your choice and you're done.


The following changes will not be permanent. The next time you build the project target, the settings will be overwritten. To make the changes permanent, and also affect all future webhelp output for any project, you can
modify the MadCapSearch.js file in
the following example location....
C:\Program Files\MadCap Software\MadCap Flare V3\Flare.app\Resources\WebHelp\Content\SkinSupport

Hope it Helps! and welcome to the forums, this is my first 'technical' post
If you submit your bug feedback request here, the more likely it'll get fixed or included in a future release
Open Utilities PageLayout Resizer for Flare/Blaze | Batch builder
anya
Propeller Head
Posts: 14
Joined: Mon Mar 10, 2008 1:37 pm

Re: Search - mouse over Rank and Title - how to change color?

Post by anya »

HI forfear!

Brilliant help, thanx a lot,

anya :D
Post Reply