From f380ca21e207e688e40a8cbef6d0b5a2c2a00472 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 21:19:14 -0700 Subject: Use .box-shadow() mixin so we can enable/disable them --- dist/css/bootstrap.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 44d75c960..6159d6063 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3376,8 +3376,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { margin-left: -.75rem; border-top: 1px solid transparent; border-bottom: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); + -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); + box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); } @media (min-width: 48em) { .navbar-form .form-group { @@ -4635,7 +4635,6 @@ button.close { background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; - border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -- cgit v1.2.3