Browse Source

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

IE only.
Mohammed Abu-alsaad 11 years ago
parent
commit
2b595e6d32
  1. 5
      web/viewer.css

5
web/viewer.css

@ -1392,6 +1392,11 @@ canvas { @@ -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…
Cancel
Save