I see now that background-color is insufficient to color the button
but I can copy the css style for btn-success and change the colors
there. Works great, thanks.

On Feb 6, 4:38 pm, Anderson Fortaleza <[email protected]> wrote:
> Adam, try
>
> <button class="btn btn-primary">Add Item</button>
>
> Check out the built in classes here:
>
> http://twitter.github.com/bootstrap/base-css.html#buttons
>
> You can certainly add your own classes based on those from bootstrap.css
>
> good luck
> Anderson Fortaleza
>
>
>
>
>
>
>
> On Mon, Feb 6, 2012 at 9:33 PM, Adam <[email protected]> wrote:
> > I forgot to write that the above is not work, the button is still
> > gray. Thanks.
>
> > On Feb 6, 4:32 pm, Adam <[email protected]> wrote:
> > > Is it possible to assign a color to a button? For example:
> > > <a href="#" class="btn btnGreen"><i class="icon-arrow-up"></i></a>
>
> > > external stylesheet:
> > > .btnGreen {
> > >     background-color: green;
>
> > > }

Reply via email to