From b6bd6b89401e594002b4e8a789d81af049e9d251 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Sun, 09 Sep 2012 23:25:57 +0000 Subject: Set the proper toolbar background - SL #3403 Toolbar color is @toolbar_grey, not @black. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- (limited to 'gtk3') diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 906bbfe..9ebe93e 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -526,7 +526,7 @@ GtkVSeparator, GtkHSeparator, .toolbar { padding: 0px; -background-color: @black; +background-color: @toolbar_grey; } .toolbar GtkLabel { -- cgit v0.9.1