Bug #17740 » 20071101_pagetree_css_fix.patch
typo3/stylesheet.css (working copy) | ||
---|---|---|
UL.tree UL { list-style: none; margin: 0; padding: 0; padding-left: 17px; }
|
||
UL.tree UL LI { list-style: none; margin: 0; padding: 0; line-height: 10px; white-space: nowrap; }
|
||
UL.tree UL LI.expanded UL { background: transparent url('gfx/ol/line.gif') repeat-y top left; }
|
||
UL.tree UL LI.last { background: transparent url('gfx/ol/joinbottom.gif') no-repeat top left; }
|
||
UL.tree UL LI.last > UL { background: none; }
|
||
UL.tree LI.active, UL.tree UL LI.active { background-color: #ebebeb !important; }
|
||
UL.tree LI.active UL, UL.tree UL LI.active UL { background-color: #f7f3ef; }
|