Well, i'm using the first version of his. Let's see what he has up his sleeve with the new version. Maybe he got it to work with msstyle.
BTW - compact menu seems to be the one causing the alignment issues (image size or css)
edit - changed -3 to 0 margin - now looks better with mssyles (getting there)
hehe-haha boy to I feel like an idiot
- you can spend half a day trying to fix something only to find out that switching themes fixes most everything. Iceman's brushed Jaguar does not draw boxes on hover so you don't need to moz-out or transparent out anything. Like
toolbarbutton:hover,
toolbarbutton[buttonover="true"] {
-moz-border-top-colors: transparent !important;
-moz-border-right-colors: transparent !important;
-moz-border-bottom-colors: transparent !important;
-moz-border-left-colors: transparent !important;
color: transparent;
}
aquarius2003 - theme works except hover on bookmark folder end caps not present (i'm sure you already know that.) and the go button hover. Oh yeah, toolbar icons riding a little high with Iceman's theme.
anyway, here is Pixelperfect with SAF Buttons and css.
*edit - I just noticed the crop on back/foward buttons
*edit again - oh-oh, Iceman's theme draws boxes on hover active - well, not too big of a deal I guess.
works here:
/* ::::: primary toolbar buttons ::::: */
.toolbarbutton-1 {
-moz-appearance: none;
and here:
/* ::::: bookmark buttons ::::: */
toolbarbutton.bookmark-item[type=menu] {
-moz-appearance: none;
padding-left: 7px;
}
and here:
/* ::::: bookmark items ::::: */
.bookmark-item {
-moz-appearance: none;
list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px)
}
Aqua-Soft Forums