Sunday, July 28, 2013

Re: TreeItem - bold only the parent item in a Tree?

it works fine, thank you! :)

Le vendredi 26 juillet 2013 14:42:57 UTC+2, michelin pierre a écrit :
Hello in treeview I would like to bold only the parent item, and keep sub-items in normal size.

I tried to use css in this way, but it does not work:
.gwt-Tree{
    font-weight: bold;
}

.gwt-TreeItem {
    font-weight: normal;
}

.gwt-Tree .gwt-TreeItem-selected {
    font-weight: normal;
}

Is there a way to get there?

Thank you in advance

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment