diff --git a/html/style-classic7.css b/html/style-classic7.css
index 3e9677922..d6eee9f89 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;