[TYPO3-core] RFC: Highlight root page in pagetree
Ernesto Baschny [cron IT]
ernst at cron-it.de
Fri Sep 7 11:00:51 CEST 2007
Ingmar Schlecht wrote: on 07.09.2007 10:45:
> Problem:
> The root page (globe icon) is not highlighted like other pages when
> clicked in the page tree. This bug was introduced with the AJAX page tree.
>
> Solution:
> Change the CSS slightly so it'll work again.
>
> Branch:
> trunk and 4.1
Works, +1.
Isn't it sufficient to say:
UL.tree LI.active {
instead of:
UL.tree LI.active, UL.tree UL LI.active {
After all "UL.tree LI.active" already is included in "UL.tree UL LI.active".
Cheers,
Ernesto
More information about the TYPO3-team-core
mailing list