Looks good to me.
On 17 September 2011 12:27, Daniel Drake <[email protected]> wrote: > As part of the hippocanvas removal process, we can move intro window > theming details into the theme. The intro window has a white background > for itself and its children. > --- > gtk/theme/gtkrc.em | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em > index 7f180a7..0811548 100644 > --- a/gtk/theme/gtkrc.em > +++ b/gtk/theme/gtkrc.em > @@ -770,6 +770,8 @@ widget_class "*<SugarAlert>*" style > "black-bg-child" > widget_class "*<SugarSectionView>" style "white-bg" > widget_class "*<SugarSectionView>*" style "white-bg-child" > > +widget_class "*<SugarIntroWindow>" style "white-bg" > +widget_class "*<SugarIntroWindow>*" style "white-bg-child" > > # The notebook is very high, so that everything is overriden > # Only the color of the tab labels needs to be modified inside the > -- > 1.7.6 > > _______________________________________________ > Sugar-devel mailing list > [email protected] > http://lists.sugarlabs.org/listinfo/sugar-devel > _______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

