From 484ed088fc51666ac0f319e9cb66a567722e7113 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 28 Aug 2011 17:45:57 -0700 Subject: blah --- lib/patterns.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/patterns.less') 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%; -- cgit v1.2.3