1
0
mirror of synced 2025-02-09 16:49:24 +03:00

fix bug in css

This commit is contained in:
Igor Vaynberg 2013-03-05 19:30:54 -08:00
parent 6ea386bd67
commit 8609bee8f1

View File

@ -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 {