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
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
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
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
Been asked so many times before... but hey, why should you bother to search, right?
http://www.aqua-soft.org/board/search.php?searchid=1004381
http://www.aqua-soft.org/board/showthread....mpact+menu+icon
http://www.aqua-soft.org/board/showthread....mpact+menu+icon
All you had to do was search for "compact menu icon" like Unbe said he did :slant: ![]()
//Thread Closed
-NC