[help] Firefox search tool error

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

safari.JPG

#325293

I have that. It blows. I just live with it, I'm afraid.

#325296

Man... that was a fast response :P

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. :)

#325299

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;

}

#325307

@shmengie: man, you are a genius. Cheers for that!

@nv02migu: you don't have to just live with it anymore!

#325308

I quote owenreading's statement: "@shmengie: man, you are a genius. Cheers for that!".

Thanks so much!!! Now I have a perfect safari clone!

#325310

i hope you guys aren't expecting an argument from me...;)

but, i had to ask the same question once. the real cred goes to sky1983628 here. but, i'm glad it worked for you guys...

#325311

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?

#325360