aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-28 17:45:57 -0700
committerJacob Thornton <[email protected]>2011-08-28 17:45:57 -0700
commit484ed088fc51666ac0f319e9cb66a567722e7113 (patch)
tree677ab5e712cd17e4fbf46cfb8b3c9bd8f04bede7 /lib/patterns.less
parentebff55443076a95f171bffc80ccdbc3bb985792e (diff)
downloadbootstrap-484ed088fc51666ac0f319e9cb66a567722e7113.tar.xz
bootstrap-484ed088fc51666ac0f319e9cb66a567722e7113.zip
blah
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index e3d4ba106..0b286d626 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -581,12 +581,8 @@ input[type=submit].btn {
/* background-color: rgba(0,0,0,.5);
filter: e(%("progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=%d,endColorstr=%d)", '#aa000000', '#aa000000'));*/
background-color:#000;
- opacity: .5;
&.fade {
opacity: 0;
- &.in {
- opacity: .5;
- }
}
position: fixed;
top: 0;
@@ -595,6 +591,10 @@ input[type=submit].btn {
bottom: 0;
z-index: 1000;
}
+.modal-backdrop, .modal-backdrop.fade.in {
+ .opacity(50);
+}
+
.modal {
position: fixed;
top: 50%;