[css] fix html_tree css, selected node use the selected class stable
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 30 Sep 2009 21:06:09 +0200
branchstable
changeset 3538 a5c6142cbfa8
parent 3537 73b5bec579ba
child 3539 f3b14d052798
[css] fix html_tree css, selected node use the selected class
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 {