diff options
| author | Simon <[email protected]> | 2012-02-10 00:31:40 +0100 |
|---|---|---|
| committer | Simon <[email protected]> | 2012-02-10 00:31:40 +0100 |
| commit | d9eff8efc1ee426f3622ab131d8b6726d471040d (patch) | |
| tree | f6d2f0253839b20908efba4463f7455150032d62 /less/button-groups.less | |
| parent | 451a642ae813f0b3a3f61af69eaeca927547b755 (diff) | |
| download | bootstrap-d9eff8efc1ee426f3622ab131d8b6726d471040d.tar.xz bootstrap-d9eff8efc1ee426f3622ab131d8b6726d471040d.zip | |
Added the carret of the button
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 3 |
1 files changed, 2 insertions, 1 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); |
