Compact Menu Icon

Im using eternal aqua firefox theme by zerroeffect and it is all great and all but the compact menu button is just a blank space...how do i get an icon there?

thanks

#367281

Put this at the top of your userchrome.css:

@import url("chrome://global/skin/subskin/applebutton.css");

It will make a nice apple instead of a button...

Manneman

#367296

I actually PM him about it and here is the solution:

Open the jar file

Open the "browser" folder

Open the "browser.css" file

Scroll all the way to the end and look for

/* :::: Compact Menu Support :::: */

Replace all the text inbetween that line and "New Extra Tweaks" with the following:

/*::::::::Compact Menu Apple Icon :::::::*/

#menu-button {

margin-top: 0px !important;

margin-right: 0px !important;

margin-left: 0px !important;

padding: 0px !important;

list-style-image: url("chrome://global/skin/icons/apple.png") !important;

-moz-image-region: rect(0px 33px 17px 0px) !important;

}

#menu-button:hover {

list-style-image: url("chrome://global/skin/icons/apple-pressed.png") !important;

-moz-image-region: rect(0px 33px 17px 0px) !important;

}

toolbar:not([mode=text])#menu-button > .toolbarbutton-text {

display: none !important;

}

Save and Save

Thanks Zerroeffect

#367314

Been asked so many times before... but hey, why should you bother to search, right?

#367316