diff options
| author | Jacob Thornton <[email protected]> | 2012-01-27 21:37:59 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-27 21:37:59 -0800 |
| commit | 1e07c066a5cefc2f73b406e1eebc5627bd9e7afb (patch) | |
| tree | 754d4a91750ed1ea6932c70690db86ed49d23830 /less/buttons.less | |
| parent | 0255f47eb3f4967851d014a9ef6fdf49a37dc548 (diff) | |
| parent | ad78caa72639aa377caf584efc26fe7a5682b15c (diff) | |
| download | bootstrap-1e07c066a5cefc2f73b406e1eebc5627bd9e7afb.tar.xz bootstrap-1e07c066a5cefc2f73b406e1eebc5627bd9e7afb.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less index 8d75248b3..f1060dc6b 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -18,6 +18,12 @@ text-shadow: 0 -1px 0 rgba(0,0,0,.25); color: @white } + &.primary.active, + &.danger.active, + &.success.active, + &.info.active { + color: rgba(255,255,255,.75); + } &.primary { .buttonBackground(@primaryButtonBackground, spin(@primaryButtonBackground, 15)); } @@ -81,6 +87,7 @@ .box-shadow(@shadow); background-color: darken(@white, 10%); background-color: darken(@white, 15%) e("\9"); + color: rgba(0,0,0,.5); } &.disabled, &[disabled] { |
