How Can I Change This Icon For My Firefox?

I was messing up with my firefox for like 2 hours, but I have no idea what could I do with that compact menu, anyone help me please? see screenie as follow,

post-1576-1078628026_thumb.png

untitled.PNG
untitled.PNG

#125294

thank you guys! cheers! :D

#125310

I followed those instructions and I was able to complete the other mod steps but compact.jar is nowhere to be found so I can't replace the PNG of the compact menu icon.

#198570

Yea, that's for an old version of FF. I have no idea how to change it now =\

It's supposed to be in the skin (with the help of some CSS doc or something) but I can't get it to change even with Hills'/Mills'/Bills' FF skins...

#198571

compact.jar is still in your profile folder. Search for it.

#198578

Originally posted by Keith@Aug 5 2004, 01:51 AM

Yea, that's for an old version of FF. I have no idea how to change it now =\

It's supposed to be in the skin (with the help of some CSS doc or something) but I can't get it to change even with Hills'/Mills'/Bills' FF skins...

<{POST_SNAPBACK}>

I did some looking, it's been moved to the Application data folder in docs and settings, along with alot of other Mozilla support files.

#198579

#menu-button {
 height: 15px;
 list-style-image: url("menu-arrow.png") !important;
}

#somethingLogo {
 list-style-image: url("menu-arrow.png") !important;
}

put that in the userChrome.css of your profile/chrome folder and place the menu-arrow.png in the same folder.

#198634