From 93a7421f2ce63e9185f5ba655a6f720c84ffa746 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 17:14:14 -0700 Subject: .btn-default to .btn-secondary --- docs/dist/css/bootstrap-theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dist/css/bootstrap-theme.css') 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, -- cgit v1.2.3