Need a userChrome.css Clue

Discussion of general topics about Mozilla Firefox
Post Reply
User avatar
shoestring
Posts: 156
Joined: November 5th, 2002, 3:40 pm
Location: Geekhaven, MA, USA

Need a userChrome.css Clue

Post by shoestring »

Having picked up a clue here and there, I tried adding:

treechildren:-moz-tree-text(Name, container) {
color: green !important;
}

to my userChrome.css, thinking it might have the effect of turning the Folder names green (what I <I>really</I> want is to turn them <B>bold</B>, but I had no clue at all on that).

Naturally, the above didn't work. Nor did a couple of variations on it that I'd tried first.

Looking for another clue here, folks ...

Thanks.
User avatar
Stefan
Posts: 2051
Joined: November 5th, 2002, 2:46 am

Post by Stefan »

I can help with the CSS for bold

font-weight:bold !important;

The rest I have no clue about though.
User avatar
shoestring
Posts: 156
Joined: November 5th, 2002, 3:40 pm
Location: Geekhaven, MA, USA

Post by shoestring »

Stefan wrote:I can help with the CSS for bold

font-weight:bold !important;

The rest I have no clue about though.


Fooled around a lot, dug around a lot in LXR, finally came up with:

<code>

treechildren:-moz-tree-cell-text(Name, container) {
font-weight:bold !important;
}
</code>

... and it <B>works!</B>
Bill Phillips
Sexagenarian Boy Genius
Geekhaven, Massachusetts
Post Reply