CSS : Anchor go_up
This commit is contained in:
parent
45912e0d5f
commit
dea41d6ad5
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue