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

26 lines
488 B
Text
Raw Normal View History

/* =USERVOICE ICON DEFINE
--------------------------------------------------------*/
2014-11-27 21:45:04 -05:00
.unauthenticated .uv-icon {
display: none;
}
div.uv-icon.uv-bottom-left {
2015-11-03 21:02:54 +08:00
background-image: url(<%= asset_data_uri 'feedback_sprite.png' %>);
background-repeat: no-repeat;
color:#FFFFFF;
cursor:pointer;
height:110px;
left:0;
margin-left:0px;
text-indent:-100000px;
2014-10-27 12:03:55 -04:00
top:65%;
width:25px;
z-index:100000;
opacity: 1;
}
div.uv-icon.uv-bottom-left:hover {
background-position: 0 -110px;
2015-10-23 23:56:29 +08:00
}