You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tree.css 132B

123456
  1. .i-tree-node-selected > table > tbody > tr > td > span.gwt-TreeItem {
  2. background: #ff0;
  3. }
  4. span.gwt-TreeItem {
  5. cursor: pointer;
  6. }