Hello ppl!
I tried to replace the Compact Menu icon (in Firefox), as i read in some threads around here.
However I had a problem, and don't realize how can I fix it. I think that's because of size of the original icon (blue.png).
See in attachment how it looks like when I click, or on mouse hover.
Should I change something in compact.css? I think is something here:
#menu-button {min-width: 0;
min-height: 0;
width: auto;
height: auto;
padding: 2px 4px;
list-style-image: url("chrome://compact/skin/apple.png");
-moz-image-region: rect(0px, 16x, 16px, 0px);
}
#menu-button:hover {
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
#menu-button[open=true] {
-moz-image-region: rect(32px, 16px, 48px, 0px);
}
#menu-button .toolbarbutton-icon {
margin: 0;
}
Btw, all changes I did in "size" values mess up it even more! :/
Can someone help me?
Thank you in advance (and sorry for the terrible english)


Aqua-Soft Forums