CSS alert fixes for the internet explorer
This commit is contained in:
@ -15,5 +15,10 @@
|
|||||||
|
|
||||||
.clickthrough {
|
.clickthrough {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
|
/* fixes for IE */
|
||||||
|
background:white;
|
||||||
|
opacity:0;
|
||||||
|
filter:Alpha(opacity=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user