We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea386b commit 8609beeCopy full SHA for 8609bee
1 file changed
select2.css
@@ -119,11 +119,11 @@ Version: @@ver@@ Timestamp: @@timestamp@@
119
left: 0;
120
top: 0;
121
z-index: 9998;
122
+ background-color: #fff;
123
opacity: 0;
- filter: "alpha(opacity=0)"; /* expected to work in IE 8 /
124
- filter: alpha(opacity=0); / IE 4-7 */
125
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */
126
- background-color: #fff;
+ filter: "alpha(opacity=0)"; /* expected to work in IE 8 */
+ filter: alpha(opacity=0); /* IE 4-7 */
127
}
128
129
.select2-drop {
0 commit comments