aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-28 19:46:49 -0800
committerMark Otto <[email protected]>2013-02-28 19:46:49 -0800
commitb19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861 (patch)
tree39f8536e1fe332aea1b70392454fcf14d74902df /less/modals.less
parent0dea8b0c7473c1db4aea7accfd0a68cbf09b9576 (diff)
downloadbootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.tar.xz
bootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.zip
Fixes #6935: Use standard decimal points for .opacity() mixin
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less
index 9c0d0c7b0..076c39be3 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -67,8 +67,8 @@
z-index: @zindex-modal-background - 10;
background-color: #000;
// Fade for backdrop
- &.fade { opacity: 0; }
- &.fade.in { .opacity(50);}
+ &.fade { .opacity(0); }
+ &.fade.in { .opacity(.5); }
}
// Modal header