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