1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Merge pull request #1219 from alexhaas/master

select2-drop-mask background and transparency
This commit is contained in:
Igor Vaynberg 2013-05-06 15:16:42 -07:00
commit c33b9d5e98

View File

@ -124,11 +124,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
left: 0; left: 0;
top: 0; top: 0;
z-index: 9998; 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 { .select2-drop {