Active menu styling. Props ianddtewart. see #12812
git-svn-id: https://develop.svn.wordpress.org/trunk@14882 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7cafd15b07
commit
83bee6eb2c
|
@ -430,7 +430,10 @@ div.menu li {
|
||||||
#access ul li:hover > ul {
|
#access ul li:hover > ul {
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
#access ul li.current_page_item a ,
|
||||||
|
#access ul li.current-menu-item a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* =Content
|
/* =Content
|
||||||
|
|
Loading…
Reference in New Issue