diff options
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, |
