Added scroll to top button
This commit is contained in:
12
templates/Sparkle/assets/css/main.css
vendored
12
templates/Sparkle/assets/css/main.css
vendored
@@ -929,4 +929,16 @@ label.nobr {
|
||||
caption {
|
||||
font-weight:700;
|
||||
margin-bottom:.2em;
|
||||
}
|
||||
|
||||
.scrollup {
|
||||
width:40px;
|
||||
height:40px;
|
||||
opacity:0.3;
|
||||
position:fixed;
|
||||
bottom:15px;
|
||||
left:100px;
|
||||
display:none;
|
||||
text-indent:-9999px;
|
||||
background: url(../img/top.png) no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user