2734
правки
Изменения
Нет описания правки
{
display: none;
//background-image: url(//w.hil.su/images/8/8f/Scroll_top.png) no-repeat;
width: 50px;
height: 50px;
cursor: pointer;
opacity: 0.5;
//-webkit-transition: opacity 0.4s easelinear; //transition: opacity 0.4s easelinear;
position: fixed;
left: 30px;
bottom: 30px;
z-index: 10000;
}
#scroll-top:hover
{
//opacity: 1; //background-color: rgba(0,0,0,0.5);
}