tags:

views:

45

answers:

3

I have been trying to change the style of buttons in my firefox extension sidebar with a CSS file (change skin). However, the buttons don't seem to take over the style changes. I tried both background images and just changing color etc., which are both not working. Is it possible to influence the button style at all in my firefox extension sidebar?

A: 

wouldn't this be a better question for a firefox support-forum?


EDIT: what sidebar are we talking about? i don't remember a built-in "extension sidebar" and there are a lot of "sidebar" addons on mozilla.com...


EDIT2: maybe this helps you out... have you tried to edit the "button.css" (whereever you can find it...)

oezi
I am creating a new extension, its not built-in. I would like to make to change the style of the button by changing the skin, not necessarily editing the any original mozilla css files.
A: 

Maybe this helps?

Manuel Bitto
A: 

Your button's css needs to have -moz-appearance: none; to do any styling on it otherwise you'll get the OS native look and feel.

https://developer.mozilla.org/en/CSS/-moz-appearance

KZ