fixed transparent submenu

This commit is contained in:
jeena 2013-07-18 16:44:58 +02:00
parent e90422c213
commit a7bb1783c0

View file

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