2014-10-07 12:39:14 -04:00
|
|
|
/* =USERVOICE ICON DEFINE
|
2014-10-01 09:54:56 -04:00
|
|
|
--------------------------------------------------------*/
|
2014-11-27 21:45:04 -05:00
|
|
|
|
|
|
|
.unauthenticated .uv-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-10-07 12:39:14 -04:00
|
|
|
div.uv-icon.uv-bottom-left {
|
2014-12-03 08:26:11 -05:00
|
|
|
<<<<<<< HEAD
|
2014-10-23 19:54:39 -04:00
|
|
|
background-image:url(support_tab_sprite.png);
|
2014-12-03 08:26:11 -05:00
|
|
|
=======
|
2014-10-07 12:39:14 -04:00
|
|
|
background-image:url(feedback_sprite.png);
|
2014-11-29 11:17:11 -05:00
|
|
|
background-repeat: no-repeat;
|
2014-12-03 08:26:11 -05:00
|
|
|
>>>>>>> develop
|
2014-10-01 09:54:56 -04:00
|
|
|
color:#FFFFFF;
|
|
|
|
cursor:pointer;
|
2014-11-29 11:17:11 -05:00
|
|
|
height:110px;
|
2014-10-01 09:54:56 -04:00
|
|
|
left:0;
|
2014-10-07 12:39:14 -04:00
|
|
|
margin-left:0px;
|
2014-10-01 09:54:56 -04:00
|
|
|
text-indent:-100000px;
|
2014-10-22 13:41:06 -04:00
|
|
|
top:65%;
|
2014-10-07 12:39:14 -04:00
|
|
|
width:25px;
|
2014-10-01 09:54:56 -04:00
|
|
|
z-index:100000;
|
2014-10-13 19:27:30 -04:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.uv-icon.uv-bottom-left:hover {
|
|
|
|
background-position: 0 -110px;
|
2014-10-07 15:19:10 -04:00
|
|
|
}
|