When hovering over li,anchor changes background...
.. even though you havent’t yet hovered over the link. This change corrects that behavior. Suggested by mina86: <mina86> so when you hover over the LI the link changes background even though you havent’t yet hovered over the link <mina86> #container #sidebar li:hover a { background: #577632; color: #fff; } <mina86> s/li:hover a/li a:hover/ would be IMO better
This commit is contained in:
parent
49c51d0201
commit
5f6ccfa1f4
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
background: #fff url(/img/nav-bg.png) bottom repeat-x;
|
background: #fff url(/img/nav-bg.png) bottom repeat-x;
|
||||||
}
|
}
|
||||||
#container #sidebar li:hover a { background: #577632; color: #fff; }
|
#container #sidebar li a:hover { background: #577632; color: #fff; }
|
||||||
|
|
||||||
#container #sidebar.Directors ul li.Directors,
|
#container #sidebar.Directors ul li.Directors,
|
||||||
#container #sidebar.Eval ul li.Eval,
|
#container #sidebar.Eval ul li.Eval,
|
||||||
|
|
Loading…
Reference in a new issue