diff options
| author | Mark Otto <[email protected]> | 2014-07-08 17:30:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 17:30:11 -0700 |
| commit | 5e1adc10bb53696bbcbaab88024c5e0030da312e (patch) | |
| tree | 9c098045d8e6adb4d023128e208899b06fabe989 /less/theme.less | |
| parent | 93a7421f2ce63e9185f5ba655a6f720c84ffa746 (diff) | |
| download | bootstrap-5e1adc10bb53696bbcbaab88024c5e0030da312e.tar.xz bootstrap-5e1adc10bb53696bbcbaab88024c5e0030da312e.zip | |
Bring back button info
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/theme.less b/less/theme.less index e12b73599..6e4fef32a 100644 --- a/less/theme.less +++ b/less/theme.less @@ -66,6 +66,7 @@ // Apply the mixin to the buttons .btn-primary { .btn-styles(@btn-primary-bg); } .btn-secondary { .btn-styles(@btn-secondary-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; } +.btn-info { .btn-styles(@btn-info-bg); } .btn-success { .btn-styles(@btn-success-bg); } .btn-warning { .btn-styles(@btn-warning-bg); } .btn-danger { .btn-styles(@btn-danger-bg); } |
