<stylesheet> one can override these styles in ones own <stylesheet>?
ModuleA has StylesA injected via <stylesheet>;
MyModule inherits ModuleA and can override StylesA in MStyleSheet
injected via <stylesheet>
Is this the case?
On 26 Jun., 17:23, Ian Bambury <ianbamb...@gmail.com> wrote:
> You can just add your style sheets after the GWT one in the *.gwt.xml file
>
> <stylesheet src="my.css"/>
>
> relative to the /war/ directory
>
> These are added after the HTML is processed and therefore overwrite them
>
> On 26 June 2010 15:54, andreas <horst.andrea...@googlemail.com> wrote:
>
>
>
>
>
> > On 26 Jun., 15:13, Thomas Broyer <t.bro...@gmail.com> wrote:
> > > On 26 juin, 13:14, andreas <horst.andrea...@googlemail.com> wrote:
>
> > > > Are you sure it is possible to overwrite the default gwt-Button style?
>
> > > Yes.
>
> > Well, actually it is, but not by only adding .gwt-Button style in my
> > custom stylesheet and adding different values than in the standard.css
> > file where the original css values are in. As you said those
> > overwriting values will be overwritten by those in the standard.css
> > since these are injected, right? So by only "overwriting" it is not.
> > You have to do the resource trick and manually copy/add standard.css.
> > In this setup you can literally overwrite standard.css settings. Did I
> > get you right there?
>
> > > > See Thomas Broyers answer. You can not overwrite default GWT styles,
> > > > unless using important rules.
>
> > > Please follow the links from my message there, this is NOT what I
> > > said.
> >http://groups.google.com/group/google-web-toolkit/msg/a741cc9a600109c7
>
> > You're right sorry about that. This "important rule"-thing was an
> > advice from someone else.
>
> > --
> > 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<google-web-toolkit%2Bunsubs cribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
--
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