diff options
| author | Mark Otto <[email protected]> | 2013-01-17 19:51:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 19:51:22 -0800 |
| commit | 5663833bfc3ea815ee9fa82a53e1bd3e3f14f585 (patch) | |
| tree | 1de308b29eaf2d1bf06d121a72e7ee4030d6a4ba /docs/assets | |
| parent | b30b8c2c1234686b330e86fe24d11894b5d08539 (diff) | |
| download | bootstrap-5663833bfc3ea815ee9fa82a53e1bd3e3f14f585.tar.xz bootstrap-5663833bfc3ea815ee9fa82a53e1bd3e3f14f585.zip | |
Restore .btn-info
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9477775f6..1e78aa66d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1733,6 +1733,18 @@ input[type="button"].btn-block { border-color: #449d44; } +.btn-info { + background-color: #5bc0de; + border-color: #5bc0de; +} + +.btn-info:hover, +.btn-info:focus, +.btn-info:active { + background-color: #46b8da; + border-color: #31b0d5; +} + .btn-link, .btn-link:active, .btn-link[disabled], |
