diff options
| author | Mark Otto <[email protected]> | 2012-03-05 00:47:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 00:47:13 -0800 |
| commit | cb9234ba464d78d463a728dea2d40a0a3259d31a (patch) | |
| tree | 869107d2a7f02304312f2fbca2863428594fef73 /less/button-groups.less | |
| parent | 7a8d6b19767a92b1c4ea45d88d4eedc2b29bf1fa (diff) | |
| download | bootstrap-cb9234ba464d78d463a728dea2d40a0a3259d31a.tar.xz bootstrap-cb9234ba464d78d463a728dea2d40a0a3259d31a.zip | |
fix warning button issue per #2392 and add warning buttons to components
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index cfb25f140..ad93e3dd2 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -131,6 +131,7 @@ // Account for other colors .btn-primary, +.btn-warning, .btn-danger, .btn-info, .btn-success, |
