From: Marc Englund Date: Wed, 22 Aug 2007 11:37:44 +0000 (+0000) Subject: clickable looking tree items (cursor) X-Git-Tag: 6.7.0.beta1~6080 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d25d3239b5b44d21f1a8126341cd8935b7cd7425;p=vaadin-framework.git clickable looking tree items (cursor) svn changeset:2099/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/tree/css/tree.css b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/tree/css/tree.css index 3245e30275..60a220c67d 100644 --- a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/tree/css/tree.css +++ b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/tree/css/tree.css @@ -1,3 +1,6 @@ .i-tree-node-selected > table > tbody > tr > td > span.gwt-TreeItem { background: #ff0; } +span.gwt-TreeItem { + cursor: pointer; +} \ No newline at end of file