From 80c26b9187902b91abde15e9b47578c0800766e8 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sat, 17 Sep 2011 17:33:43 +0000 Subject: Add style for naming alert Apply a white background to the window and the entry widget. The textbuffer widgets require a grey background still, as that is used to draw their borders. --- diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 4eb1892..98ea76f 100644 --- a/gtk/theme/gtkrc.em +++ b/gtk/theme/gtkrc.em @@ -773,6 +773,11 @@ widget_class "**" style "white-bg-child" widget_class "*" style "white-bg" widget_class "**" style "white-bg-child" +# Naming alert needs white background for main window and for entry widget, +# but other backgrounds must be left grey as they are used for drawing borders +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