1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Update select2.css

Removing select2-drop-mask background and transparency to help out corporate-modified IE 8 and IE 7 browsers that disable the "filter" property in CSS.
This commit is contained in:
alexhaas 2013-04-25 16:35:43 -03:00
parent 4f8e89c465
commit bf65a2ab25

View File

@ -123,11 +123,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
left: 0;
top: 0;
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 {