metamaps--metamaps/app/assets/stylesheets/uservoice.css

21 lines
387 B
CSS
Raw Normal View History

/* =USERVOICE ICON DEFINE
--------------------------------------------------------*/
div.uv-icon.uv-bottom-left {
background-image:url(feedback_sprite.png);
color:#FFFFFF;
cursor:pointer;
height:108px;
left:0;
margin-left:0px;
text-indent:-100000px;
2014-10-27 16:03:55 +00:00
top:65%;
width:25px;
z-index:100000;
opacity: 1;
}
div.uv-icon.uv-bottom-left:hover {
background-position: 0 -110px;
2014-10-07 19:19:10 +00:00
}