From 153d1e3abc1e2fd5961af3bcc9819aad4298c7b0 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Sun, 09 Sep 2012 23:43:56 +0000 Subject: Style the sugar frame window background color - SL #3873 After applying this patch, the styling in the sugar component code can be safely removed. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 9ebe93e..d0d3784 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -692,3 +692,9 @@ SugarPaletteWindowWidget GtkCheckButton *:active { GtkImage { background-color: transparent; } + +/* Sugar Frame Window */ + +SugarFrameWindow.background { + background-color: @toolbar_grey; +} \ No newline at end of file -- cgit v0.9.1