Actions
Feature #20304
closedMake it possible to style a hover color for pagetree items
Start date:
2009-04-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Problem:
Currently it is impossible to have a hover color for a pagetree item because the link items are not wrapped in a div like in the module menu. Such a hover color is usefull
a) when you explore your pagetree
b) when you teach typo3 and explain the pagetree.
Solution:
Let us have a div around the ol and link items which you can then style in the following way:
ul.tree div:hover {background-color: #xxxxxx}
(issue imported from #M10892)
Files
Actions