From 5391057c8fad92d58de19566c75251ec352e4bfd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 26 May 2010 16:32:36 +0000 Subject: [PATCH] Child menu stlying fixes. Props filosofo. fixes #13552 git-svn-id: https://develop.svn.wordpress.org/trunk@14946 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 34f8e0cea7..f7d2eb4c90 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -432,13 +432,17 @@ div.menu li { #access ul li:hover > ul { display:block; } -#access ul li.current_page_item a , -#access ul li.current-menu-ancestor a, -#access ul li.current-menu-item a, -#access ul li.current-menu-parent a { +#access ul li.current_page_item > 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-menu-ancestor a, +* html #access ul li.current-menu-item a, +* html #access ul li.current-menu-parent a, * html #access ul li a:hover { color:#fff; }