Re: Overriding CellTree styles
Hey,
there is also magic @external.
Using that you can style eg. gwt-* classes without any problems in
your own ui binder / cssResources.
@external
@sprite
.cellTreeSelectedItem {
gwt-image: 'cellTreeSelectedBackground';
/* ... */
}
I know it works for eg. Splitpanels - but I am not sure it it works
for cellTreeSelectedItem - I would give it a try :)
Raphael
On Thu, Dec 15, 2011 at 6:48 PM, Christopher Piggott <cpiggott@gmail.com> wrote:
> @sprite
> .cellTreeSelectedItem {
> gwt-image: 'cellTreeSelectedBackground';
> /* ... */
> }
--
inc: http://ars-machina.raphaelbauer.com
tech: http://ars-codia.raphaelbauer.com
web: http://raphaelbauer.com
--
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