Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-11-28 21:51:52 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-29 17:47:25 (GMT)
commite9ed2940f9c4d5bae0321f5f16be10bf92cf40c8 (patch)
tree39ed0f99c135edd240e0e43821bb7378468c30b9
parentb73ee6d56e0038dd5523f2d567459bb4d6d43d45 (diff)
Tray: Set background color - SL #3565
Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 1996034..e7b76c5 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -398,6 +398,10 @@ SugarAlert *:insensitive {
/* Tray */
+SugarHTray, SugarVTray {
+ background-color: @toolbar_grey;
+}
+
SugarHTray * , SugarVTray * { background-color: @toolbar_grey;}
/* Menus and palettes */