1
0
mirror of synced 2024-11-23 05:26:10 +03:00

fix dropdown mask in ie7/8. fixes #926

This commit is contained in:
Igor Vaynberg 2013-03-01 08:48:13 -08:00
parent 5ae70eca5f
commit 27f6c0198a

View File

@ -120,6 +120,10 @@ Version: @@ver@@ Timestamp: @@timestamp@@
top: 0; top: 0;
z-index: 9998; z-index: 9998;
opacity: 0; 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;
} }
.select2-drop { .select2-drop {