Fixed IE links bug by adding a base64 transparent gif for anchor tags for

IE only.
This commit is contained in:
Mohammed Abu-alsaad 2014-06-03 11:06:43 +12:00
parent 2449142fc3
commit 2b595e6d32

View File

@ -1392,6 +1392,11 @@ canvas {
height: 100%;
}
.annotLink > a /* -ms-a */ {
background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
LAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
#errorWrapper {
background: none repeat scroll 0 0 #FF5555;
color: white;