From bf8a5d25ddf9d12fc7e2aa4c50ff014ae6dbac7d Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Fri, 04 May 2012 07:51:28 +0000 Subject: Theme the labels on a toolbar, SL #3558, #3479 The labels on a toolbar (whether primary or sub-toolbar) should be white. This fixes SL #3558 and SL #3479. Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Tested-by: Gonzalo Odiard --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index dce2a58..fe5ff75 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -499,6 +499,10 @@ GtkVSeparator, GtkHSeparator, padding: 0px; } +.toolbar GtkLabel { + color: @white; +} + .toolbar GtkToolButton .button, SugarPaletteWindowWidget GtkToolButton .button { border-radius: $(toolbutton_padding)px; -- cgit v0.9.1