diff options
| author | Mark Otto <[email protected]> | 2012-02-12 15:14:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 15:14:27 -0800 |
| commit | b8493ed8b773b5e67966fec3837015e77dfed037 (patch) | |
| tree | 6ddce06a601eafe20e5580543676d699d0c5b495 /less | |
| parent | 1b32e982ade1fc5275a851b711b45f6a0ed21b0c (diff) | |
| parent | d9eff8efc1ee426f3622ab131d8b6726d471040d (diff) | |
| download | bootstrap-b8493ed8b773b5e67966fec3837015e77dfed037.tar.xz bootstrap-b8493ed8b773b5e67966fec3837015e77dfed037.zip | |
Merge branch '2.0.1-wip' of https://github.com/simonfranz/bootstrap into simonfranz-2.0.1-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 3 | ||||
| -rw-r--r-- | less/buttons.less | 11 |
2 files changed, 11 insertions, 3 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 4b0523df2..d8957c52d 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -133,7 +133,8 @@ .btn-primary, .btn-danger, .btn-info, -.btn-success { +.btn-success, +.btn-dark { .caret { border-top-color: @white; .opacity(75); diff --git a/less/buttons.less b/less/buttons.less index 5fc423183..0ac2be67a 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -107,7 +107,9 @@ .btn-success, .btn-success:hover, .btn-info, -.btn-info:hover { +.btn-info:hover, +.btn-dark, +.btn-dark:hover { text-shadow: 0 -1px 0 rgba(0,0,0,.25); color: @white; } @@ -116,7 +118,8 @@ .btn-warning.active, .btn-danger.active, .btn-success.active, -.btn-info.active { +.btn-info.active, +.btn-dark.active { color: rgba(255,255,255,.75); } @@ -141,6 +144,10 @@ .btn-info { .buttonBackground(#5bc0de, #2f96b4); } +// Dark appears as black +.btn-dark { + .buttonBackground(#454545, #262626); +} // Cross-browser Jank |
