Skip to content

Commit

Permalink
Fixed IE links bug by adding a base64 transparent gif for anchor tags…
Browse files Browse the repository at this point in the history
… for

IE only.
  • Loading branch information
Mohammed Abu-alsaad committed Jun 2, 2014
1 parent 2449142 commit 2b595e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,11 @@ canvas {
height: 100%;
}

.annotLink > a /* -ms-a */ {
background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
LAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

#errorWrapper {
background: none repeat scroll 0 0 #FF5555;
color: white;
Expand Down

0 comments on commit 2b595e6

Please sign in to comment.