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

25 lines
465 B
CSS
Raw Normal View History

/* =USERVOICE ICON DEFINE
--------------------------------------------------------*/
2014-11-28 02:45:04 +00:00
.unauthenticated .uv-icon {
display: none;
}
div.uv-icon.uv-bottom-left {
background-image:url(support_tab_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;
2014-10-07 19:19:10 +00:00
}