gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: make jump top visible in footer


From: gnunet
Subject: [www] branch master updated: make jump top visible in footer
Date: Mon, 06 Jul 2020 11:49:09 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new e05bea0  make jump top visible in footer
e05bea0 is described below

commit e05bea08acfff175d33ef338b2b51d90cf10bd09
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 6 11:43:25 2020 +0200

    make jump top visible in footer
---
 static/scroll.css | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/static/scroll.css b/static/scroll.css
index b36c841..9315fc1 100644
--- a/static/scroll.css
+++ b/static/scroll.css
@@ -2,8 +2,7 @@
     position: fixed;
     bottom: 20px;
     right: 20px;
-    background: rgb(0, 0, 0);
-    background: rgba(0, 0, 0, 0.7);
+    background: rgb(65, 158, 219, 0.85);
     width: 50px;
     height: 50px;
     display: block;
@@ -32,13 +31,6 @@
     transition: all 0.3s ease;
 }
 
-#jump-top:hover {
-    background: rgba(0, 0, 0, 0.9);
-}
-#jump-top:hover i {
-    color: #fff;
-    top: 5px;
-}
 /*
 .jump-top {
     position: fixed;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]