16 lines
No EOL
328 B
CSS
16 lines
No EOL
328 B
CSS
/* =USERVOICE ICON DEFINE
|
|
--------------------------------------------------------*/
|
|
|
|
div.uv-icon.uv-bottom-left {
|
|
background-image:url(feedback_sprite.png);
|
|
background-color:#222222;
|
|
color:#FFFFFF;
|
|
cursor:pointer;
|
|
height:108px;
|
|
left:0;
|
|
margin-left:0px;
|
|
text-indent:-100000px;
|
|
top:25%;
|
|
width:25px;
|
|
z-index:100000;
|
|
} |