Fixed IE links bug by adding a base64 transparent gif for anchor tags for
IE only.
This commit is contained in:
parent
2449142fc3
commit
2b595e6d32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user