aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-16 00:36:46 -0700
committerMark Otto <[email protected]>2013-08-16 00:36:46 -0700
commitafdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a (patch)
treef1e15a8e540f2b3fece2dc6cd817b49a3a76a98f /less/modals.less
parentafef74d03d393863048f7374a1ff9e0c4ad93bbb (diff)
parent2fa0975956f646be627aaa4732527f6de5335a2c (diff)
downloadbootstrap-afdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a.tar.xz
bootstrap-afdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a.zip
Merge branch '3.0.0-wip' into bs3_homepage
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/modals.less b/less/modals.less
index 996db6c7f..b43ecfd97 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -29,7 +29,7 @@
.translate(0, -25%);
.transition-transform(~"0.3s ease-out");
}
- &.fade.in .modal-dialog { .translate(0, 0)}
+ &.in .modal-dialog { .translate(0, 0)}
}
// Shell div to position the modal with bottom padding
@@ -49,7 +49,7 @@
border: 1px solid @modal-content-border-color;
border-radius: @border-radius-large;
.box-shadow(0 3px 9px rgba(0,0,0,.5));
- .background-clip(padding-box);
+ background-clip: padding-box;
// Remove focus outline from opened modal
outline: none;
}
@@ -65,7 +65,7 @@
background-color: @modal-backdrop-bg;
// Fade for backdrop
&.fade { .opacity(0); }
- &.fade.in { .opacity(.5); }
+ &.in { .opacity(.5); }
}
// Modal header