Use SVG icon for anchor link affordance

This commit is contained in:
Saivann 2014-05-25 09:31:34 -04:00
parent c4a8c26465
commit 3730b4222f

View file

@ -788,15 +788,15 @@ table td,table th{
}
.anchorAf a{
display:none;
}
.anchorAf:hover a{
display:block;
position:absolute;
width:24px;
left:-24px;
bottom:0;
top:0;
background:url(/img/mini_ico_anchor.png) no-repeat center center;
background:url(/img/mini_ico_anchor.svg) no-repeat center center;
}
.anchorAf:hover a{
display:block;
}
.develdocdisclaimer{