mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue