Re: Customizing CSS Default GWT Widgets with CSSResource

2010-12-02 Thread Anderson Aroeira Araujo
Thanks Marcin! It works! On Dec 2, 2:35 pm, Marcin Misiewicz wrote: > Right know I'm customizing default gwt widgets. > As a starting point I took the standard theme, I copied the > standard.css file from standard theme and then declared this in my > ThemeBundle like this : >         @Source("sta

Re: Customizing CSS Default GWT Widgets with CSSResource

2010-12-02 Thread Marcin Misiewicz
Right know I'm customizing default gwt widgets. As a starting point I took the standard theme, I copied the standard.css file from standard theme and then declared this in my ThemeBundle like this : @Source("standard.css") CssResource getLegacyCssResource(); Then I have added @exte

Re: Customizing CSS Default GWT Widgets with CSSResource

2010-12-02 Thread Hilco Wijbenga
On 2 December 2010 08:10, Anderson Aroeira Araujo wrote: > How to customize the gwt default widgets using cssresource? > > Like: > .gwt-DialogBox > .gwt-DialogBox .dialogTop > > I can change the gwt-DialogBox visuals, but dialogTop I don't know how > to do. http://code.google.com/webtoolkit/doc/l

Customizing CSS Default GWT Widgets with CSSResource

2010-12-02 Thread Anderson Aroeira Araujo
Hi, How to customize the gwt default widgets using cssresource? Like: .gwt-DialogBox .gwt-DialogBox .dialogTop I can change the gwt-DialogBox visuals, but dialogTop I don't know how to do. Anybody? Thanks -- You received this message because you are subscribed to the Google Groups "Google We