Merge pull request #4868 from orionhealth/3579-linksnotworkinginie10
Added a base64 transparent gif image to links for IE
This commit is contained in:
commit
75e11583bf
@ -1392,6 +1392,11 @@ canvas {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.annotLink > a /* -ms-a */ {
|
||||||
|
background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
|
||||||
|
LAAAAAABAAEAAAIBRAA7") 0 0 repeat;
|
||||||
|
}
|
||||||
|
|
||||||
#errorWrapper {
|
#errorWrapper {
|
||||||
background: none repeat scroll 0 0 #FF5555;
|
background: none repeat scroll 0 0 #FF5555;
|
||||||
color: white;
|
color: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user