Firefox Skinning Question

Hi Guys,

I just have a quick questions. The skin i have at the moment doesn't highlight when I hover over links from the location drop down box (see image). It just seems to bold the description of the URL. Is there a setting in Firefox where i can change so that the whole URL is highlighted?

[ATTACH]10292[/ATTACH]

Like this one:

[ATTACH]10293[/ATTACH]

Any help would be appreciated

Krys.

location drop.bmp

location highlight.bmp

Attachment: location drop.bmp

Attachment: location highlight.bmp

#465308

Yeah, I broke that somehow, and I haven't had the time lately to fix.

It would be nice if some kind person told me what the id of that element is. (hint, hint)

#465782

Hehe straight from the source thats what I like :)

btw, awesome theme mate!

Krys.

#466004

You actually got kind of lucky, I rarely visit this site anymore.

But I updated RulerAGV2 and Bee3. It should look fine and dandy, but I can't guarantee a thing. (didn't check on Windows)

http://customize.org/vkeios

#466127

Thanks mate,

Its highlighting now but not in the correct colour:

[ATTACH]10321[/ATTACH]

Do you know where I can specify the colour so its consistent with the theme? Is it just a hex value in one of the css files?

Cheers,

Krys.

post-23397-1185668405_thumb.jpg

historyblue.jpg
historyblue.jpg

#466151

Put this in your userchrome file. Change YOURCOLORHERE of course.

treechildren.autocomplete-treebody::-moz-tree-row(selected) {

background-color: YOURCOLORHERE !important;

}

#466441