add styles to .select2-drop-mask needed for mask to work in IE
This commit is contained in:
parent
5159e9872d
commit
2e9ae91d6c
@ -144,6 +144,10 @@ Version: @@ver@@ Timestamp: @@timestamp@@
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 9998;
|
z-index: 9998;
|
||||||
|
/* styles required for IE to work */
|
||||||
|
background-color: #fff;
|
||||||
|
opacity: 0;
|
||||||
|
filter: alpha(opacity=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-drop {
|
.select2-drop {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user