metamaps--metamaps/app/assets/stylesheets/uservoice.css
2014-11-29 11:17:11 -05:00

25 lines
462 B
CSS

/* =USERVOICE ICON DEFINE
--------------------------------------------------------*/
.unauthenticated .uv-icon {
display: none;
}
div.uv-icon.uv-bottom-left {
background-image:url(feedback_sprite.png);
background-repeat: no-repeat;
color:#FFFFFF;
cursor:pointer;
height:110px;
left:0;
margin-left:0px;
text-indent:-100000px;
top:65%;
width:25px;
z-index:100000;
opacity: 1;
}
div.uv-icon.uv-bottom-left:hover {
background-position: 0 -110px;
}