From 071544d97b713fffe23305cd47bfe224e15161cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 11 Feb 2010 08:57:30 +0000 Subject: - Patch #707070 by seutje: fixed top level IA items not keeping their active styling. --- modules/toolbar/toolbar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index 7ce4893f3..16f8f623f 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -119,7 +119,8 @@ body.toolbar-drawer { } #toolbar div.toolbar-menu ul li a.active:hover, -#toolbar div.toolbar-menu ul li a.active { +#toolbar div.toolbar-menu ul li a.active, +#toolbar div.toolbar-menu ul li.active-trail a { text-shadow: #333 0 1px 0; background: url(toolbar.png) 0 0 repeat-x; } -- cgit v1.2.3