소스 검색

fix bug in css

Igor Vaynberg 12 년 전
부모
커밋
8609bee8f1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      select2.css

+ 3 - 3
select2.css

@@ -119,11 +119,11 @@ Version: @@ver@@ Timestamp: @@timestamp@@
     left: 0;
     top: 0;
     z-index: 9998;
+    background-color: #fff;
     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;
+        filter: "alpha(opacity=0)"; /* expected to work in IE 8 */
+        filter: alpha(opacity=0); /* IE 4-7 */
 }
 
 .select2-drop {