From 2b595e6d3227aafa599651022374e5354485db0e Mon Sep 17 00:00:00 2001 From: Mohammed Abu-alsaad Date: Tue, 3 Jun 2014 11:06:43 +1200 Subject: [PATCH] Fixed IE links bug by adding a base64 transparent gif for anchor tags for IE only. --- web/viewer.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index 66a52484c6773..e17c0134b8b4d 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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;