Please Log in or Create an account to join the conversation.
.tm-totop-scroller {
background: #555 url("../images/backtotop.png") no-repeat scroll center center;
border-radius: 100px;
display: block;
height: 40px!important;
text-indent: -9999px;
transition: all 0.2s linear 0s;
width: 40px !important;
}
.tm-totop-scroller:hover {
background: #ccc url("../images/backtotop.png") no-repeat scroll center center;
border-radius: 100px;
display: block;
height: 40px!important;
text-indent: -9999px;
transition: all 0.2s linear 0s;
width: 40px !important;
}
Please Log in or Create an account to join the conversation.