From 85ac8135d4f825463582293595105f3a13ada02d Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 26 May 2010 16:32:36 +0000 Subject: [PATCH] Child menu stlying fixes. Props filosofo. fixes #13552 git-svn-id: http://svn.automattic.com/wordpress/trunk@14946 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 34f8e0cea..f7d2eb4c9 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; }