From 8609bee8f1fb80aa79d8034b6d9fde35f823189e Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 5 Mar 2013 19:30:54 -0800 Subject: [PATCH] fix bug in css --- select2.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/select2.css b/select2.css index 82609276..4a650b47 100644 --- a/select2.css +++ b/select2.css @@ -119,11 +119,11 @@ Version: @@ver@@ Timestamp: @@timestamp@@ left: 0; top: 0; z-index: 9998; - opacity: 0; - filter: "alpha(opacity=0)"; /* expected to work in IE 8 / - filter: alpha(opacity=0); / IE 4-7 */ - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */ 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 {