0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.2.1-6
/
standard
/
htdocs
/
typo3
/
sysext
/
t3skin
/
stylesheets
/
[
Home
]
File: typo3-tree.css
/** * typo3-tree.css */ table#typo3-tree, table#typo3-browsetree { margin: 10px 0 20px 10px; } table#typo3-tree tr td { padding:0px; } ul.tree ul li.expanded ul { background: transparent url('../icons/gfx/ol/line.gif') top left repeat-y; } ul.tree ul li.last > ul { background: none; } ul.tree li.active, ul.tree ul li.active { background-color: #D7DBE2 !important; } ul.tree li.active span a, ul.tree ul li.active span a { font-weight: bold; } ul.tree li.active ul, ul.tree ul li.active ul { background-color: #EFEFF4; } ul.tree li.active ul span a, ul.tree ul li.active ul span a { font-weight: normal; }