aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-04 22:30:09 -0700
committerMark Otto <[email protected]>2013-08-04 22:30:09 -0700
commit2641fed73f51cdd2a77698c538403cc892e183a5 (patch)
treee13e2cab3779ed4da3e1474ddc09026829c57132 /dist/css/bootstrap.css
parent5e637313b7e1f1f5f967ea2c334972a23db6912d (diff)
downloadbootstrap-2641fed73f51cdd2a77698c538403cc892e183a5.tar.xz
bootstrap-2641fed73f51cdd2a77698c538403cc892e183a5.zip
Fixes #8723: allow modals to not need the .fade class /cc @fat
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
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);
}