From 2641fed73f51cdd2a77698c538403cc892e183a5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Aug 2013 22:30:09 -0700 Subject: Fixes #8723: allow modals to not need the .fade class /cc @fat --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index bb466dd21..4154c2168 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3490,7 +3490,7 @@ button.close { transition: transform 0.3s ease-out; } -.modal.fade.in .modal-dialog { +.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); @@ -3531,7 +3531,7 @@ button.close { filter: alpha(opacity=0); } -.modal-backdrop.fade.in { +.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } -- cgit v1.2.3