From 2e9ae91d6cea80cf5af520d17d3e2b3dadafd6d8 Mon Sep 17 00:00:00 2001 From: easy2luv Date: Thu, 13 Jun 2013 10:47:14 -0700 Subject: [PATCH] add styles to .select2-drop-mask needed for mask to work in IE --- select2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/select2.css b/select2.css index 231bda10..c2a17eb0 100644 --- a/select2.css +++ b/select2.css @@ -144,6 +144,10 @@ Version: @@ver@@ Timestamp: @@timestamp@@ left: 0; top: 0; z-index: 9998; + /* styles required for IE to work */ + background-color: #fff; + opacity: 0; + filter: alpha(opacity=0); } .select2-drop {