Twenty Ten: allow page ancestors to have a visual "on" state, props mfields. Fixes #21647.
git-svn-id: http://core.svn.wordpress.org/trunk@22194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbfab9b4cb
commit
36c9df6f16
|
@ -438,12 +438,14 @@ div.menu li {
|
|||
display: block;
|
||||
}
|
||||
#access ul li.current_page_item > a,
|
||||
#access ul li.current_page_ancestor > a,
|
||||
#access ul li.current-menu-ancestor > a,
|
||||
#access ul li.current-menu-item > a,
|
||||
#access ul li.current-menu-parent > a {
|
||||
color: #fff;
|
||||
}
|
||||
* html #access ul li.current_page_item a,
|
||||
* html #access ul li.current_page_ancestor a,
|
||||
* html #access ul li.current-menu-ancestor a,
|
||||
* html #access ul li.current-menu-item a,
|
||||
* html #access ul li.current-menu-parent a,
|
||||
|
|
Loading…
Reference in New Issue