Sunday, May 29, 2011

Re: Overriding a css style loclly

I can do that but the thing I was trying for is to handle it in a
global way. This way I do not have to apply style locally to each
label widget and there are too many of them. What I was striving for
is that for all the labels in app, apply my overridden style of .gwt-
Label however for all the labels that are present in the context of a
given ui.xml (UI binder file), apply a different .gwt-Label.

thanks,

On May 30, 7:13 am, Qian Qiao <qian.q...@gmail.com> wrote:
> On Sun, May 29, 2011 at 22:11, lalit <lalit.bh...@gmail.com> wrote:
> > I have a lot of labels in my application.I have overriding the style
> > as most of the place, I need the new style and it works fines. the
> > overridden style is
>
> > .gwt-Label {
> >    font-size: 15px;
> >    font-weight: bold;
> >    color: #fff;
> >    float: inherit;
> > }
>
> > However at one particular place I need the color of label to be black,
> > so I was trying to override the style in that ui.xml locally like
>
> >         <ui:style field='reportStyle'>
> >          @external gwt-Label;
> >    .gwt-Label{ color: #000; }
> >  </ui:style>
>
> > However this impacts the style of label at other places also. Is there
> > a way to override the standard style in a ui.xm so that it impacts the
> > widgets of only in that ui binder.
>
> > thanks in advance,
>
> Give it another class name?
>
> -- Joe
>
> --
> Proper software development is like female orgasm. Some claim it's a
> myth, others try very hard to make it happen but don't know how, and
> most magazines, books and videos showing it are showing faked ones.

--
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.

No comments:

Post a Comment