From bf65a2ab255be186050968e9a7c89d1d2a8500af Mon Sep 17 00:00:00 2001 From: alexhaas Date: Thu, 25 Apr 2013 16:35:43 -0300 Subject: [PATCH] Update select2.css Removing select2-drop-mask background and transparency to help out corporate-modified IE 8 and IE 7 browsers that disable the "filter" property in CSS. --- select2.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/select2.css b/select2.css index caaac939..75a1b692 100644 --- a/select2.css +++ b/select2.css @@ -123,11 +123,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@ left: 0; top: 0; z-index: 9998; - background-color: #fff; - opacity: 0; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */ - filter: "alpha(opacity=0)"; /* expected to work in IE 8 */ - filter: alpha(opacity=0); /* IE 4-7 */ } .select2-drop {