Re: Overriding CellTree styles
OK yeah ... that worked. I made this:
public interface TreeResources extends CellTree.Resources {
@Source("../CellTree.css")
public CellTree.Style cellTreeStyle();
}
that css file is basically a copy of the one I linked earlier, but
modified to my liking. The only thing that didn't work is:
@sprite
.cellTreeSelectedItem {
gwt-image: 'cellTreeSelectedBackground';
/* ... */
}
and I discovered that, without that in there, when you hover over you
get an ugly selection box.
Well, this approach lets me at least minimize the amount of stuff I
had to copy.
Thanks,
--Chris
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home