Index: branches/5.0.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -r12164 -r12230 --- branches/5.0.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 12164) +++ branches/5.0.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 12230) @@ -193,6 +193,15 @@ background-position: 0 -18px; } +td.scroll-right-container { + width: 20px; +} + +td.scroll-right-container.disabled, td.scroll-right-container.disabled * { + width: 0px; + margin: 0px; +} + /* Toolbar */ .toolbar { @@ -635,15 +644,15 @@ padding: 2px; } +.tree tr td a:hover { + color: @@TreeHoverColor@@; +} + .tree tr.highlighted td a { - background-color: @@TreeHighBgColor@@; color: @@TreeHighColor@@; + background-color: @@TreeHighBgColor@@; } .tree tr.highlighted td a:hover { - color: #fff; -} - -.tree tr td a:hover { - color: #000000; + color: @@TreeHighHoverColor@@; } \ No newline at end of file