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 /dist/css/bootstrap.css | |
| parent | 93a7421f2ce63e9185f5ba655a6f720c84ffa746 (diff) | |
| download | bootstrap-5e1adc10bb53696bbcbaab88024c5e0030da312e.tar.xz bootstrap-5e1adc10bb53696bbcbaab88024c5e0030da312e.zip | |
Bring back button info
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8e9fea81b..fd67aacbf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2241,6 +2241,51 @@ fieldset[disabled] .btn-secondary.active { color: #fff; background-color: #373a3c; } +.btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info:hover, +.btn-info:focus, +.btn-info.focus, +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} .btn-success { color: #fff; background-color: #5cb85c; |
