aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-06 11:43:25 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-06 11:43:25 +0200
commite05bea08acfff175d33ef338b2b51d90cf10bd09 (patch)
treef9f56d9892050acf870017625f35bbe2ade106a6
parent003987824f50464110d8bdc5c0c7afae69334793 (diff)
downloadwww-e05bea08acfff175d33ef338b2b51d90cf10bd09.tar.gz
www-e05bea08acfff175d33ef338b2b51d90cf10bd09.zip
make jump top visible in footer
-rw-r--r--static/scroll.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/static/scroll.css b/static/scroll.css
index b36c841f..9315fc14 100644
--- a/static/scroll.css
+++ b/static/scroll.css
@@ -2,8 +2,7 @@
2 position: fixed; 2 position: fixed;
3 bottom: 20px; 3 bottom: 20px;
4 right: 20px; 4 right: 20px;
5 background: rgb(0, 0, 0); 5 background: rgb(65, 158, 219, 0.85);
6 background: rgba(0, 0, 0, 0.7);
7 width: 50px; 6 width: 50px;
8 height: 50px; 7 height: 50px;
9 display: block; 8 display: block;
@@ -32,13 +31,6 @@
32 transition: all 0.3s ease; 31 transition: all 0.3s ease;
33} 32}
34 33
35#jump-top:hover {
36 background: rgba(0, 0, 0, 0.9);
37}
38#jump-top:hover i {
39 color: #fff;
40 top: 5px;
41}
42/* 34/*
43.jump-top { 35.jump-top {
44 position: fixed; 36 position: fixed;