CSS : Anchor go_up

This commit is contained in:
Dany De Bontridder 2018-02-26 19:00:28 +01:00
parent 45912e0d5f
commit dea41d6ad5

View file

@ -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;