Skip to content

Commit

Permalink
Merge pull request #4868 from orionhealth/3579-linksnotworkinginie10
Browse files Browse the repository at this point in the history
Added a base64 transparent gif image to links for IE
  • Loading branch information
Snuffleupagus committed Jun 5, 2014
2 parents 43a103d + 2b595e6 commit 75e1158
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 75e1158

Please sign in to comment.