Hi! I have encountered an error with my firefox skin; hill's-aquarius safari. The search toolbar is looking wierd, see the attached image. Please help me!
Thanks
Hi! I have encountered an error with my firefox skin; hill's-aquarius safari. The search toolbar is looking wierd, see the attached image. Please help me!
Thanks
I have that. It blows. I just live with it, I'm afraid.
Man... that was a fast response ![]()
I know; I can also live with it, but if there is a way I would really like to fix it. It would look 1000x better. ![]()
add this to your userchrome.css
#find-closebutton {
-moz-appearance: none;
list-style-image: url("chrome://global/skin/icons/tabclose-front.png") !important;
margin-top: -2px !important;
padding: 0px !important;
}
#find-closebutton:hover {
list-style-image: url("chrome://global/skin/icons/tabclose-front-hover.png") !important;
}
#find-closebutton:active {
list-style-image: url("chrome://global/skin/icons/tabclose-front-pressed.png") !important;
}
.checkbox-icon {
list-style-image: none !important;
}
@shmengie: man, you are a genius. Cheers for that!
@nv02migu: you don't have to just live with it anymore!
I quote owenreading's statement: "@shmengie: man, you are a genius. Cheers for that!".
Thanks so much!!! Now I have a perfect safari clone!
hmm...this doesn't seem to fix my "match case" button...does anyone know the code to add to the .css file to fix that?