From dc5364a3d1b37fb73a53b128374ccbbdfcca58d4 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 02 Feb 2012 17:47:58 +0000 Subject: Theme the Sugar tray Signed-off-by: Simon Schampijer Acked-by: Manuel QuiƱones --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index eb971b2..6afdddd 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -334,6 +334,10 @@ SugarAlert *:insensitive { background-color: @black; } +/* Tray */ + +SugarHTray * , SugarVTray * { background-color: @toolbar_grey;} + /* Menus and palettes */ SugarPaletteWindowWidget.background { -- cgit v0.9.1