On Mar 28, 2011, at 6:04 PM, Dave M G wrote:

> input.superbigbutton {
>    color: green;
>    border: green 1px solid;
>    background-color: #63D46D !important;
>    height: 2em !important;
>    width: 33% !important;
> }
> 
> Here's the problem: everything works *except* background-color, and border.
> 
> For the background color, instead of turning a light shade of green, it
> turns off the background color completely. In other words, the original
> pink color is not overidden, it's apparently just broken or removed.
> 
> In the case of border, it does not apply. Doesn't matter if I use
> !important or not.
> 
> All the other style changes (color, height, width) work, so I know I'm
> acting on the right element.
> 
> Is there some other aspect to this that I need to consider?
> 
> Any advice would be much appreciated.

Is that a form control: <button> or <input type="button"> or similar ?
In that case you need to add -moz-appearance: none !important; in your user 
stylesheet.

(trying to remember what Bz told me about those)

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to