Skip to content

Commit bf65a2a

Browse files
committed
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.
1 parent 4f8e89c commit bf65a2a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

select2.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
123123
left: 0;
124124
top: 0;
125125
z-index: 9998;
126-
background-color: #fff;
127-
opacity: 0;
128-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */
129-
filter: "alpha(opacity=0)"; /* expected to work in IE 8 */
130-
filter: alpha(opacity=0); /* IE 4-7 */
131126
}
132127

133128
.select2-drop {

0 commit comments

Comments
 (0)