noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 275/323: CSS : Anchor go_up


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 275/323: CSS : Anchor go_up
Date: Wed, 14 Mar 2018 17:39:04 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit dea41d6ad58d8f9bb7e1792e71eb54c08ca89535
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 26 19:00:28 2018 +0100

    CSS : Anchor go_up
---
 html/style-classic7.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/html/style-classic7.css b/html/style-classic7.css
index 3e96779..d6eee9f 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -2060,11 +2060,13 @@ td.selectedmenu {
  * go_up
 */
 #go_up {
-    background-color: transparent;
+    background-color: gray;
     border:0px;
     box-shadow: none;
     color:blue;
     margin-right: 20px;
+    border-radius:10px;
+    padding:2px;
 }
 #go_up a ,#go_up a:visited{
     background-image: none;
@@ -2074,7 +2076,7 @@ td.selectedmenu {
     font-size: 1.7rem;
     padding: 0px;
     margin: 0px;
-    background-color: whitesmoke;
+    background-color: inherit;
 }
 #go_up a:hover {
     font-size:2.8em;



reply via email to

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