From 0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 28 Aug 2011 14:06:37 -0700 Subject: change backdrop for ie --- lib/patterns.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/patterns.less') diff --git a/lib/patterns.less b/lib/patterns.less index a34900d04..8fd41e551 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -578,7 +578,8 @@ input[type=submit].btn { // ------ .modal-backdrop { - background-color: rgba(0,0,0,.5); + background-color: #000; + .opacity(50); position: fixed; top: 0; left: 0; -- cgit v1.2.3