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

26 lines
411 B
Plaintext
Raw Normal View History

.unauthenticated .feedback-icon {
2014-11-28 02:45:04 +00:00
display: none;
}
.feedback-icon {
position: fixed;
2015-11-03 13:02:54 +00: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 16:03:55 +00:00
top:65%;
width:25px;
z-index:100000;
opacity: 1;
}
.feedback-icon:hover {
background-position: 0 -110px;
2015-10-23 15:56:29 +00:00
}