Merge pull request #4868 from orionhealth/3579-linksnotworkinginie10

Added a base64 transparent gif image to links for IE
This commit is contained in:
Jonas Jenwald 2014-06-05 11:25:51 +02:00
commit 75e11583bf

View File

@ -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;