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

Button Color Text #3775

Closed
nijikokun opened this issue Jun 8, 2012 · 11 comments
Closed

Button Color Text #3775

nijikokun opened this issue Jun 8, 2012 · 11 comments
Labels

Comments

@nijikokun
Copy link

Having solely the background is very limiting to what you can do with the default bootstrap, if you add functionality to color solely the text on the button you are able to create a more diverse and beautiful button form / setup:

For Example, .btn-danger changes background, .btn-danger-text just changes the text:

.btn-danger-text {
  color: #bd362f;
}

.btn-danger-text:hover,
.btn-danger-text:active,
.btn-danger-text.active,
.btn-danger-text.disabled,
.btn-danger-text[disabled] {
  color: #bd362f;
  *color: #a9302a;
}

.btn-danger-text:active,
.btn-danger-text.active {
  color: #942a25 \9;
}

example

@NKjoep
Copy link

NKjoep commented Jun 8, 2012

great one, it would be very handy.

@brennanmceachran
Copy link

Would be nice to have.

@altschuler
Copy link

+1 good idea

@envex
Copy link

envex commented Jun 8, 2012

You can do this on a case by case basis by modifying bootstrap -- I don't think it's something that's useful in the framework itself.

@nijikokun
Copy link
Author

@envex yes I know that, it's what I described; and it is quite useful, try a red button there... looks like a catastrophe.

@clone1018
Copy link

+1

1 similar comment
@dbpolito
Copy link

👍

@mdo
Copy link
Member

mdo commented Jun 21, 2012

We'll pass on this for now and keep the default buttons.

@mdo mdo closed this as completed Jun 21, 2012
@nijikokun
Copy link
Author

I'll probably just add this to my extensions

@1st
Copy link

1st commented Oct 24, 2013

I think that this is reasonable issue. Please reopen it and add this simple feature to Bootstrap 3 release.

@NKjoep
Copy link

NKjoep commented Oct 24, 2013

I agree, it could add handy shortcuts to the text colors 👍

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

No branches or pull requests

9 participants