- Patch #707070 by seutje: fixed top level IA items not keeping their active styling.

merge-requests/26/head
Dries Buytaert 2010-02-11 08:57:30 +00:00
parent 12fb65aad2
commit 071544d97b
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}