From 374bc9a0140464bf4b17a2d903c7206da3a53899 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sat, 17 Sep 2011 11:25:52 +0000 Subject: Enforce white background on intro screen 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. --- diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 93c7ae4..4eb1892 100644 --- a/gtk/theme/gtkrc.em +++ b/gtk/theme/gtkrc.em @@ -770,6 +770,9 @@ widget_class "**" style "black-bg-child" widget_class "*" style "white-bg" widget_class "**" style "white-bg-child" +widget_class "*" style "white-bg" +widget_class "**" 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 -- cgit v0.9.1