# HG changeset patch # User Adrien Di Mascio # Date 1254337569 -7200 # Node ID a5c6142cbfa84aa8e61abe94b558d31883943114 # Parent 73b5bec579bac440ace6bb9a71e7cd2b2ee0d15d [css] fix html_tree css, selected node use the selected class diff -r 73b5bec579ba -r a5c6142cbfa8 web/data/cubicweb.html_tree.css --- a/web/data/cubicweb.html_tree.css Wed Sep 30 18:53:18 2009 +0200 +++ b/web/data/cubicweb.html_tree.css Wed Sep 30 21:06:09 2009 +0200 @@ -18,8 +18,9 @@ padding-right: 5px; } -#selected { +div.selected { border: 2px solid black; + background-color: #ccc; } table.tree td.tree_cell {