fixed transparent submenu
This commit is contained in:
parent
e90422c213
commit
a7bb1783c0
1 changed files with 3 additions and 2 deletions
|
@ -106,12 +106,13 @@ ul {
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
#navi ul a {
|
||||
#navi li:hover ul a {
|
||||
display: block;
|
||||
background: #416843;
|
||||
background: rgba(65, 104, 67, 0.8);
|
||||
}
|
||||
|
||||
#navi ul a:hover {
|
||||
#navi li:hover ul a:hover {
|
||||
background: #90cb93;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue