// Adding a button to top
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10857 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1946,4 +1946,20 @@ ul.connectedSortable li.module_list {
|
||||
right:10px;
|
||||
}
|
||||
|
||||
/* ScrollTop */
|
||||
div#scrollTop a{
|
||||
display:none;
|
||||
background:url('../img/admin/scroll_top.png');
|
||||
width:80px;
|
||||
height:80px;
|
||||
position:fixed;
|
||||
bottom:30px;
|
||||
right:30px;
|
||||
border-radius:10px;
|
||||
opacity:0.2;
|
||||
}
|
||||
div#scrollTop a:hover{
|
||||
opacity:0.8;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user