diff options
| author | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
| commit | 93a7421f2ce63e9185f5ba655a6f720c84ffa746 (patch) | |
| tree | 3bdb4e4f28526e3ab9956a6af81fe55e8eb09977 /docs/dist/css/bootstrap-theme.css | |
| parent | f399d21ef5e20bd736d5cf2946acb982378cd2f4 (diff) | |
| download | bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.tar.xz bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.zip | |
.btn-default to .btn-secondary
Diffstat (limited to 'docs/dist/css/bootstrap-theme.css')
| -rw-r--r-- | docs/dist/css/bootstrap-theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap-theme.css b/docs/dist/css/bootstrap-theme.css index c623d07b2..11ee092f5 100644 --- a/docs/dist/css/bootstrap-theme.css +++ b/docs/dist/css/bootstrap-theme.css @@ -4,7 +4,7 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -.btn-default, +.btn-secondary, .btn-primary, .btn-success, .btn-warning, @@ -13,12 +13,12 @@ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); } -.btn-default:active, +.btn-secondary:active, .btn-primary:active, .btn-success:active, .btn-warning:active, .btn-danger:active, -.btn-default.active, +.btn-secondary.active, .btn-primary.active, .btn-success.active, .btn-warning.active, |
