Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: glowing buttons #4568

Closed
ghost opened this issue Aug 22, 2012 · 3 comments
Closed

Feature: glowing buttons #4568

ghost opened this issue Aug 22, 2012 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 22, 2012

Could glowing buttons be added as a feature so we could have buttons like this one here:

http://twitter.github.com/bootstrap/

@ghost
Copy link
Author

ghost commented Aug 22, 2012

just add to an additional stylesheet:

// simplified example, you can go wild here
.btn-glow {
box-shadow: 1px 1px 12px #720000;
}

and add an additional class to your button, like so:

<a href="#" class="btn btn-danger btn-glow">your button text</a>

@mdo
Copy link
Member

mdo commented Aug 22, 2012

No, we won't add that.

@mdo mdo closed this as completed Aug 22, 2012
@Dentxinho
Copy link

wow, why not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants