]> source.dussan.org Git - vaadin-framework.git/commitdiff
clickable looking tree items (cursor)
authorMarc Englund <marc.englund@itmill.com>
Wed, 22 Aug 2007 11:37:44 +0000 (11:37 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 22 Aug 2007 11:37:44 +0000 (11:37 +0000)
svn changeset:2099/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/component-themes/tree/css/tree.css

index 3245e302758bd3c56fbceca7761d149a2cb8565f..60a220c67d79303ce0dcdb567bdc787c971eb566 100644 (file)
@@ -1,3 +1,6 @@
 .i-tree-node-selected > table > tbody > tr > td > span.gwt-TreeItem {
        background: #ff0;
 }
+span.gwt-TreeItem {\r
+       cursor: pointer;\r
+}
\ No newline at end of file